diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index c62a05c3510..0b8ad454e7a 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 1998/02/02 22:20:42 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.15 1998/02/28 02:27:22 millert Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -139,10 +139,20 @@ ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # NE[12]000 ethercards ed2 at isa? port 0x300 iomem 0xcc000 irq 10 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System +wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE +#wdc1 at isa? port 0x170 irq 15 # controllers +#cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card # EISA devices fea* at eisa? slot ? # DEC DEFEA FDDI cards +# devices/busses hanging of IDE controllers +atapibus* at wdc? # Virtual ATAPI bus +wd* at wdc? drive ? # ST506/ESDI/IDE disks + +# ATAPI devices +acd* at atapibus? drive? # ATAPI CD-ROM + # SCSI bus support scsibus* at esp? scsibus* at ncr? |