Date: Sat, 22 Mar 2003 04:18:20 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ata.h src/sys/dev/ata ata-all.c src/sbin/atacontrol atacontrol.c Message-ID: <200303221218.h2MCIKbe029247@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/03/22 04:18:20 PST FreeBSD src repository Modified files: sys/sys ata.h sys/dev/ata ata-all.c sbin/atacontrol atacontrol.c Log: - Add a new ioctl to get the maximum number of ATA channels. - Use it in atacontrol(8) when listing ATA devices instead of stopping at the first ENXIO received. This makes atacontrol list work on my sparc64 where the two ATA channels I have are numbered 2 and 3. Reviewed by: sos Revision Changes Path 1.20 +7 -4 src/sbin/atacontrol/atacontrol.c 1.173 +5 -0 src/sys/dev/ata/ata-all.c 1.17 +2 -0 src/sys/sys/ata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303221218.h2MCIKbe029247>