Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf 3c503 works on alpha, add:



details:   https://anonhg.NetBSD.org/src/rev/3acb46834e7e
branches:  trunk
changeset: 494331:3acb46834e7e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Jul 05 18:40:47 2000 +0000

description:
3c503 works on alpha, add:
ec0 at isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet

diffstat:

 sys/arch/alpha/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d436dbf003b8 -r 3acb46834e7e sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Jul 05 18:14:40 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Jul 05 18:40:47 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.159 2000/06/30 17:10:15 itojun Exp $
+# $NetBSD: GENERIC,v 1.160 2000/07/05 18:40:47 bouyer Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.159 $"
+#ident                 "GENERIC-$Revision: 1.160 $"
 
 maxusers 32
 
@@ -256,6 +256,7 @@
 com*   at      isa? port 0x3f8 irq 4           # standard serial ports
 com*   at      isa? port 0x2f8 irq 3
 cs*    at      isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
+ec0    at      isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet
 ep*    at      isa? port ? irq ?               # 3COM 3c509 Ethernet
 fdc0   at      isa? port 0x3f0 irq 6 drq 2     # floppy controller
 lc0    at      isa? port 0x300 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)



Home | Main Index | Thread Index | Old Index