summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Standardised debug mechanism in place now.Michael Brown2005-04-1410-70/+14Star
* compiler.h is now always included on the command line.Michael Brown2005-04-146-7/+0Star
* We need the ISA product ID mask available separately for 3c509.c.Michael Brown2005-04-141-2/+3
* Always include compiler.h.Michael Brown2005-04-141-0/+16
* Automatically create DBG() macro based on debug_<object> macro.Michael Brown2005-04-141-0/+20
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-148-49/+84
* Stripped references to variables in C code.Michael Brown2005-04-131-7/+1Star
* EISA support now provided by eisa.cMichael Brown2005-04-131-11/+0Star
* Extraced from 3c509.cMichael Brown2005-04-132-0/+212
* Add EISA as a bus type.Michael Brown2005-04-131-4/+11
* Don't use htons, for compatibility with PCI :(Michael Brown2005-04-131-3/+2Star
* Use __bswap_16, since we're not dealing with quantities to go onto the network.Michael Brown2005-04-131-2/+2
* htons was used in ISAPnP code just due to ISAPnP storing bytes inMichael Brown2005-04-131-2/+2
* Created separate isa_ids.h file and a utility function to print out ISAMichael Brown2005-04-134-8/+72
* Add MCA devicesMichael Brown2005-04-131-0/+3
* Minor fixupsMichael Brown2005-04-131-2/+3
* Extracted from 3c509.cMichael Brown2005-04-132-0/+189
* WhoopsMichael Brown2005-04-131-2/+2
* Finished by handMichael Brown2005-04-133-113/+104Star
* Finished by handMichael Brown2005-04-134-50/+60
* Finished by handMichael Brown2005-04-135-91/+101
* Fix type of dummy_irq()Michael Brown2005-04-132-2/+2
* Finished by handMichael Brown2005-04-139-177/+192
* Hand-finishedMichael Brown2005-04-132-30/+37
* Avoid compiler warnings.Michael Brown2005-04-131-2/+2
* Use NIC's connect method.Michael Brown2005-04-131-2/+8
* Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)Michael Brown2005-04-131-0/+7
* Hand-finishedMichael Brown2005-04-131-30/+27Star
* Automatically updated usingMichael Brown2005-04-1331-144/+272
* Manual tweaks to get all drivers to follow the "disable, poll, transmit,Michael Brown2005-04-136-4/+6
* Automatically updated usingMichael Brown2005-04-138-14/+14
* Automatically updated usingMichael Brown2005-04-1331-76/+31Star
* Automatically updated usingMichael Brown2005-04-1322-66/+110
* Minor regexp tweaks to catch degenerate cases.Michael Brown2005-04-132-16/+8Star
* Auto-updated usingMichael Brown2005-04-1323-184/+92Star
* Use dev's print_info method to print standardised information aboutMichael Brown2005-04-131-0/+3
* Add print_info method to dev_operations.Michael Brown2005-04-131-0/+4
* We now record a pointer to the struct pci_device, since it's carriedMichael Brown2005-04-131-1/+1
* Able to at least compile again now.Michael Brown2005-04-121-50/+41Star
* Add dummy_connect and dummy_irqMichael Brown2005-04-122-4/+18
* Remove debugging by defaultMichael Brown2005-04-121-2/+0Star
* Updated to new device API.Michael Brown2005-04-121-57/+50Star
* Cope with nic.h being included before (or without) dev.hMichael Brown2005-04-121-4/+3Star
* Include dev.h, since several drivers just include nic.hMichael Brown2005-04-121-0/+3
* Fixed up PCI-scanning code to use new PCI interface.Michael Brown2005-04-121-21/+14Star
* Make adjust_pci_device global, since many drivers call it.Michael Brown2005-04-122-1/+2
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-125-44/+66
* Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoidMichael Brown2005-04-121-3/+3
* Tie into new boot device framework.Michael Brown2005-04-121-17/+50
* struct nic is now part of struct dev, rather than the other way around.Michael Brown2005-04-121-111/+87Star