Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2000 12:36:38 +0100
From:      "Barry van Dijk" <freebsd@dijk.com>
To:        "George xu" <george@cm.com.cn>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: How to install freebsd3.4 in Compaq3000 with Smart-2DH ?
Message-ID:  <003a01bf793b$411cc8a0$5747a5c2@peterson.nl>
References:  <01bf78fd$bfb59270$2d65a8c0@george.cm>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello :
>     I want to install freebsd3.4 in compaq3000. But the compaq3000 array
> card is Smart-2DH.The freebsd3.4 can't found the card in compaq3000.
> I want to know how to install?Would you tell me ? Thank you!
> 

Add the folllowing lines (you can find these in the LINT files) to your
kernel and rebuild.
FreeBSD will recognize your Smart Array controller:

#
# Compaq Intelligent Disk Array Controller
#
controller      ida0    at isa? bio irq ? vector idaintr
disk            id0     at ida0 drive 0

It'll steal the ide devsw[] entries, which can be disabled by using
options    IDA_CUCKOO_MODE=0

Cheers,

Barry



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003a01bf793b$411cc8a0$5747a5c2>