aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-04-27isa.c uses the new table infrastructure.Michael Brown1-2/+2
2005-04-26Add isapnp_max_csn to reduce scan time.Michael Brown1-2/+20
2005-04-26ISA bus driver updated to report devices as present only if a driverMichael Brown1-38/+52
2005-04-26Automatically updated withMichael Brown33-78/+40
2005-04-25Added "name" field to struct bus_driverMichael Brown1-7/+8
2005-04-25Added "name" field to bus structure.Michael Brown5-63/+84
2005-04-23Symbol errors caught by symcheck.plMichael Brown3-3/+3
2005-04-22TypoMichael Brown1-1/+1
2005-04-22Ensured that all drivers call xxx_fill_nic().Michael Brown6-14/+9
2005-04-22Coerced into compilingMichael Brown11-34/+35
2005-04-22Updated to new device probing APIMichael Brown1-13/+20
2005-04-22Coerced into compilingMichael Brown3-11/+9
2005-04-22Coerced into compiling.Michael Brown1-3/+3
2005-04-22Coerced into actually compiling.Michael Brown1-4/+4
2005-04-22Fields in struct pci_device slightly changed.Michael Brown1-4/+2
2005-04-22Documented where to get hold of the datasheet.Michael Brown1-5/+7
2005-04-22Updated to new API.Michael Brown1-11/+12
2005-04-22Debug message fixes.Michael Brown3-3/+7
2005-04-22Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown1-112/+274
2005-04-22Need to leave structure zeroedMichael Brown2-2/+2
2005-04-22disable() is a voidMichael Brown1-1/+1
2005-04-22Must not go beyond end of driver's probe list.Michael Brown1-1/+4
2005-04-22Updated to current API.Michael Brown5-26/+29
2005-04-22Updated to new API.Michael Brown1-56/+68
2005-04-22ConsistencyMichael Brown1-1/+1
2005-04-22Updated to new device API.Michael Brown3-34/+51
2005-04-22Fix up fill_mca_nic.Michael Brown1-2/+1
2005-04-22Added friendly enable/disable functionsMichael Brown2-6/+7
2005-04-22Updated all common buses to new API.Michael Brown5-320/+452
2005-04-21Automatically updated with the programMichael Brown26-162/+225
2005-04-21Tweaked API to minimise changes to existing drivers even further.Michael Brown2-10/+10
2005-04-21Updated to current APIMichael Brown1-10/+8
2005-04-21Created a bus/device API that allows for the ROM prefix to specify anMichael Brown1-118/+135
2005-04-21bswap_16() exists; no need to use __bswap_16()Michael Brown1-2/+2
2005-04-18Moved floppy.c to i386 arch, since it's i386-specific.Michael Brown1-88/+0
2005-04-18Fix BUILD_SERIAL.Michael Brown1-4/+14
2005-04-18Move RELOCATE into config.hMichael Brown1-3/+17
2005-04-18CONFIG_PCI and CONFIG_ISA no longer existMichael Brown1-3/+1
2005-04-17Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown2-37/+40
2005-04-17Use only the header files that we needMichael Brown6-6/+10
2005-04-16Place the call to adjust_pci_device() back in the individual drivers,Michael Brown9-6/+16
2005-04-16...this time with the correct syntax. :(Michael Brown1-1/+1
2005-04-16Added activate_isapnp_device() lineMichael Brown1-1/+2
2005-04-16Remove debugging call to getchar()Michael Brown1-3/+0
2005-04-16Now known to work with an old Adaptec 1505 that I found lying around.Michael Brown1-23/+52
2005-04-16ConsistencyMichael Brown1-1/+2
2005-04-16Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.Michael Brown1-1/+22
2005-04-16Read number of PCI buses returned by BIOS so that we can scan moreMichael Brown1-0/+11
2005-04-16Improved debugging outputMichael Brown3-7/+27
2005-04-16Made debug messages more consistent.Michael Brown2-4/+8