diff options
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index efb8c807ec1..8ca01f4d87c 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.23 1999/01/08 03:16:16 niklas Exp $ +# $OpenBSD: RAMDISK,v 1.24 1999/04/11 01:20:06 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. @@ -150,8 +150,9 @@ vga* at isa? # ISA (EISA: XXX) VGA we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet series we1 at isa? port 0x300 iomem 0xcc000 irq 10 # ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet cards -ne0 at isa? port 0x240 iomem 0xd8000 irq 9 # NE[12]000 ethernet cards +ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet cards ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards +ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards #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 |