From owner-freebsd-current Mon Nov 15 2:13:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 5783014C15; Mon, 15 Nov 1999 02:13:45 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id CAA11163; Mon, 15 Nov 1999 02:39:26 -0800 (PST) Date: Mon, 15 Nov 1999 02:39:26 -0800 (PST) From: Alfred Perlstein To: current@freebsd.org Cc: msmith@freebsd.org Subject: installing onto ami mega raid. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I spent about 2 to 3 hours last night futzing with sysinstall and getting the amr.ko file onto the 4.0 install disk (using the 4.0-19991114 SNAP) I tried adding the amr disks to devices.c in sysinstall but had no luck. After booting the install disks and loading the amr kld (the probe messages showed that it was detected) I escaped to the prompt (alt+f4). I saw that the amrd0 /dev/ entries had been created, but attempts to access them gave "unit 0 not available" (as far as i remeber) What exactly needs to be done to get 4.0 installed with a amr disk as root? this is what I tried: Index: devices.c =================================================================== RCS file: /home/ncvs/src/release/sysinstall/devices.c,v retrieving revision 1.106 diff -u -r1.106 devices.c --- devices.c 1999/11/09 19:10:15 1.106 +++ devices.c 1999/11/15 14:07:33 @@ -74,6 +74,8 @@ { DEVICE_TYPE_TAPE, "rwt%d", "Wangtek tape drive", 10, 0, 1, 4, 'c' }, { DEVICE_TYPE_DISK, "da%d", "SCSI disk device", 4, 65538, 8, 16, 'b' }, { DEVICE_TYPE_DISK, "rda%d", "SCSI disk device", 13, 65538, 8, 16, 'c' }, + { DEVICE_TYPE_DISK, "amrd%d", "AMI-MEGARAID disk", 35, 65538, 8, 16, 'b' }, + { DEVICE_TYPE_DISK, "ramrd%d", "AMI-MEGARAID disk", 133, 65538, 8, 16, 'c' }, { DEVICE_TYPE_DISK, "wd%d", "IDE/ESDI/MFM/ST506 disk device", 0, 65538, 8, 16, 'b' }, { DEVICE_TYPE_DISK, "rwd%d", "IDE/ESDI/MFM/ST506 disk device", 3, 65538, 8, 16, 'c' }, { DEVICE_TYPE_DISK, "ad%d", "ATA/IDE disk device", 30, 65538, 8, 16, 'b' }, Any ideas? We're really depending on getting these things going RSN. thanks, -Alfred Perlstein - [bright@rush.net|alfred@freebsd.org] Wintelcom systems administrator and programmer - http://www.wintelcom.net/ [bright@wintelcom.net] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message