summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Improved debug messagesMichael Brown2005-04-251-12/+13
* s/{name,describe}/{name,describe}_device/Michael Brown2005-04-251-4/+5
* Renamed describe to describe_device for consistencyMichael Brown2005-04-251-4/+4
* Updated debug messagesMichael Brown2005-04-221-9/+11
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-215-142/+214
* Fix endianness of dhcp device id structure.Michael Brown2005-04-181-5/+8
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
* Fix BUILD_SERIAL.Michael Brown2005-04-181-17/+42
* Move RELOCATE into config.hMichael Brown2005-04-181-38/+16Star
* WhoopsMichael Brown2005-04-171-1/+1
* Allow serial port options to be specified in a relatively friendly format.Michael Brown2005-04-171-13/+23
* Re-add the "." progress indicator.Michael Brown2005-04-171-0/+2
* Gave vsprintf.c its own header file, and made console.h include it.Michael Brown2005-04-171-1/+4
* Add ISA_PROBE_ADDRS list.Michael Brown2005-04-161-0/+18
* Leave some time to see what's going on.Michael Brown2005-04-151-0/+1
* Fixed debug messageMichael Brown2005-04-151-2/+2
* Moved core/isapnp.c to drivers/bus/isapnp.cMichael Brown2005-04-151-382/+0Star
* Separate out bus-scanning and device-probing logic.Michael Brown2005-04-142-7/+43
* Standardised debug mechanism in place now.Michael Brown2005-04-141-0/+1
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-19/+4Star
* WhoopsMichael Brown2005-04-131-2/+2
* Fix type of dummy_irq()Michael Brown2005-04-131-1/+1
* Avoid compiler warnings.Michael Brown2005-04-131-2/+2
* Use NIC's connect method.Michael Brown2005-04-131-2/+8
* Use dev's print_info method to print standardised information aboutMichael Brown2005-04-131-0/+3
* Add dummy_connect and dummy_irqMichael Brown2005-04-121-4/+16
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-121-1/+19
* struct nic is now part of struct dev, rather than the other way around.Michael Brown2005-04-121-111/+87Star
* Needs to be updated to new probe logic.Michael Brown2005-04-121-0/+6
* All code related to the device probe logic is ifdeffed 0 out.Michael Brown2005-04-121-26/+40
* Global struct dev is now in main.cMichael Brown2005-04-121-3/+0Star
* print_drivers() is now unified.Michael Brown2005-04-121-67/+6Star
* Now obsolete. :)Michael Brown2005-04-121-195/+0Star
* Replaced main loop with a trivial implementation so that we can tryMichael Brown2005-04-121-21/+40
* Obsoleted by new device probing mechanism.Michael Brown2005-04-122-136/+0Star
* New device probing mechanismMichael Brown2005-04-121-0/+44
* Removed pci_find_device_x; it was too ugly to live.Michael Brown2005-04-121-137/+2Star
* Moved functions that we want to keep to drivers/bus/pci.cMichael Brown2005-04-111-142/+0Star
* Renamed pci.c to pci_legacy.c in preparation for new bus managmentMichael Brown2005-04-111-0/+0
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-101-0/+21
* Drag in relocate unless NORELOCATE is defined, since it's now calledMichael Brown2005-04-101-0/+7
* Removed obsolete initialisation calls.Michael Brown2005-04-101-5/+7
* relocate() is called by arch_initialise().Michael Brown2005-04-091-1/+0Star
* Moved relocate.c to arch-specific dir, since it involves arch-specificMichael Brown2005-04-091-104/+0Star
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-0813-363/+327Star
* Initial revisionMichael Brown2005-03-0828-0/+16614