Date: Fri, 11 Feb 2005 06:02:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_novell.c if_ed_pccard.c if_edreg.h Message-ID: <200502110602.j1B62Rf8053414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-02-11 06:02:27 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_novell.c if_ed_pccard.c if_edreg.h Log: Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really are NOVELL NE2000 with just a tiny quirk that's non vendor specific. Instead, use the chip_type of DL100XX instead. This is more inline with how the AX88190 support was added, and seems a little cleaner. Revision Changes Path 1.4 +1 -0 src/sys/dev/ed/if_ed_novell.c 1.73 +5 -4 src/sys/dev/ed/if_ed_pccard.c 1.34 +3 -4 src/sys/dev/ed/if_edreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502110602.j1B62Rf8053414>