]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[netdrvr] Remove Linux-specific changelogs from several Becker template drivers
authorJeff Garzik <jeff@garzik.org>
Tue, 27 Jun 2006 11:57:22 +0000 (07:57 -0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 5 Jul 2006 17:40:49 +0000 (13:40 -0400)
commit03a8c6611aa18f919f8700b18f925e9008b616a8
tree312336afb3a3ddbffe1633e512fa616cbbc07be7
parent36e1e84768b1123eb632aff153104855c71684cc
[netdrvr] Remove Linux-specific changelogs from several Becker template drivers

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>
drivers/net/dl2k.c
drivers/net/hamachi.c
drivers/net/natsemi.c
drivers/net/starfire.c
drivers/net/sundance.c
drivers/net/tulip/xircom_tulip_cb.c
drivers/net/via-rhine.c
drivers/net/yellowfin.c