70 Révisions (10b7b1a61f686e9d7e48bd7f754ddd76ab4b1a96)

Auteur SHA1 Message Date
  Michael Brown 3b14360f5c Renamed describe to describe_device for consistency il y a 19 ans
  Michael Brown 5bace628ae Added "name" field to bus structure. il y a 19 ans
  Michael Brown f972f256e6 Allow for multiple debug levels il y a 19 ans
  Michael Brown e59607bcb1 Should be an <= comparison, not a < comparison. 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 4e3ebba8e6 Revert debug message prefix back to none, since we sometimes want to use 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 8153a0fa7e Made macros more like the previous driver API, to minimise required 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 905ca1f21d Force a standard format upon debug messages. il y a 19 ans
  Michael Brown a95b458660 Trying to create a bus API. il y a 19 ans
  Michael Brown 85b00c4b72 Move RELOCATE into config.h il y a 19 ans
  Michael Brown a6057b4cbc Need stddef.h to get size_t il y a 19 ans
  Michael Brown f08516791e printf and sprintf now defined in vsprintf.h, drag in console.h to get il y a 19 ans
  Michael Brown 664ffea697 Gave vsprintf.c its own header file, and made console.h include it. il y a 19 ans
  Michael Brown 063140864e Automatically drag in console.h if DBG() is being defined as printf(). il y a 19 ans
  Michael Brown b7c55c3951 Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC} il y a 19 ans
  Michael Brown 57070797e3 Optimise ISAPNP_READ_PORT_STEP 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 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 9f02376409 Make isa_probe_addr a simple integer rather than a struct, to facilitate il y a 19 ans
  Michael Brown e6e43a2f2f We now correctly use logical devices. il y a 19 ans
  Michael Brown 8e375c638d Canonicalised tag names il y a 19 ans
  Michael Brown 05986a848f Move the concept of logical devices inside the struct isapnp_device. il y a 19 ans
  Michael Brown 888277d2d1 Read current ioaddr and irqno from PnP registers. il y a 19 ans
  Michael Brown 85dd4fd8d6 Activation code now generalised as well. il y a 19 ans
  Michael Brown 1980018b8b Cleaned up isolation protocol. il y a 19 ans
  Michael Brown 773d66e6dc Typo il y a 19 ans
  Michael Brown 9eac705dd2 Added a generalised ISA device-probing mechanism. il y a 19 ans
  Michael Brown 2e309f9eec Fix BOOT_DRIVER to assign unique and meaningful name to structure. il y a 19 ans
  Michael Brown 9183f2412e bus header files must include dev.h to get struct dev. il y a 19 ans
  Michael Brown 104880ca19 Tweak API to allow separation of bus-scanning and device-probing logic. il y a 19 ans
  Michael Brown ce8dea0dff Separate out bus-scanning and device-probing logic. il y a 19 ans
  Michael Brown 1f26be34b8 Allow for multiple BOOT_DRIVER()s in the same file, provided that they il y a 19 ans
  Michael Brown bc85cf756d We need the ISA product ID mask available separately for 3c509.c. il y a 19 ans
  Michael Brown dcd573afcb Automatically create DBG() macro based on debug_<object> macro. il y a 19 ans
  Michael Brown 75d864432c Use the magic of common symbols to allow struct dev to effectively grow at il y a 19 ans
  Michael Brown 200b39a645 Extraced from 3c509.c il y a 19 ans
  Michael Brown a4f1a058a4 Add EISA as a bus type. il y a 19 ans
  Michael Brown 9711f50e20 Created separate isa_ids.h file and a utility function to print out ISA il y a 19 ans
  Michael Brown ac1c0a753d Add MCA devices il y a 19 ans
  Michael Brown 1aee4e8001 Extracted from 3c509.c il y a 19 ans
  Michael Brown f16ac2d87e Fix type of dummy_irq() il y a 19 ans
  Michael Brown 17d69d8930 Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139) il y a 19 ans
  Michael Brown 95da907d5f Add print_info method to dev_operations. il y a 19 ans
  Michael Brown d9f34bfdfc Add dummy_connect and dummy_irq il y a 19 ans