summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up isolation protocol.Michael Brown2005-04-151-48/+111
* TypoMichael Brown2005-04-141-1/+1
* Added a generalised ISA device-probing mechanism.Michael Brown2005-04-141-14/+65
* Fix BOOT_DRIVER to assign unique and meaningful name to structure.Michael Brown2005-04-141-2/+2
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-143-1/+5
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-143-9/+7Star
* Separate out bus-scanning and device-probing logic.Michael Brown2005-04-141-5/+19
* Allow for multiple BOOT_DRIVER()s in the same file, provided that theyMichael Brown2005-04-141-1/+1
* We need the ISA product ID mask available separately for 3c509.c.Michael Brown2005-04-141-2/+3
* Automatically create DBG() macro based on debug_<object> macro.Michael Brown2005-04-141-0/+20
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-144-14/+17
* Extraced from 3c509.cMichael Brown2005-04-131-0/+76
* Add EISA as a bus type.Michael Brown2005-04-131-4/+11
* Created separate isa_ids.h file and a utility function to print out ISAMichael Brown2005-04-133-8/+48
* Add MCA devicesMichael Brown2005-04-131-0/+3
* Extracted from 3c509.cMichael Brown2005-04-131-0/+75
* Fix type of dummy_irq()Michael Brown2005-04-131-1/+1
* Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)Michael Brown2005-04-131-0/+7
* Add print_info method to dev_operations.Michael Brown2005-04-131-0/+4
* Add dummy_connect and dummy_irqMichael Brown2005-04-121-0/+2
* Cope with nic.h being included before (or without) dev.hMichael Brown2005-04-121-4/+3Star
* Include dev.h, since several drivers just include nic.hMichael Brown2005-04-121-0/+3
* Make adjust_pci_device global, since many drivers call it.Michael Brown2005-04-121-0/+1
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-123-6/+15
* Tie into new boot device framework.Michael Brown2005-04-121-17/+50
* Matches new pci.c interface.Michael Brown2005-04-121-114/+82Star
* Add INIT_PCIBIOSMichael Brown2005-04-121-4/+5
* main.c contains the global struct dev.Michael Brown2005-04-121-0/+4
* New device probing mechanismMichael Brown2005-04-121-107/+39Star
* Changed guard name to avoid clash with INCLUDE_xxx namespace used byMichael Brown2005-04-111-3/+4
* Fix up init ordering.Michael Brown2005-04-101-5/+6
* Add INIT_LIBRM before INIT_CONSOLE.Michael Brown2005-04-091-6/+7
* Removed basemem.c prototypesMichael Brown2005-04-091-13/+0Star
* Relocation code is arch-specific.Michael Brown2005-04-091-6/+0Star
* Removed references to old callback mechanismMichael Brown2005-04-091-4/+0Star
* callbacks.h no longer exists.Michael Brown2005-04-091-1/+0Star
* Callback mechanism now obsoleteMichael Brown2005-04-091-45/+0Star
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-089-80/+148
* Remove CODE16 as a global define; most files define it themselvesMichael Brown2005-03-091-5/+0Star
* Initial revisionMichael Brown2005-03-0845-0/+4796