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/dev Pull up revision 1.14 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/ce3b0c98d5e3
branches:  netbsd-1-4
changeset: 470700:ce3b0c98d5e3
user:      he <he%NetBSD.org@localhost>
date:      Sat Jul 01 17:45:52 2000 +0000

description:
Pull up revision 1.14 (requested by fredb):
  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/dev/if_snvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bec07588825 -r ce3b0c98d5e3 sys/arch/mac68k/dev/if_snvar.h
--- a/sys/arch/mac68k/dev/if_snvar.h    Sat Jul 01 17:42:48 2000 +0000
+++ b/sys/arch/mac68k/dev/if_snvar.h    Sat Jul 01 17:45:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_snvar.h,v 1.13 1998/12/22 08:47:05 scottr Exp $     */
+/*     $NetBSD: if_snvar.h,v 1.13.4.1 2000/07/01 17:45:52 he Exp $     */
 
 /*
  * Copyright (c) 1991   Algorithmics Ltd (http://www.algor.co.uk)
@@ -17,6 +17,7 @@
 #define        SN_VENDOR_APPLE         0x00    /* Apple Computer/compatible */
 #define        SN_VENDOR_DAYNA         0x01    /* Dayna/Kinetics EtherPort */
 #define        SN_VENDOR_APPLE16       0x02    /* Apple Twisted Pair NB */
+#define        SN_VENDOR_ASANTELC      0x09    /* Asante Macintosh LC Ethernet */
 
 /*
  * Memory access macros. Since we handle SONIC in 16 bit mode (PB5X0)



Home | Main Index | Thread Index | Old Index