Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm26/conf Add eh(4).



details:   https://anonhg.NetBSD.org/src/rev/5a5de551de46
branches:  trunk
changeset: 500940:5a5de551de46
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Wed Dec 20 22:17:31 2000 +0000

description:
Add eh(4).

diffstat:

 sys/arch/arm26/conf/FOURMEG |  5 +++--
 sys/arch/arm26/conf/GENERIC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 846605846343 -r 5a5de551de46 sys/arch/arm26/conf/FOURMEG
--- a/sys/arch/arm26/conf/FOURMEG       Wed Dec 20 22:11:16 2000 +0000
+++ b/sys/arch/arm26/conf/FOURMEG       Wed Dec 20 22:17:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FOURMEG,v 1.9 2000/10/14 23:47:47 bjh21 Exp $
+# $NetBSD: FOURMEG,v 1.10 2000/12/20 22:17:31 bjh21 Exp $
 
 # FOURMEG arm26 configuration -- something small
 
@@ -136,7 +136,8 @@
 unixbp0                at ioc0 bank 6          # Unix Backplane (interrupt routing)
 
 ei*            at podulebus0 slot ?    # Acorn AKA25 (Ether1)
-ea*            at podulebus0 slot ?    # Acorn/Atomwide Ether3
+ea*            at podulebus0 slot ?    # Atomwide Ether3
+eh*            at podulebus0 slot ?    # i-cubed EtherH (E100/200/500)
 
 #dtide*                at podulebus0 slot ?    # D.T. Software IDE interface
 #wd*           at dtide? channel ? drive ?
diff -r 846605846343 -r 5a5de551de46 sys/arch/arm26/conf/GENERIC
--- a/sys/arch/arm26/conf/GENERIC       Wed Dec 20 22:11:16 2000 +0000
+++ b/sys/arch/arm26/conf/GENERIC       Wed Dec 20 22:17:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.15 2000/12/19 15:51:48 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.16 2000/12/20 22:17:31 bjh21 Exp $
 
 # GENERIC arm26 configuration -- everything I've implemented so far
 
@@ -133,7 +133,8 @@
 unixbp0                at ioc0 bank 6          # Unix Backplane (interrupt routing)
 
 ei*            at podulebus0 slot ?    # Acorn AKA25 (Ether1)
-ea*            at podulebus0 slot ?    # Acorn/Atomwide Ether3
+ea*            at podulebus0 slot ?    # Atomwide Ether3
+eh*            at podulebus0 slot ?    # i-cubed EtherH (E100/200/500)
 
 #dtide*                at podulebus0 slot ?    # D.T. Software IDE interface
 #wd*           at dtide? channel ? drive ?



Home | Main Index | Thread Index | Old Index