*BSD News Article 24569


Return to BSD News archive

Newsgroups: comp.os.386bsd.questions
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!tfs.com!julian
From: julian@TFS.COM (Julian Elischer)
Subject: Re: Configuring more than 1 Adaptec 1540C SCSI card
Message-ID: <CHBHux.2pp@tfs.com>
Sender: usenet@tfs.com
Organization: TRW Financial Systems, Oakland, CA
References: <11@plato.ukc.ac.uk>
Date: Tue, 30 Nov 1993 18:25:44 GMT
Lines: 24

In article <11@plato.ukc.ac.uk>, C.I.King <cik@ukc.ac.uk> wrote:
>  Hello!  Does FreeBSD allow me to use more than 1 Adaptec 1540C SCSI
>  card?  I want to have 12 SCSI drives connected to my PC and I need
>  at least 2 cards to do this. If it can be done, how do I configure the
>  kernel to do this?  Finally, is what is the upper limit to the number
>  of Adaptec cards allowed in FreeBSD? 
>
>	Thanks for your time,  Colin King.
duplicate the adaptec line in /sys/i386/conf/<CONF>
but change the figures for irq,drq and port
to match the second board.
(also call it aha1)

you may have as many as the hardware allows.
you may also mix and match adapter cards
(e.g. have one aha1542 and one ultrastore 14f)

disks are numbered in the order they are found.. (slightly different under
NetBSD) though there is a method to allow devices to be tied down to
a particular spot on a particular scsi bus.

julian