diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-19 22:10:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-19 22:10:18 +0000 |
commit | 93b1293e197234e716c04d7a400ff5dbd5864cd4 (patch) | |
tree | dd1c63e10f0a64c589ad101c63d278d0020ae6e1 | |
parent | 4083bf5a48b82e608ea83992f2fbd4b25c28791f (diff) |
Add in pciide.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 8cdbbf35df5..25f8ed4d288 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.58 2000/11/16 04:50:18 ericj Exp $ +# $OpenBSD: GENERIC,v 1.59 2000/11/19 22:10:17 millert Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -145,14 +145,15 @@ fea* at eisa? slot ? # DEC DEFEA FDDI cards #ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI # IDE -#pciide* at pci ? dev ? function ? flags 0x0000 +pciide* at pci ? dev ? function ? flags 0x0000 wdc0 at isa? port 0x1f0 irq 14 flags 0x00 wdc1 at isa? port 0x170 irq 15 flags 0x00 wd* at wdc? channel ? drive ? flags 0x0000 -#wd* at pciide? channel ? drive ? flags 0x0000 +wd* at pciide? channel ? drive ? flags 0x0000 +# ATAPI<->SCSI atapiscsi* at wdc? channel ? -#atapiscsi* at pciide? channel ? +atapiscsi* at pciide? channel ? scsibus* at atapiscsi? # SCSI bus support |