62 コミット (c4f25b637c8f8766f09aaadf09c72f6dbc6f9ad4)

作成者 SHA1 メッセージ 日付
  Michael Brown 0e494614b5 Some versions of doxygen seem to object to "@ret None" or similar. 20年前
  Michael Brown a96759f9c8 Use "#var" rather than "@c var" for doxygen. 20年前
  Michael Brown f88c0d42d5 Doxygenation 20年前
  Michael Brown 282b6f1a1a isa.c uses the new table infrastructure. 20年前
  Michael Brown e301acc0d4 Add isapnp_max_csn to reduce scan time. 20年前
  Michael Brown 3dbdeb588f ISA bus driver updated to report devices as present only if a driver 20年前
  Michael Brown 5bace628ae Added "name" field to bus structure. 20年前
  Michael Brown db3a44b66d Debug message fixes. 20年前
  Michael Brown 441ee4f8f3 Need to leave structure zeroed 20年前
  Michael Brown feb652709d Must not go beyond end of driver's probe list. 20年前
  Michael Brown 1e156f537b Consistency 20年前
  Michael Brown 3e8c2aa78b Fix up fill_mca_nic. 20年前
  Michael Brown 97346a75f7 Added friendly enable/disable functions 20年前
  Michael Brown 924143661a Updated all common buses to new API. 20年前
  Michael Brown cfe3a663af Tweaked API to minimise changes to existing drivers even further. 20年前
  Michael Brown 98ff29345e Created a bus/device API that allows for the ROM prefix to specify an 20年前
  Michael Brown 928c388c6f bswap_16() exists; no need to use __bswap_16() 20年前
  Michael Brown cf79681b80 Fix BUILD_SERIAL. 20年前
  Michael Brown 85b00c4b72 Move RELOCATE into config.h 20年前
  Michael Brown 03346742c0 Use only the header files that we need 20年前
  Michael Brown 5ca20abf95 Place the call to adjust_pci_device() back in the individual drivers, 20年前
  Michael Brown 86d2127204 Remove debugging call to getchar() 20年前
  Michael Brown c659a54f70 Now known to work with an old Adaptec 1505 that I found lying around. 20年前
  Michael Brown 7bd3e883d7 Consistency 20年前
  Michael Brown e29be5e342 Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. 20年前
  Michael Brown 6e5a3858bf Read number of PCI buses returned by BIOS so that we can scan more 20年前
  Michael Brown e1a9798af4 Improved debugging output 20年前
  Michael Brown ed7b9109be Made debug messages more consistent. 20年前
  Michael Brown 211a607147 Improved debug messages. 20年前
  Michael Brown 9f02376409 Make isa_probe_addr a simple integer rather than a struct, to facilitate 20年前
  Michael Brown a60aadf9e9 Improve debug message legibility. 20年前
  Michael Brown 8aa3b9d972 Need to do isolation when find_isapnp_device is first called, 20年前
  Michael Brown 39cb4d8dbb Fix debug message 20年前
  Michael Brown e6e43a2f2f We now correctly use logical devices. 20年前
  Michael Brown d11ea1e44b Added debugging messages for activation/deactivation of logical devices. 20年前
  Michael Brown 888277d2d1 Read current ioaddr and irqno from PnP registers. 20年前
  Michael Brown ab443ba4b0 Don't verify checksum except after serial isolation 20年前
  Michael Brown 120192e8d1 Reduce binary size by factoring out common parameterised calls to 20年前
  Michael Brown 85dd4fd8d6 Activation code now generalised as well. 20年前
  Michael Brown 1980018b8b Cleaned up isolation protocol. 20年前
  Michael Brown 344ea224b4 Standardised debug message. 20年前
  Michael Brown ed92171527 Standardised debug messages to make it easy to get a bus scan printout 20年前
  Michael Brown f78fd79c16 Moved core/isapnp.c to drivers/bus/isapnp.c 20年前
  Michael Brown 9eac705dd2 Added a generalised ISA device-probing mechanism. 20年前
  Michael Brown 9183f2412e bus header files must include dev.h to get struct dev. 20年前
  Michael Brown 104880ca19 Tweak API to allow separation of bus-scanning and device-probing logic. 20年前
  Michael Brown 44c7cc8c12 Standardised debug mechanism in place now. 20年前
  Michael Brown 75d864432c Use the magic of common symbols to allow struct dev to effectively grow at 20年前
  Michael Brown 200b39a645 Extraced from 3c509.c 20年前
  Michael Brown 4ae83f28f2 Don't use htons, for compatibility with PCI :( 20年前