diff options
Diffstat (limited to 'sys/arch/alpha')
-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 |