70 Комити (10b7b1a61f686e9d7e48bd7f754ddd76ab4b1a96)

Аутор SHA1 Порука Датум
  Michael Brown 85b00c4b72 Move RELOCATE into config.h пре 20 година
  Michael Brown a6057b4cbc Need stddef.h to get size_t пре 20 година
  Michael Brown f08516791e printf and sprintf now defined in vsprintf.h, drag in console.h to get пре 20 година
  Michael Brown 664ffea697 Gave vsprintf.c its own header file, and made console.h include it. пре 20 година
  Michael Brown 063140864e Automatically drag in console.h if DBG() is being defined as printf(). пре 20 година
  Michael Brown b7c55c3951 Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC} пре 20 година
  Michael Brown 57070797e3 Optimise ISAPNP_READ_PORT_STEP пре 20 година
  Michael Brown c659a54f70 Now known to work with an old Adaptec 1505 that I found lying around. пре 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 9f02376409 Make isa_probe_addr a simple integer rather than a struct, to facilitate пре 20 година
  Michael Brown e6e43a2f2f We now correctly use logical devices. пре 20 година
  Michael Brown 8e375c638d Canonicalised tag names пре 20 година
  Michael Brown 05986a848f Move the concept of logical devices inside the struct isapnp_device. пре 20 година
  Michael Brown 888277d2d1 Read current ioaddr and irqno from PnP registers. пре 20 година
  Michael Brown 85dd4fd8d6 Activation code now generalised as well. пре 20 година
  Michael Brown 1980018b8b Cleaned up isolation protocol. пре 20 година
  Michael Brown 773d66e6dc Typo пре 20 година
  Michael Brown 9eac705dd2 Added a generalised ISA device-probing mechanism. пре 20 година
  Michael Brown 2e309f9eec Fix BOOT_DRIVER to assign unique and meaningful name to structure. пре 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 ce8dea0dff Separate out bus-scanning and device-probing logic. пре 20 година
  Michael Brown 1f26be34b8 Allow for multiple BOOT_DRIVER()s in the same file, provided that they пре 20 година
  Michael Brown bc85cf756d We need the ISA product ID mask available separately for 3c509.c. пре 20 година
  Michael Brown dcd573afcb Automatically create DBG() macro based on debug_<object> macro. пре 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 a4f1a058a4 Add EISA as a bus type. пре 20 година
  Michael Brown 9711f50e20 Created separate isa_ids.h file and a utility function to print out ISA пре 20 година
  Michael Brown ac1c0a753d Add MCA devices пре 20 година
  Michael Brown 1aee4e8001 Extracted from 3c509.c пре 20 година
  Michael Brown f16ac2d87e Fix type of dummy_irq() пре 20 година
  Michael Brown 17d69d8930 Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139) пре 20 година
  Michael Brown 95da907d5f Add print_info method to dev_operations. пре 20 година
  Michael Brown d9f34bfdfc Add dummy_connect and dummy_irq пре 20 година
  Michael Brown 1218698e01 Cope with nic.h being included before (or without) dev.h пре 20 година
  Michael Brown 122b025293 Include dev.h, since several drivers just include nic.h пре 20 година
  Michael Brown 3293c68488 Make adjust_pci_device global, since many drivers call it. пре 20 година
  Michael Brown 762fa9a478 Fix up find_pci_device so that it can be used for scanning for devices пре 20 година
  Michael Brown 5c31682674 Tie into new boot device framework. пре 20 година
  Michael Brown 6343381e25 Matches new pci.c interface. пре 20 година
  Michael Brown 5603c879c4 Add INIT_PCIBIOS пре 20 година
  Michael Brown 45f96a49c7 main.c contains the global struct dev. пре 20 година
  Michael Brown 17c1ca90e7 New device probing mechanism пре 20 година
  Michael Brown 5d96e5dad9 Changed guard name to avoid clash with INCLUDE_xxx namespace used by пре 20 година
  Michael Brown d189b84536 Fix up init ordering. пре 20 година
  Michael Brown ef05051f23 Add INIT_LIBRM before INIT_CONSOLE. пре 20 година
  Michael Brown 8570814148 Removed basemem.c prototypes пре 20 година
  Michael Brown c8c7d93757 Relocation code is arch-specific. пре 20 година