77 Revize (1ddcdb0524fe524aaafd7bbcd51f255a2087cd97)

Autor SHA1 Zpráva Datum
  Michael Brown 1ddcdb0524 Added PREFIX_OBJECT() function to be able to easily prepend any string před 20 roky
  Michael Brown 3e5bf5fb06 console.c uses the generic table mechanism před 20 roky
  Michael Brown 241f426a85 Use new generic tables infrastructure před 20 roky
  Michael Brown b9c9cee8a3 Added a generalised table infrastructure, so that we don't have to před 20 roky
  Michael Brown fda36a0c1a Added back in the actual call to load(). před 20 roky
  Michael Brown 3dbdeb588f ISA bus driver updated to report devices as present only if a driver před 20 roky
  Michael Brown fcee25024f BIOS floppy handling code moved to where it will really live. před 20 roky
  Michael Brown 3b14360f5c Renamed describe to describe_device for consistency před 20 roky
  Michael Brown 5bace628ae Added "name" field to bus structure. před 20 roky
  Michael Brown f972f256e6 Allow for multiple debug levels před 20 roky
  Michael Brown e59607bcb1 Should be an <= comparison, not a < comparison. před 20 roky
  Michael Brown 1e156f537b Consistency před 20 roky
  Michael Brown 3e8c2aa78b Fix up fill_mca_nic. před 20 roky
  Michael Brown 97346a75f7 Added friendly enable/disable functions před 20 roky
  Michael Brown 924143661a Updated all common buses to new API. před 20 roky
  Michael Brown 4e3ebba8e6 Revert debug message prefix back to none, since we sometimes want to use před 20 roky
  Michael Brown cfe3a663af Tweaked API to minimise changes to existing drivers even further. před 20 roky
  Michael Brown 8153a0fa7e Made macros more like the previous driver API, to minimise required před 20 roky
  Michael Brown 98ff29345e Created a bus/device API that allows for the ROM prefix to specify an před 20 roky
  Michael Brown 905ca1f21d Force a standard format upon debug messages. před 20 roky
  Michael Brown a95b458660 Trying to create a bus API. před 20 roky
  Michael Brown 85b00c4b72 Move RELOCATE into config.h před 20 roky
  Michael Brown a6057b4cbc Need stddef.h to get size_t před 20 roky
  Michael Brown f08516791e printf and sprintf now defined in vsprintf.h, drag in console.h to get před 20 roky
  Michael Brown 664ffea697 Gave vsprintf.c its own header file, and made console.h include it. před 20 roky
  Michael Brown 063140864e Automatically drag in console.h if DBG() is being defined as printf(). před 20 roky
  Michael Brown b7c55c3951 Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC} před 20 roky
  Michael Brown 57070797e3 Optimise ISAPNP_READ_PORT_STEP před 20 roky
  Michael Brown c659a54f70 Now known to work with an old Adaptec 1505 that I found lying around. před 20 roky
  Michael Brown e29be5e342 Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. před 20 roky
  Michael Brown 6e5a3858bf Read number of PCI buses returned by BIOS so that we can scan more před 20 roky
  Michael Brown 9f02376409 Make isa_probe_addr a simple integer rather than a struct, to facilitate před 20 roky
  Michael Brown e6e43a2f2f We now correctly use logical devices. před 20 roky
  Michael Brown 8e375c638d Canonicalised tag names před 20 roky
  Michael Brown 05986a848f Move the concept of logical devices inside the struct isapnp_device. před 20 roky
  Michael Brown 888277d2d1 Read current ioaddr and irqno from PnP registers. před 20 roky
  Michael Brown 85dd4fd8d6 Activation code now generalised as well. před 20 roky
  Michael Brown 1980018b8b Cleaned up isolation protocol. před 20 roky
  Michael Brown 773d66e6dc Typo před 20 roky
  Michael Brown 9eac705dd2 Added a generalised ISA device-probing mechanism. před 20 roky
  Michael Brown 2e309f9eec Fix BOOT_DRIVER to assign unique and meaningful name to structure. před 20 roky
  Michael Brown 9183f2412e bus header files must include dev.h to get struct dev. před 20 roky
  Michael Brown 104880ca19 Tweak API to allow separation of bus-scanning and device-probing logic. před 20 roky
  Michael Brown ce8dea0dff Separate out bus-scanning and device-probing logic. před 20 roky
  Michael Brown 1f26be34b8 Allow for multiple BOOT_DRIVER()s in the same file, provided that they před 20 roky
  Michael Brown bc85cf756d We need the ISA product ID mask available separately for 3c509.c. před 20 roky
  Michael Brown dcd573afcb Automatically create DBG() macro based on debug_<object> macro. před 20 roky
  Michael Brown 75d864432c Use the magic of common symbols to allow struct dev to effectively grow at před 20 roky
  Michael Brown 200b39a645 Extraced from 3c509.c před 20 roky
  Michael Brown a4f1a058a4 Add EISA as a bus type. před 20 roky