| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139) | Michael Brown | 2005-04-13 | 1 | -0/+7 |
| | | | | | can fill them in. | ||||
| * | Add print_info method to dev_operations. | Michael Brown | 2005-04-13 | 1 | -0/+4 |
| | | |||||
| * | Add dummy_connect and dummy_irq | Michael Brown | 2005-04-12 | 1 | -0/+2 |
| | | |||||
| * | Cope with nic.h being included before (or without) dev.h | Michael Brown | 2005-04-12 | 1 | -4/+3![]() |
| | | |||||
| * | Include dev.h, since several drivers just include nic.h | Michael Brown | 2005-04-12 | 1 | -0/+3 |
| | | |||||
| * | Make adjust_pci_device global, since many drivers call it. | Michael Brown | 2005-04-12 | 1 | -0/+1 |
| | | |||||
| * | Fix up find_pci_device so that it can be used for scanning for devices | Michael Brown | 2005-04-12 | 3 | -6/+15 |
| | | | | | *other* than the main boot device. | ||||
| * | Tie into new boot device framework. | Michael Brown | 2005-04-12 | 1 | -17/+50 |
| | | |||||
| * | Matches new pci.c interface. | Michael Brown | 2005-04-12 | 1 | -114/+82![]() |
| | | |||||
| * | Add INIT_PCIBIOS | Michael Brown | 2005-04-12 | 1 | -4/+5 |
| | | |||||
| * | main.c contains the global struct dev. | Michael Brown | 2005-04-12 | 1 | -0/+4 |
| | | |||||
| * | New device probing mechanism | Michael Brown | 2005-04-12 | 1 | -107/+39![]() |
| | | |||||
| * | Changed guard name to avoid clash with INCLUDE_xxx namespace used by | Michael Brown | 2005-04-11 | 1 | -3/+4 |
| | | | | | drivers. | ||||
| * | Fix up init ordering. | Michael Brown | 2005-04-10 | 1 | -5/+6 |
| | | | | | Make init function table name fixed; it's a static variable anyway. | ||||
| * | Add INIT_LIBRM before INIT_CONSOLE. | Michael Brown | 2005-04-09 | 1 | -6/+7 |
| | | |||||
| * | Removed basemem.c prototypes | Michael Brown | 2005-04-09 | 1 | -13/+0![]() |
| | | |||||
| * | Relocation code is arch-specific. | Michael Brown | 2005-04-09 | 1 | -6/+0![]() |
| | | |||||
| * | Removed references to old callback mechanism | Michael Brown | 2005-04-09 | 1 | -4/+0![]() |
| | | |||||
| * | callbacks.h no longer exists. | Michael Brown | 2005-04-09 | 1 | -1/+0![]() |
| | | |||||
| * | Callback mechanism now obsolete | Michael Brown | 2005-04-09 | 1 | -45/+0![]() |
| | | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 9 | -80/+148 |
| | | |||||
| * | Remove CODE16 as a global define; most files define it themselves | Michael Brown | 2005-03-09 | 1 | -5/+0![]() |
| | | | | | | anyway, and I want to be able to use it as a compile-time option for the i386 decompressor. | ||||
| * | Initial revision | Michael Brown | 2005-03-08 | 45 | -0/+4796 |

