summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-03-25 08:00:44 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-03-25 08:00:44 +0000
commit92934f38d3942bab9c38827b2e42cd0768a5413e (patch)
tree44ead4f757208b4470e54faa4267a602a8e21b7b /sys/arch
parent6604f66b1bb328b9a8ae4e69f52542b9a1b05e08 (diff)
Addition of the ed ethernet driver
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/conf/GENERIC5
-rw-r--r--sys/arch/alpha/conf/files.alpha10
2 files changed, 13 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 77c97cbd6bb..b931716c52e 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.12 1997/01/24 19:56:55 niklas Exp $
+# $OpenBSD: GENERIC,v 1.13 1997/03/25 08:00:42 niklas 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.
@@ -124,6 +124,9 @@ 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
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
# EISA devices
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index 943f200fa3c..5a13c589bb4 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.9 1997/02/26 16:30:59 niklas Exp $
+# $OpenBSD: files.alpha,v 1.10 1997/03/25 08:00:43 niklas Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -163,6 +163,14 @@ file arch/alpha/isa/pms.c pms
attach vga at isa with vga_isa
file arch/alpha/isa/vga_isa.c vga_isa needs-flag
+# National Semiconductor DS8390/WD83C690-based boards
+# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
+# XXX conflicts with other ports; can't be in files.isa
+device ed: ether, ifnet
+attach ed at isa with ed_isa
+attach ed at pcmcia with ed_pcmcia
+file dev/isa/if_ed.c ed & (ed_isa | ed_pcmcia) needs-flag
+
#
# EISA Bus support
#