Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/podulebus It seems that i-cubed used the "A" ...



details:   https://anonhg.NetBSD.org/src/rev/69d7d92c325d
branches:  trunk
changeset: 500192:69d7d92c325d
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Thu Dec 07 21:24:33 2000 +0000

description:
It seems that i-cubed used the "A" suffix on card types (along with "Lk" and
probably some others) to indicate the software mix on the card, while we
were using it to indicate Acorn-branded variants.  Change over to using "AEH"
for the latter.

diffstat:

 sys/arch/arm32/podulebus/if_ne_pbus.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57d4a891a1e2 -r 69d7d92c325d sys/arch/arm32/podulebus/if_ne_pbus.c
--- a/sys/arch/arm32/podulebus/if_ne_pbus.c     Thu Dec 07 21:23:54 2000 +0000
+++ b/sys/arch/arm32/podulebus/if_ne_pbus.c     Thu Dec 07 21:24:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pbus.c,v 1.2 1998/10/28 00:13:53 thorpej Exp $   */
+/*     $NetBSD: if_ne_pbus.c,v 1.3 2000/12/07 21:24:33 bjh21 Exp $     */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -159,7 +159,7 @@
        },
        /* Acorn EtherLan EtherH netslot interface */
        {
-         MANUFACTURER_ICUBED, PODULE_ICUBED_ETHERLAN600A, EH600_REGSHIFT,
+         MANUFACTURER_ICUBED, PODULE_ICUBED_ETHERLAN600AEH, EH600_REGSHIFT,
          EH600_NIC_OFFSET, EH600_NIC_SIZE, EH600_ASIC_OFFSET, EH600_ASIC_SIZE,
          NE_SPACE_FAST, NE_SPACE_FAST, 0, 0,
          "EtherLan 600A", eh600_ea , eh600_preattach, eh600_postattach



Home | Main Index | Thread Index | Old Index