deprecate scsi_task usage in arc(4)

2014-09-08 Thread David Gwynne
can someone test this? cheers, dlg Index: arc.c === RCS file: /cvs/src/sys/dev/pci/arc.c,v retrieving revision 1.103 diff -u -p -r1.103 arc.c --- arc.c 13 Jul 2014 23:10:23 - 1.103 +++ arc.c 9 Sep 2014 05:52:14 -

mpsafe mpi

2014-09-08 Thread David Gwynne
mpsafe mpi. eyes would be appreciated. tests well to me. ok? Index: ic/mpi.c === RCS file: /cvs/src/sys/dev/ic/mpi.c,v retrieving revision 1.195 diff -u -p -r1.195 mpi.c --- ic/mpi.c3 Sep 2014 00:46:04 - 1.195 +++ ic/mp

apmd hangs

2014-09-08 Thread Mark Kettenis
The more code & documentation I read, the more I'm convinced that coordinating state changes between logical processors isn't necessary and actually is responsible for the hangs people have been seeing. So here is a diff that does away with it all. I've tested it on a few laptops here, but it cou

Re: Clear PME Status when a wake event is received

2014-09-08 Thread Mike Larkin
On Mon, Sep 08, 2014 at 10:50:27PM +0200, Mark Kettenis wrote: > > > > On Sat, Sep 06, 2014 at 09:18:26PM +0200, Mark Kettenis wrote: > > > As pea@ noticed, Apple machines with an NVIDIA MCP79 chipset will > > > suffer an interrupt storm when you send them WOL packet to their > > > nfe(4) interfac

Re: Clear PME Status when a wake event is received

2014-09-08 Thread Mark Kettenis
> > On Sat, Sep 06, 2014 at 09:18:26PM +0200, Mark Kettenis wrote: > > As pea@ noticed, Apple machines with an NVIDIA MCP79 chipset will > > suffer an interrupt storm when you send them WOL packet to their > > nfe(4) interface. The acpi0 interrupt handler fires continously in > > this case. Some

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-08 Thread Jona Joachim
On 2014-09-06, GrĂ©goire DuchĂȘne wrote: > Hi, > > Although CIRCLEQ_* macros are deprecated, queue(3) does not say so. Hi, perhaps it would be interesting to mention why circle queues got deprecated. Best regards, Jona

FC disks

2014-09-08 Thread Mark Kettenis
Hi All, My supply of Fibre Channel disks is getting thin, If somebody has some they're willing to donate to the project and ship to The Netherlands, please contact me. Thanks, Mark

Re: Switch ppb(4) from workq to task

2014-09-08 Thread sven falempin
On Mon, Sep 8, 2014 at 12:17 PM, Miod Vallat wrote: >> My question is more about the driver itself, it did not change a lot >> since 1994 , while netbsd apparently move to a complete different >> driver : >> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ppbus/?only_with_tag=HEAD >> >> Are those

Re: Switch ppb(4) from workq to task

2014-09-08 Thread Miod Vallat
> My question is more about the driver itself, it did not change a lot > since 1994 , while netbsd apparently move to a complete different > driver : > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ppbus/?only_with_tag=HEAD > > Are those driving the same chipset family ? > any info on that ? p

Re: Switch ppb(4) from workq to task

2014-09-08 Thread sven falempin
On Sun, Jan 19, 2014 at 11:56 PM, Mark Kettenis wrote: > Currently not able to test this myself. Can somebody verify that > hotplug a *real* expresscard device still works? > > Thanks, > > Mark > > > Index: ppb.c > === > RCS file: /h

Re: finally nuke

2014-09-08 Thread Stuart Henderson
On 2014/09/06 16:15, Mark Kettenis wrote: > > Date: Sat, 6 Sep 2014 10:04:08 + > > From: Miod Vallat > > > > has not contained disk statistics since 17 years. The > > remaining defines from this file can already be found in , > > and the variable declarations would better be in . > > > > Th