Date: Tue, 14 Sep 2004 21:22:34 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall devices.c src/etc devd.conf src/sys/modules Makefile src/sys/modules/vge Makefile src/sys/dev/mii ciphy.c ciphyreg.h miidevs src/sys/dev/vge if_vge.c if_vgereg.h if_vgevar.h src/sys/conf files ... Message-ID: <200409142122.i8ELMYTx031184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004-09-14 21:22:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
usr.sbin/sysinstall devices.c
etc devd.conf
sys/modules Makefile
sys/dev/mii miidevs
sys/conf files
sys/i386/conf GENERIC
sys/amd64/conf GENERIC
sys/pc98/conf GENERIC
share/man/man4 Makefile
Added files: (Branch: RELENG_5)
sys/modules/vge Makefile
sys/dev/mii ciphy.c ciphyreg.h
sys/dev/vge if_vge.c if_vgereg.h if_vgevar.h
share/man/man4 vge.4
Log:
Merge the vge(4) driver from the HEAD. Also add nge(4) and lge(4) to
GENERIC for x86.
Approved by: re (scottl)
Revision Changes Path
1.14.2.3 +2 -1 src/etc/devd.conf
1.276.2.2 +1 -0 src/share/man/man4/Makefile
1.5.2.1 +192 -0 src/share/man/man4/vge.4 (new)
1.421.2.3 +1 -0 src/sys/amd64/conf/GENERIC
1.943.2.3 +2 -0 src/sys/conf/files
1.1.2.1 +433 -0 src/sys/dev/mii/ciphy.c (new)
1.1.2.1 +351 -0 src/sys/dev/mii/ciphyreg.h (new)
1.27.4.1 +6 -0 src/sys/dev/mii/miidevs
1.3.2.1 +2445 -0 src/sys/dev/vge/if_vge.c (new)
1.1.2.1 +697 -0 src/sys/dev/vge/if_vgereg.h (new)
1.1.2.1 +174 -0 src/sys/dev/vge/if_vgevar.h (new)
1.413.2.5 +3 -0 src/sys/i386/conf/GENERIC
1.393.2.2 +1 -0 src/sys/modules/Makefile
1.1.2.1 +8 -0 src/sys/modules/vge/Makefile (new)
1.255.2.3 +3 -0 src/sys/pc98/conf/GENERIC
1.156.2.1 +1 -0 src/usr.sbin/sysinstall/devices.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409142122.i8ELMYTx031184>
