Do you have a 3rd hard drive, or a 3rd controller ? The two devices below
are the controllers-- old style at that-- and each can normally take two
drives.
Also, look at LINT. It states,
# For older non-PCI systems, these are the lines to use:
#device ata0 at isa? port IO_WD1 irq 14
#device ata1 at isa? port IO_WD2 irq 15
Is this your system ??
Otherwise, use the regular,
# The 'ATA' driver supports all ATA and ATAPI devices.
# It can reuse the majors of wd.c for booting purposes.
# You only need one "device ata" for it to find all
# PCI ATA/ATAPI devices on modern machines.
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
---Mike
At 07:18 AM 7/3/01 -0700, Cheffo Izroda wrote:
>I have a third HDD on my FreeBSD-4.3 (STABLE)
>
>the others devices are :
>device ata0 at isa? port IO_WD1 irq 14
>device ata1 at isa? port IO_WD2 irq 15
>what should be ata3 ?
>My MB can't catch it with PnP so I must specify ata2
>what is the irq ?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message