Date: Tue, 2 Feb 2010 18:03:21 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cam/ata ata_da.c ata_pmp.c ata_xpt.c Message-ID: <201002021803.o12I3dkp096304@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-02-02 18:03:21 UTC FreeBSD src repository Modified files: sys/cam/ata ata_da.c ata_pmp.c ata_xpt.c Log: SVN rev 203385 on 2010-02-02 18:03:21Z by mav - Use separate buffer for identify data fetching. We can't use main buffer here if device already running, as data need to be formatted before use. - Remove some saved_ccb variables. They are unused now. Revision Changes Path 1.16 +1 -3 src/sys/cam/ata/ata_da.c 1.7 +1 -3 src/sys/cam/ata/ata_pmp.c 1.22 +17 -39 src/sys/cam/ata/ata_xpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002021803.o12I3dkp096304>