diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-02-15 04:58:09 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-02-15 04:58:09 +0000 |
commit | b236ca79740ef4f14d615b1ad9e7b28fc73b0cdc (patch) | |
tree | cbde2099f690c1df8737031ad1f859719b4fbd55 /sys/arch/i386/conf/ELBERETH | |
parent | dafe1c67ca6e291c5383d51c7aea762ee3abd424 (diff) |
Change i386 LSI/Symbios/NCR 53c8xx driver to siop
Diffstat (limited to 'sys/arch/i386/conf/ELBERETH')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index d59ca9f0f76..2cb7d5ae5b1 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.22 1999/10/03 21:08:15 niklas Exp $ +# $OpenBSD: ELBERETH,v 1.23 2001/02/15 04:58:06 krw Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -117,8 +117,10 @@ pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse xl* at pci? dev ? function ? # 3c9xx Ethernet -ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers -scsibus* at ncr? +#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers(old) +#scsibus* at ncr? +siop* at pci? dev ? function ? # NCR 538XX SCSI controllers(new) +scsibus* at siop? sd* at scsibus? target ? lun ? # SCSI disk drives #st* at scsibus? target ? lun ? # SCSI tape drives |