-# $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.
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
-# $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
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
#