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
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.8 KB
msg.c -rw-r--r-- 18.6 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 33.2 KB
shm.c -rw-r--r-- 21.6 KB
util.c -rw-r--r-- 17.0 KB
util.h -rw-r--r-- 2.6 KB

back to top