summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up isolation protocol.Michael Brown2005-04-151-196/+330
* Standardised debug message.Michael Brown2005-04-151-1/+1
* Standardised debug messages to make it easy to get a bus scan printoutMichael Brown2005-04-154-3/+8
* Cleaner separation of find_t509_device/fill_t509_device.Michael Brown2005-04-151-4/+11
* Moved core/isapnp.c to drivers/bus/isapnp.cMichael Brown2005-04-151-0/+382
* Updated to new ISA API, but this driver probably has deeper problems.Michael Brown2005-04-141-92/+95
* This code is unbelievably ugly, has never been fixed up to work withMichael Brown2005-04-142-1363/+0Star
* Updated to general ISA bus API.Michael Brown2005-04-141-122/+108Star
* Updated to common ISA bus API.Michael Brown2005-04-141-161/+118Star
* Added a generalised ISA device-probing mechanism.Michael Brown2005-04-141-0/+123
* name should be constMichael Brown2005-04-141-1/+1
* Fixed up automatic modifications by hand.Michael Brown2005-04-148-45/+44Star
* Automatically modified byMichael Brown2005-04-1422-88/+22Star
* Fix up the automatic modifications.Michael Brown2005-04-141-10/+11
* Made amenable to automatic update.Michael Brown2005-04-141-1/+0Star
* This is the only driver that has a genuine reason to callMichael Brown2005-04-141-8/+3Star
* Automatically updated usingMichael Brown2005-04-1423-48/+23Star
* Updated to new device API.Michael Brown2005-04-143-71/+59Star
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-143-3/+0Star
* Updated to current device API.Michael Brown2005-04-141-20/+20
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-143-81/+78Star
* Split 3c509.c into 3c509.9 and 3c529.c, with shared code in 3c5x9.c.Michael Brown2005-04-144-622/+683
* Standardised debug mechanism in place now.Michael Brown2005-04-144-43/+12Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-143-16/+63
* 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-131-0/+136
* 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-131-0/+24
* Minor fixupsMichael Brown2005-04-131-2/+3
* Extracted from 3c509.cMichael Brown2005-04-131-0/+114
* Finished by handMichael Brown2005-04-133-113/+104Star
* Finished by handMichael Brown2005-04-134-50/+60
* Finished by handMichael Brown2005-04-135-91/+101
* Finished by handMichael Brown2005-04-139-177/+192
* Hand-finishedMichael Brown2005-04-132-30/+37
* 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
* Remove debugging by defaultMichael Brown2005-04-121-2/+0Star
* Updated to new device API.Michael Brown2005-04-121-57/+50Star
* 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-121-1/+1