Date: Fri, 21 Apr 2000 23:28:04 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ida ida.c ida_disk.c idavar.h Message-ID: <200004220628.XAA92550@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2000/04/21 23:28:04 PDT Modified files: sys/dev/ida ida.c ida_disk.c idavar.h Log: - Fix a problem with the cdevsw struct that prevented the kernel from booting on a RAID volume. - Change 'id_foo' and 'idfoo' to 'idad_foo' and 'idadfoo'. This makes names more consistent with the devices that the code belongs to (more in line with the style used in the amr/mlx driver.) Reviewed by: jlemon Revision Changes Path 1.11 +3 -3 src/sys/dev/ida/ida.c 1.18 +50 -53 src/sys/dev/ida/ida_disk.c 1.5 +3 -3 src/sys/dev/ida/idavar.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?200004220628.XAA92550>