Date: Thu, 15 Jun 2000 13:30:53 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c src/sys/i386/i386 autoconf.c src/sys/kern subr_disk.c src/sys/sys disk.h Message-ID: <200006152030.NAA51628@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/06/15 13:30:53 PDT Modified files: sys/dev/ata ata-disk.c sys/i386/i386 autoconf.c sys/kern subr_disk.c sys/sys disk.h Log: Add disk_enumerate() for finding names of disks. Vinum and libh will need this RSN. Remove a pointless warning in the root device locating code. Remove the "wd" compatibility name from the "ad" driver. WARNING: If you have not updated to use /dev/wd* in your /etc/fstab and modern bootblocks, it would be a very good idea to do so BEFORE you upgrade your kernel. Revision Changes Path 1.72 +1 -25 src/sys/dev/ata/ata-disk.c 1.147 +2 -4 src/sys/i386/i386/autoconf.c 1.25 +16 -2 src/sys/kern/subr_disk.c 1.17 +5 -1 src/sys/sys/disk.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?200006152030.NAA51628>