76 Révisions (8febe42f7860bdf9ca8bbf2e93642b7e0091ed4d)

Auteur SHA1 Message Date
  Michael Brown 520d9c36af Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h il y a 17 ans
  Michael Brown fdc97499bf Add device description fields to struct device. il y a 17 ans
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device il y a 17 ans
  Michael Brown 5af4918356 Added support for wildcard device/vendor ID matches il y a 17 ans
  Michael Brown 7b9617f5df Add device to hierarchy before calling the driver's probe() function; this il y a 17 ans
  Michael Brown 9f953322a1 Remove warning (at least on platforms with uint32_t == unsigned long). il y a 17 ans
  Michael Brown a646e38f03 Use stdlib.h for malloc() instead of malloc.h. il y a 17 ans
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are il y a 18 ans
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation il y a 18 ans
  Michael Brown c3e41e6fd1 Added soon-to-be-requisite missing include. il y a 18 ans
  Michael Brown 6b6096d28b Strip down i386 PCI configuration space I/O to the bare minimum. A il y a 18 ans
  Michael Brown 15ee09ed10 Restructured PCI subsystem to fit the new device model. il y a 18 ans
  Michael Brown 824d6ffa7f Header rearrangement. il y a 18 ans
  Michael Brown 0e494614b5 Some versions of doxygen seem to object to "@ret None" or similar. il y a 19 ans
  Michael Brown a96759f9c8 Use "#var" rather than "@c var" for doxygen. il y a 19 ans
  Michael Brown f88c0d42d5 Doxygenation il y a 19 ans
  Michael Brown 282b6f1a1a isa.c uses the new table infrastructure. il y a 19 ans
  Michael Brown e301acc0d4 Add isapnp_max_csn to reduce scan time. il y a 19 ans
  Michael Brown 3dbdeb588f ISA bus driver updated to report devices as present only if a driver il y a 19 ans
  Michael Brown 5bace628ae Added "name" field to bus structure. il y a 19 ans
  Michael Brown db3a44b66d Debug message fixes. il y a 19 ans
  Michael Brown 441ee4f8f3 Need to leave structure zeroed il y a 19 ans
  Michael Brown feb652709d Must not go beyond end of driver's probe list. il y a 19 ans
  Michael Brown 1e156f537b Consistency il y a 19 ans
  Michael Brown 3e8c2aa78b Fix up fill_mca_nic. il y a 19 ans
  Michael Brown 97346a75f7 Added friendly enable/disable functions il y a 19 ans
  Michael Brown 924143661a Updated all common buses to new API. il y a 19 ans
  Michael Brown cfe3a663af Tweaked API to minimise changes to existing drivers even further. il y a 19 ans
  Michael Brown 98ff29345e Created a bus/device API that allows for the ROM prefix to specify an il y a 19 ans
  Michael Brown 928c388c6f bswap_16() exists; no need to use __bswap_16() il y a 19 ans
  Michael Brown cf79681b80 Fix BUILD_SERIAL. il y a 19 ans
  Michael Brown 85b00c4b72 Move RELOCATE into config.h il y a 19 ans
  Michael Brown 03346742c0 Use only the header files that we need il y a 19 ans
  Michael Brown 5ca20abf95 Place the call to adjust_pci_device() back in the individual drivers, il y a 19 ans
  Michael Brown 86d2127204 Remove debugging call to getchar() il y a 19 ans
  Michael Brown c659a54f70 Now known to work with an old Adaptec 1505 that I found lying around. il y a 19 ans
  Michael Brown 7bd3e883d7 Consistency il y a 19 ans
  Michael Brown e29be5e342 Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. il y a 19 ans
  Michael Brown 6e5a3858bf Read number of PCI buses returned by BIOS so that we can scan more il y a 19 ans
  Michael Brown e1a9798af4 Improved debugging output il y a 19 ans
  Michael Brown ed7b9109be Made debug messages more consistent. il y a 19 ans
  Michael Brown 211a607147 Improved debug messages. il y a 19 ans
  Michael Brown 9f02376409 Make isa_probe_addr a simple integer rather than a struct, to facilitate il y a 19 ans
  Michael Brown a60aadf9e9 Improve debug message legibility. il y a 19 ans
  Michael Brown 8aa3b9d972 Need to do isolation when find_isapnp_device is first called, il y a 19 ans
  Michael Brown 39cb4d8dbb Fix debug message il y a 19 ans
  Michael Brown e6e43a2f2f We now correctly use logical devices. il y a 19 ans
  Michael Brown d11ea1e44b Added debugging messages for activation/deactivation of logical devices. il y a 19 ans
  Michael Brown 888277d2d1 Read current ioaddr and irqno from PnP registers. il y a 19 ans