Addition of the ed ethernet driver
authorniklas <niklas@openbsd.org>
Tue, 25 Mar 1997 08:00:42 +0000 (08:00 +0000)
committerniklas <niklas@openbsd.org>
Tue, 25 Mar 1997 08:00:42 +0000 (08:00 +0000)
sys/arch/alpha/conf/GENERIC
sys/arch/alpha/conf/files.alpha

index 77c97cb..b931716 100644 (file)
@@ -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
index 943f200..5a13c58 100644 (file)
@@ -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
 #