Date: Tue, 21 Sep 1999 22:07:52 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/al Makefile src/sys/pci if_al.c if_alreg.h src/sys/i386/i386 userconfig.c src/sys/i386/conf GENERIC LINT src/release/sysinstall devices.c src/release/texts/alpha HARDWARE.TXT RELNOTES.TXT ... Message-ID: <199909220507.WAA67514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/09/21 22:07:52 PDT
Modified files:
sys/modules Makefile
sys/pci if_al.c if_alreg.h
sys/i386/i386 userconfig.c
sys/i386/conf GENERIC LINT
release/sysinstall devices.c
release/texts/alpha HARDWARE.TXT RELNOTES.TXT
release/texts/i386 HARDWARE.TXT RELNOTES.TXT
share/man/man4/man4.i386 al.4
Added files:
sys/modules/al Makefile
Log:
Spruce up the ADMtek driver: conver to newbus, miibus and add support
for the AN985 "Centaur" chip, which is apparently the next genetation
of the "Comet." The AN985 is also a tulip clone and is similar to the
AL981 except that it uses a 99C66 EEPROM and a serial MII interface
(instead of direct access to the PHY registers).
Also updated various documentation to mention the AN985 and created
a loadable module.
I don't think there are any cards that use this chip on the market yet:
the datasheet I got from ADMtek has boxes with big X's in them where the
diagrams should be, and the sample boards I got have chips without any
artwork on them.
Revision Changes Path
1.78 +2 -2 src/sys/modules/Makefile
1.11 +650 -879 src/sys/pci/if_al.c
1.4 +32 -185 src/sys/pci/if_alreg.h
1.159 +3 -3 src/sys/i386/i386/userconfig.c
1.192 +2 -2 src/sys/i386/conf/GENERIC
1.648 +2 -2 src/sys/i386/conf/LINT
1.105 +2 -2 src/release/sysinstall/devices.c
1.2 +2 -1 src/release/texts/alpha/HARDWARE.TXT
1.2 +4 -0 src/release/texts/alpha/RELNOTES.TXT
1.20 +2 -1 src/release/texts/i386/HARDWARE.TXT
1.32 +4 -0 src/release/texts/i386/RELNOTES.TXT
1.5 +7 -7 src/share/man/man4/man4.i386/al.4
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?199909220507.WAA67514>
