From owner-cvs-all Fri Apr 21 23:28: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33DC237B5B3; Fri, 21 Apr 2000 23:28:05 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92550; Fri, 21 Apr 2000 23:28:04 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <200004220628.XAA92550@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 21 Apr 2000 23:28:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ida ida.c ida_disk.c idavar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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