https://github.com/torvalds/linux
Revision 03a8c6611aa18f919f8700b18f925e9008b616a8 authored by Jeff Garzik on 27 June 2006, 11:57:22 UTC, committed by Jeff Garzik on 05 July 2006, 17:40:49 UTC
When in-kernel net drivers branched from Donald Becker's vanilla driver
set, in the days before BitKeeper and git, a driver changelog was
maintained in the driver source code.  These days, the kernel's
changelog is far superior and much more accurate, so the in-driver
changelogs are removed.

Another relic of the Becker/kernel split was version numbering, using
"foo-LKx.y.z" notation, resulting in weird version numbers like
"1.17b-LK1.1.9".  These drivers are for older hardware, and see few
changes these days, so the version numbers were all bumped to something
more simple.

Finally, in xircom_tulip_cb specifically, an additional cleanup removes
the always-enabled CARDBUS cpp macro.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 36e1e84
History
Tip revision: 03a8c6611aa18f919f8700b18f925e9008b616a8 authored by Jeff Garzik on 27 June 2006, 11:57:22 UTC
[netdrvr] Remove Linux-specific changelogs from several Becker template drivers
Tip revision: 03a8c66
File Mode Size
Kconfig -rw-r--r-- 17.5 KB
Makefile -rw-r--r-- 874 bytes
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 9.2 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.0 KB
do_mounts_md.c -rw-r--r-- 7.4 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 11.4 KB
main.c -rw-r--r-- 17.6 KB
version.c -rw-r--r-- 778 bytes

back to top