Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/ic Pull up revision 1.55 (requested by rpaulo in ...



details:   https://anonhg.NetBSD.org/src/rev/50efbb436125
branches:  netbsd-3
changeset: 576347:50efbb436125
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jul 01 12:28:25 2005 +0000

description:
Pull up revision 1.55 (requested by rpaulo in ticket #493):
Add support for ASIX AX88140A/AX88141 chipsets using only
the 10/100 MII with inspiration from FreeBSD dc(4) driver.
Tested on i386 and macppc.
Reviewed by Jason Thorpe and ok'ed by Hubert Feyrer.

diffstat:

 sys/dev/ic/tulipvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dd6fece15747 -r 50efbb436125 sys/dev/ic/tulipvar.h
--- a/sys/dev/ic/tulipvar.h     Fri Jul 01 12:28:20 2005 +0000
+++ b/sys/dev/ic/tulipvar.h     Fri Jul 01 12:28:25 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tulipvar.h,v 1.54 2005/02/27 00:27:03 perry Exp $      */
+/*     $NetBSD: tulipvar.h,v 1.54.2.1 2005/07/01 12:28:25 tron Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -595,6 +595,7 @@
 extern const struct tulip_mediasw tlp_al981_mediasw;
 extern const struct tulip_mediasw tlp_an985_mediasw;
 extern const struct tulip_mediasw tlp_dm9102_mediasw;
+extern const struct tulip_mediasw tlp_asix_mediasw;
 
 void   tlp_attach(struct tulip_softc *, const u_int8_t *);
 int    tlp_activate(struct device *, enum devact);



Home | Main Index | Thread Index | Old Index