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-- 4.9 KB
Makefile -rw-r--r-- 851 bytes
bootmem.c -rw-r--r-- 12.0 KB
fadvise.c -rw-r--r-- 3.1 KB
filemap.c -rw-r--r-- 63.4 KB
filemap.h -rw-r--r-- 2.8 KB
filemap_xip.c -rw-r--r-- 10.3 KB
fremap.c -rw-r--r-- 6.1 KB
highmem.c -rw-r--r-- 13.7 KB
hugetlb.c -rw-r--r-- 18.3 KB
internal.h -rw-r--r-- 1.0 KB
madvise.c -rw-r--r-- 8.6 KB
memory.c -rw-r--r-- 66.5 KB
memory_hotplug.c -rw-r--r-- 6.8 KB
mempolicy.c -rw-r--r-- 46.6 KB
mempool.c -rw-r--r-- 8.9 KB
migrate.c -rw-r--r-- 21.2 KB
mincore.c -rw-r--r-- 4.4 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 53.9 KB
mmzone.c -rw-r--r-- 847 bytes
mprotect.c -rw-r--r-- 7.2 KB
mremap.c -rw-r--r-- 10.7 KB
msync.c -rw-r--r-- 5.6 KB
nommu.c -rw-r--r-- 28.0 KB
oom_kill.c -rw-r--r-- 9.8 KB
page-writeback.c -rw-r--r-- 22.9 KB
page_alloc.c -rw-r--r-- 62.6 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 6.3 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 16.9 KB
rmap.c -rw-r--r-- 23.2 KB
shmem.c -rw-r--r-- 58.4 KB
slab.c -rw-r--r-- 107.6 KB
slob.c -rw-r--r-- 8.8 KB
sparse.c -rw-r--r-- 7.2 KB
swap.c -rw-r--r-- 11.9 KB
swap_state.c -rw-r--r-- 9.3 KB
swapfile.c -rw-r--r-- 43.0 KB
thrash.c -rw-r--r-- 2.7 KB
tiny-shmem.c -rw-r--r-- 3.2 KB
truncate.c -rw-r--r-- 9.7 KB
util.c -rw-r--r-- 1.4 KB
vmalloc.c -rw-r--r-- 17.0 KB
vmscan.c -rw-r--r-- 43.6 KB
vmstat.c -rw-r--r-- 13.2 KB

back to top