From 5b7ee2a00d1478da1d211f9f5db01e20af4cf7fa Mon Sep 17 00:00:00 2001 From: niklas Date: Tue, 25 Mar 1997 08:00:42 +0000 Subject: [PATCH] Addition of the ed ethernet driver --- sys/arch/alpha/conf/GENERIC | 5 ++++- sys/arch/alpha/conf/files.alpha | 10 +++++++++- 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 # -- 2.20.1