Date: Sat, 4 Dec 1999 09:41:32 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pci if_dc.c if_dcreg.h if_al.c if_alreg.h if_ax.c if_axreg.h if_dm.c if_dmreg.h if_mx.c if_mxreg.h if_pn.c if_pnreg.h src/sys/modules Makefile src/sys/modules/al Makefile src/sys/modules/ax Makefile ... Message-ID: <199912041741.JAA40831@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/12/04 09:41:32 PST Modified files: sys/conf files sys/modules Makefile sys/modules/mii Makefile sys/i386/conf GENERIC LINT NEWCARD PCCARD sys/i386/i386 userconfig.c sys/alpha/conf GENERIC share/man/man4 Makefile release/sysinstall devices.c release/texts/alpha HARDWARE.TXT RELNOTES.TXT release/texts/i386 HARDWARE.TXT RELNOTES.TXT Added files: sys/pci if_dc.c if_dcreg.h sys/modules/dc Makefile share/man/man4 dc.4 sys/dev/mii dcphy.c pnphy.c Removed files: sys/pci if_al.c if_alreg.h if_ax.c if_axreg.h if_dm.c if_dmreg.h if_mx.c if_mxreg.h if_pn.c if_pnreg.h sys/modules/al Makefile sys/modules/ax Makefile sys/modules/dm Makefile sys/modules/mx Makefile sys/modules/pn Makefile share/man/man4 al.4 ax.4 dm.4 mx.4 pn.4 sys/dev/mii mxphy.c Log: Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers which it replaces. The new driver supports all of the chips supported by the ones it replaces, as well as many DEC/Intel 21143 10/100 cards. This also completes my quest to convert things to miibus and add Alpha support. Revision Changes Path 1.292 +2 -6 src/sys/conf/files 1.93 +4 -4 src/sys/modules/Makefile 1.9 +2 -2 src/sys/modules/mii/Makefile 1.209 +2 -6 src/sys/i386/conf/GENERIC 1.691 +9 -24 src/sys/i386/conf/LINT 1.6 +2 -6 src/sys/i386/conf/NEWCARD 1.28 +2 -6 src/sys/i386/conf/PCCARD 1.162 +3 -7 src/sys/i386/i386/userconfig.c 1.53 +2 -6 src/sys/alpha/conf/GENERIC 1.64 +6 -6 src/share/man/man4/Makefile 1.108 +2 -6 src/release/sysinstall/devices.c 1.5 +1 -5 src/release/texts/alpha/HARDWARE.TXT 1.8 +4 -0 src/release/texts/alpha/RELNOTES.TXT 1.26 +1 -5 src/release/texts/i386/HARDWARE.TXT 1.41 +4 -0 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912041741.JAA40831>