Re: CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-06-17 Thread Jaromír Doleček
2017-06-17 20:00 GMT+02:00 Jonathan A. Kollasch : > > I really think we need to make ata_xfer_init() private to > ata_queue_alloc(), and use ata_get_xfer() everywhere. That we can > fabricate an xfer on the stack anywhere that will trample all over an > active command slot is fundamentally wrong.

Re: CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-06-17 Thread Jonathan A. Kollasch
On Sat, Jun 17, 2017 at 02:01:36PM +, Jaromir Dolecek wrote: > Module Name: src > Committed By: jdolecek > Date: Sat Jun 17 14:01:36 UTC 2017 > > Modified Files: > src/sys/dev/ata [jdolecek-ncq]: TODO.ncq ata.c satapmp_subr.c > > Log Message: > make PMP working great again > >

Re: CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-28 Thread coypu