- 10 Jan, 2004 40 commits
-
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Alexander Viro authored
-
Jeff Garzik authored
Also handle ioremap failure.
-
Jeff Garzik authored
* s/int/unsigned long/ for 'flags' arg passed to spin_lock_irqsave * s/unsigned int/unsigned long/ for I/O port addresses * no need to prevent tc35815_probe from being called multiple times... PCI layer will do things properly for us. * call pci_enable_device before accessing hardware, before obtaining irq number, and before obtaining I/O port addresses. * remove bogus 'if (pdev)' check in PCI API ->probe function * call SET_M0DULE_OWNER, remove MOD_{INC,DEC}_USE_COUNT * (cleanup) don't bother casting from a void* * (cleanup) mark debugging function with #if 0, just like the caller * Fix many printk statements to indicate that tc_readl() returns a long, not an int. * (cleanup) remove unused tc35815_proc_info function
-
Stephen Hemminger authored
NE68-atarilance * switched to dynamic allocation * fixed resource leaks on failure exits * also kill off last usage of probe_list
-
Jeff Garzik authored
-
Stephen Hemminger authored
NE67-sun3lance * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE66-sun3_82586 * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE64-apne * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE63-bionet * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE62-pamsnet * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE61-hplance * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE60-mvme147lance * switched to dynamic allocation * fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE59-mace * switched mace to dynamic allocation * mace: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE58-macsonic * switched macsonic to dynamic allocation * macsonic: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE57-mac8390 * switched mac8390 to dynamic allocation * mac8390: fixed resource leaks on failure exits * get rid of MOD_INC/DEC
-
Stephen Hemminger authored
NE56-mac8390 * switched mac8390 to dynamic allocation * mac8390: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE55-jazzsonic * switched jazzsonic to dynamic allocation * jazzsonic: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE54-bagetlance * switched bagetlance to dynamic allocation * bagetlance: embedded ->priv * bagetlance: fixed resource leaks on failure exits * bagetlance: fixed resource leaks on rmmod
-
Stephen Hemminger authored
NE52-ultra32 * switched smc-ultra32 to dynamic allocation * smc-ultra32: fixed order of freeing bugs * smc-ultra32: fixed clobbering on autoprobe * smc-ultra32: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE51-ac3200 * switched ac3200 to dynamic allocation * ac3200: fixed order of freeing bugs * ac3200: fixed clobbering on autoprobe * ac3200: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE50-es3210 * switched es3210 to dynamic allocation * es3210: fixed order of freeing bugs * es3210: fixed clobbering on autoprobe
-
Stephen Hemminger authored
NE49-lne390 * switched lne390 to dynamic allocation * lne390: fixed order of freeing bugs * lne390: fixed clobbering on autoprobe * lne390: fixed resource leaks on failure exits
-
Stephen Hemminger authored
NE48-ne2 from viro * switched ne2 to dynamic allocation * ne2: fixed order of freeing bugs * ne2: fixed resource leaks on failure exits
-