| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix up find_pci_device so that it can be used for scanning for devices | Michael Brown | 2005-04-12 | 1 | -1/+19 | |
| | | | | | *other* than the main boot device. | |||||
| * | struct nic is now part of struct dev, rather than the other way around. | Michael Brown | 2005-04-12 | 1 | -111/+87![]() | |
| | | | | | Tie into new boot device framework. | |||||
| * | Needs to be updated to new probe logic. | Michael Brown | 2005-04-12 | 1 | -0/+6 | |
| | | ||||||
| * | All code related to the device probe logic is ifdeffed 0 out. | Michael Brown | 2005-04-12 | 1 | -26/+40 | |
| | | ||||||
| * | Global struct dev is now in main.c | Michael Brown | 2005-04-12 | 1 | -3/+0![]() | |
| | | ||||||
| * | print_drivers() is now unified. | Michael Brown | 2005-04-12 | 1 | -67/+6![]() | |
| | | ||||||
| * | Now obsolete. :) | Michael Brown | 2005-04-12 | 1 | -195/+0![]() | |
| | | ||||||
| * | Replaced main loop with a trivial implementation so that we can try | Michael Brown | 2005-04-12 | 1 | -21/+40 | |
| | | | | | out the new probing logic. | |||||
| * | Obsoleted by new device probing mechanism. | Michael Brown | 2005-04-12 | 2 | -136/+0![]() | |
| | | ||||||
| * | New device probing mechanism | Michael Brown | 2005-04-12 | 1 | -0/+44 | |
| | | ||||||
| * | Removed pci_find_device_x; it was too ugly to live. | Michael Brown | 2005-04-12 | 1 | -137/+2![]() | |
| | | ||||||
| * | Moved functions that we want to keep to drivers/bus/pci.c | Michael Brown | 2005-04-11 | 1 | -142/+0![]() | |
| | | ||||||
| * | Renamed pci.c to pci_legacy.c in preparation for new bus managment | Michael Brown | 2005-04-11 | 1 | -0/+0 | |
| | | | | | infrastructure. | |||||
| * | arch_initialise() is now sufficiently generic that we may as well just | Michael Brown | 2005-04-10 | 1 | -0/+21 | |
| | | | | | call it initialise() and place it in main.c. :) | |||||
| * | Drag in relocate unless NORELOCATE is defined, since it's now called | Michael Brown | 2005-04-10 | 1 | -0/+7 | |
| | | | | | only via the initialisation function table. | |||||
| * | Removed obsolete initialisation calls. | Michael Brown | 2005-04-10 | 1 | -5/+7 | |
| | | ||||||
| * | relocate() is called by arch_initialise(). | Michael Brown | 2005-04-09 | 1 | -1/+0![]() | |
| | | ||||||
| * | Moved relocate.c to arch-specific dir, since it involves arch-specific | Michael Brown | 2005-04-09 | 1 | -104/+0![]() | |
| | | | | | logic (e.g. avoiding memory regions with A20=0). | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 13 | -363/+327![]() | |
| | | ||||||
| * | Initial revision | Michael Brown | 2005-03-08 | 28 | -0/+16614 | |

