From owner-freebsd-questions Thu Dec 16 10:55: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from disavowed.broken.net (disavowed.broken.net [204.216.142.33]) by hub.freebsd.org (Postfix) with ESMTP id 11E311561D for ; Thu, 16 Dec 1999 10:55:03 -0800 (PST) (envelope-from ian@disavowed.broken.net) Received: (from ian@localhost) by disavowed.broken.net (8.8.7/8.8.7) id KAA04095; Thu, 16 Dec 1999 10:54:50 -0800 (PST) Date: Thu, 16 Dec 1999 10:54:49 -0800 (PST) From: Ian Struble To: jjbock@enteract.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where's the compaq raid support in 3.3? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can give it to you in a nutshell. You need to compile a kernel with the ida device in it and copy that to your kern.flp boot floppy. Add the following to your copy of the GENERIC config and make the new kernel: # # Compaq Intelligent Disk Array Controller # controller ida0 at isa? bio irq ? vector idaintr disk id0 at ida0 drive 0 disk id1 at ida0 drive 1 disk id2 at ida0 drive 2 disk id3 at ida0 drive 3 # Warning: # This driver can be configured to steal the ide devsw[] entries # so the IDE driver must also be present. If this behaviour is used, # the system will be unable to get to IDE drives. This is to allow # systems to boot off the IDA array, while thinking they are booting off # an IDE drive. (The boot blocks only know about IDE and SCSI). # # To disable this behaviour, the following line should be used. # Do this is you wish to boot of a different device. #options IDA_CUCKOO_MODE=0 Stick your kern.flp floppy into the floppy drive, mount it, gzip the kernel you compile with the ida driver in it, copy the kernel.gz to the floopy. mount -t ufs /dev/fd0 /mnt gzip kernel cp kernel.gz /mnt umount /mnt That should do it. I can ellaborate more later if you still have problems. Good luck! Ian On Thu, 16 Dec 1999 jjbock@enteract.com wrote: > I've dug through the lists and doc and can't find anything so I'm making a > simple request: > > Can someone who has installed 3.3 on a Compaq box using a Smart 2x > controller please for the love of all thats holy write a faq or something > that covers from smartstart to finish? > > Why are they listed as supported but they aren't included with the default > driver set when you boot off the cd? Isn't that kind of silly? > Or at least if you need to make a custom boot disk, include that boot disk > on the cd. > > Thanks > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message