Date: Sun, 13 Dec 2009 00:13:21 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h src/sys/dev/ata/chipsets ata-ite.c Message-ID: <200912130013.nBD0DnjP074589@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-12-13 00:13:21 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h sys/dev/ata/chipsets ata-ite.c Log: SVN rev 200459 on 2009-12-13 00:13:21Z by marius Unbreak the ata_atapi() usage. Since r200171 the mode setting functions get a ata_device type device passed instead of a ata_channel one, thus ata_atapi() has to be adjusted accordingly. Reviewed by: mav MFC after: 3 days Revision Changes Path 1.314 +3 -4 src/sys/dev/ata/ata-all.c 1.151 +1 -1 src/sys/dev/ata/ata-all.h 1.4 +2 -2 src/sys/dev/ata/chipsets/ata-ite.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912130013.nBD0DnjP074589>