[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with hardcoded SCSI devises
- To: misc@OpenBSD.org
- Subject: Problem with hardcoded SCSI devises
- From: Sven Kirmess <Sven.Kirmess@gmx.net>
- Date: Mon, 04 Mar 2002 00:27:58 +0100
- Newsgroups: kzone.OpenBSD.misc
- Organization: Kirmess
I tried to build a kernel with fixed SCSI devises so I can use them
with RAIDFrame.
I added the following lines to the kernel config file (I took the
information from a dmesg):
ahc1 at pci? dev ? function ?
scsibus0 at ahc1
sd0 at scsibus0 target 0 lun ? # SCSI disk drives
sd1 at scsibus0 target 1 lun ? # SCSI disk drives
sd2 at scsibus0 target 2 lun ? # SCSI disk drives
sd3 at scsibus0 target 3 lun ? # SCSI disk drives
sd4 at scsibus0 target 4 lun ? # SCSI disk drives
sd5 at scsibus0 target 5 lun ? # SCSI disk drives
sd6 at scsibus0 target 6 lun ? # SCSI disk drives
but the system came up with the scsibus configured as scsibus1 and the
disks as sd7 and sd8. I _removed_ the line
scsibus* at ahc?
and the system came up with scsibus0 and sd0 and sd1. Why do I have to
remove this line?
Sven
btw: I did not add a dmesg because my mails stalled with a "Duplicate
Partial Message Checksum".