summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added "name" field to struct bus_driverMichael Brown2005-04-251-7/+8
* Added DBG2Michael Brown2005-04-252-5/+12
* Added "name" field to bus structure.Michael Brown2005-04-257-159/+212
* Allow for multiple debug levelsMichael Brown2005-04-251-5/+18
* Prevent hundreds of errors from "make symcheck". The prefix exit pathMichael Brown2005-04-2311-29/+0Star
* Fixed to properly catch multiply defined symbols.Michael Brown2005-04-231-1/+1
* Symbol errors caught by symcheck.plMichael Brown2005-04-233-3/+3
* Added "make symcheck"Michael Brown2005-04-231-0/+9
* First working versionMichael Brown2005-04-231-0/+73
* Should be an <= comparison, not a < comparison.Michael Brown2005-04-231-2/+2
* Coerced into compiling.Michael Brown2005-04-221-13/+13
* Make it easier to comment out individual SRC directories when thingsMichael Brown2005-04-221-2/+4
* TypoMichael Brown2005-04-221-1/+1
* Ensured that all drivers call xxx_fill_nic().Michael Brown2005-04-226-14/+9Star
* Coerced into compilingMichael Brown2005-04-2211-34/+35
* Updated to new device probing APIMichael Brown2005-04-221-13/+20
* 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
* isapnp_read_port can be set directly, rather than via a function call.Michael Brown2005-04-221-1/+1
* Updated debug messagesMichael Brown2005-04-221-9/+11
* Documented where to get hold of the datasheet.Michael Brown2005-04-221-5/+7
* Updated to new API.Michael Brown2005-04-221-11/+12
* Debug message fixes.Michael Brown2005-04-223-3/+7
* Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown2005-04-221-112/+274
* Need to leave structure zeroedMichael Brown2005-04-222-2/+2
* disable() is a voidMichael Brown2005-04-221-1/+1
* Must not go beyond end of driver's probe list.Michael Brown2005-04-221-1/+4
* Updated to current API.Michael Brown2005-04-225-26/+29
* Updated to new API.Michael Brown2005-04-221-56/+68
* ConsistencyMichael Brown2005-04-224-4/+4
* Updated to new device API.Michael Brown2005-04-223-34/+51
* Fix up fill_mca_nic.Michael Brown2005-04-222-3/+8
* Added friendly enable/disable functionsMichael Brown2005-04-224-9/+24
* Updated all common buses to new API.Michael Brown2005-04-229-366/+537
* Revert debug message prefix back to none, since we sometimes want to useMichael Brown2005-04-221-1/+1
* Automatically updated with the programMichael Brown2005-04-2126-162/+225
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-214-12/+12
* Updated to current APIMichael Brown2005-04-211-10/+8Star
* Made macros more like the previous driver API, to minimise requiredMichael Brown2005-04-212-6/+5Star
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-2116-553/+722
* Force a standard format upon debug messages.Michael Brown2005-04-211-1/+1
* TypoMichael Brown2005-04-211-1/+2
* bswap_16() exists; no need to use __bswap_16()Michael Brown2005-04-211-2/+2
* Trying to create a bus API.Michael Brown2005-04-201-0/+161
* First versionsMichael Brown2005-04-192-0/+39
* Moved floppy.c to i386 arch, since it's i386-specific.Michael Brown2005-04-181-0/+0
* Added remaining bus functions.Michael Brown2005-04-181-12/+121
* Code fixed to operate correctly.Michael Brown2005-04-181-23/+26