diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-10-04 23:39:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-10-04 23:39:49 +0000 |
commit | 8e6df6ed8f8e01af42bdcde9e90e308a6aa6acab (patch) | |
tree | 741462074436fe7651061fed499bc2f2a6322e27 /sys/arch/alpha | |
parent | 9c4a00a06eb0f77e4c7fb20a2f39253c64f25fbe (diff) |
Use we,ec,ne
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/AXPPCI33 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/AXPPCI33 b/sys/arch/alpha/conf/AXPPCI33 index b303ff778a6..4641843ede8 100644 --- a/sys/arch/alpha/conf/AXPPCI33 +++ b/sys/arch/alpha/conf/AXPPCI33 @@ -1,4 +1,4 @@ -# $OpenBSD: AXPPCI33,v 1.3 1997/07/08 21:26:27 deraadt Exp $ +# $OpenBSD: AXPPCI33,v 1.4 1998/10/04 23:39:48 niklas Exp $ # # Generic Alpha AXPPCI33 (NoName) kernel. # Enough to get booted, etc., but not much more. @@ -129,9 +129,11 @@ com* at isa? port 0x3f8 irq 4 # standard serial ports com* at isa? port 0x2f8 irq 3 lpt* at isa? port 0x3bc irq 7 # standard parallel port vga* at isa? # ISA (EISA: XXX) VGA -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 +we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet +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 irq 9 # NE[12]000 ethernet cards +ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System # EISA devices |