Testing CAM wrapper for ata(4) controller drivers

Alexander Motin mav at FreeBSD.org
Wed Dec 16 10:03:09 UTC 2009


Tom Uffner wrote:
> here is verbose dmesg from kernel built w/ sources updated to 12/5/2009 at
> midnight EST:  http://xiombarg.uffner.com/dmesg_20091205.txt
> 
> as soon as i can set up another PC & serial console i'll get you a verbose
> boot from new kernel.

Try please that patch:

--- ata-promise.c.prev  2009-12-15 21:35:43.000000000 +0200
+++ ata-promise.c       2009-12-15 21:35:24.000000000 +0200
@@ -957,6 +957,7 @@ ata_promise_mio_dmainit(device_t dev)
     ata_dmainit(dev);
     /* note start and stop are not used here */
     ch->dma.setprd = ata_promise_mio_setprd;
+    ch->dma.max_iosize = 65536;
 }



-- 
Alexander Motin


More information about the freebsd-current mailing list