summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Coerced into compilingMichael Brown2005-04-223-11/+9Star
* Coerced into compiling.Michael Brown2005-04-221-3/+3
* Coerced into actually compiling.Michael Brown2005-04-221-4/+4
* Fields in struct pci_device slightly changed.Michael Brown2005-04-221-4/+2Star
* Documented where to get hold of the datasheet.Michael Brown2005-04-221-5/+7
* Updated to new API.Michael Brown2005-04-221-11/+12
* Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown2005-04-221-112/+274
* disable() is a voidMichael Brown2005-04-221-1/+1
* Updated to current API.Michael Brown2005-04-225-26/+29
* Updated to new API.Michael Brown2005-04-221-56/+68
* Updated to new device API.Michael Brown2005-04-223-34/+51
* Automatically updated with the programMichael Brown2005-04-2126-162/+225
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-211-1/+1
* Updated to current APIMichael Brown2005-04-211-10/+8Star
* Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown2005-04-172-37/+40
* Place the call to adjust_pci_device() back in the individual drivers,Michael Brown2005-04-168-3/+16
* ...this time with the correct syntax. :(Michael Brown2005-04-161-1/+1
* Added activate_isapnp_device() lineMichael Brown2005-04-161-1/+2
* Make isa_probe_addr a simple integer rather than a struct, to facilitateMichael Brown2005-04-165-23/+19Star
* Don't even try to compile until the code is tidied up.Michael Brown2005-04-151-0/+7
* This at least compiles now. Haven't separated out the EMBEDDED code yet.Michael Brown2005-04-151-241/+230Star
* Not sure why I made these cosmetic changes, but I appear to have done so.Michael Brown2005-04-151-3/+3
* Added "classical" ISA example.Michael Brown2005-04-151-0/+63
* Added EISA, ISAPnP and MCA examples.Michael Brown2005-04-151-7/+117
* Updated to new PCI bus interface.Michael Brown2005-04-151-89/+100
* Updated to work with new ISAPnP bus code.Michael Brown2005-04-151-189/+142Star
* Standardised debug messages to make it easy to get a bus scan printoutMichael Brown2005-04-151-0/+4
* Cleaner separation of find_t509_device/fill_t509_device.Michael Brown2005-04-151-4/+11
* 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
* 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
* Updated to current device API.Michael Brown2005-04-141-20/+20
* 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-141-18/+12Star
* 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
* 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