Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/mac68k/nubus Pull up revision 1.29 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/a34e786927df
branches:  netbsd-1-4
changeset: 470681:a34e786927df
user:      he <he%NetBSD.org@localhost>
date:      Tue Jun 27 15:19:39 2000 +0000

description:
Pull up revision 1.29 (requested by scottr):
  Add support for the Macintosh LC Ethernet Adapter.  This was
  previously erroneously recognized as an 8390-based card, where
  in fact it is using the 83932 (SONIC) controller.

diffstat:

 sys/arch/mac68k/nubus/if_ae_nubus.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2ce7a94f51b6 -r a34e786927df sys/arch/mac68k/nubus/if_ae_nubus.c
--- a/sys/arch/mac68k/nubus/if_ae_nubus.c       Tue Jun 27 15:15:16 2000 +0000
+++ b/sys/arch/mac68k/nubus/if_ae_nubus.c       Tue Jun 27 15:19:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ae_nubus.c,v 1.28 1998/09/27 14:39:11 scottr Exp $  */
+/*     $NetBSD: if_ae_nubus.c,v 1.28.8.1 2000/06/27 15:19:39 he Exp $  */
 
 /*
  * Copyright (C) 1997 Scott Reynolds
@@ -418,6 +418,11 @@
                }
                break;
        case NUBUS_DRSW_APPLE:
+               if (na->drhw == NUBUS_DRHW_ASANTE_LC) {
+                       vendor = DP8390_VENDOR_UNKNOWN;
+                       break;
+               }
+               /* FALLTHROUGH */
        case NUBUS_DRSW_DAYNA2:
        case NUBUS_DRSW_TECHWORKS:
        case NUBUS_DRSW_TFLLAN:



Home | Main Index | Thread Index | Old Index