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
.gitignore -rw-r--r-- 94 bytes
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 1.7 KB
gen_init_cpio.c -rw-r--r-- 10.4 KB
initramfs_data.S -rw-r--r-- 1.0 KB

back to top