| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finished by hand | Michael Brown | 2005-04-13 | 5 | -91/+101 |
| * | Fix type of dummy_irq() | Michael Brown | 2005-04-13 | 2 | -2/+2 |
| * | Finished by hand | Michael Brown | 2005-04-13 | 9 | -177/+192 |
| * | Hand-finished | Michael Brown | 2005-04-13 | 2 | -30/+37 |
| * | Avoid compiler warnings. | Michael Brown | 2005-04-13 | 1 | -2/+2 |
| * | Use NIC's connect method. | Michael Brown | 2005-04-13 | 1 | -2/+8 |
| * | Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139) | Michael Brown | 2005-04-13 | 1 | -0/+7 |
| * | Hand-finished | Michael Brown | 2005-04-13 | 1 | -30/+27 |
| * | Automatically updated using | Michael Brown | 2005-04-13 | 31 | -144/+272 |
| * | Manual tweaks to get all drivers to follow the "disable, poll, transmit, | Michael Brown | 2005-04-13 | 6 | -4/+6 |
| * | Automatically updated using | Michael Brown | 2005-04-13 | 8 | -14/+14 |
| * | Automatically updated using | Michael Brown | 2005-04-13 | 31 | -76/+31 |
| * | Automatically updated using | Michael Brown | 2005-04-13 | 22 | -66/+110 |
| * | Minor regexp tweaks to catch degenerate cases. | Michael Brown | 2005-04-13 | 2 | -16/+8 |
| * | Auto-updated using | Michael Brown | 2005-04-13 | 23 | -184/+92 |
| * | Use dev's print_info method to print standardised information about | Michael Brown | 2005-04-13 | 1 | -0/+3 |
| * | Add print_info method to dev_operations. | Michael Brown | 2005-04-13 | 1 | -0/+4 |
| * | We now record a pointer to the struct pci_device, since it's carried | Michael Brown | 2005-04-13 | 1 | -1/+1 |
| * | Able to at least compile again now. | Michael Brown | 2005-04-12 | 1 | -50/+41 |
| * | Add dummy_connect and dummy_irq | Michael Brown | 2005-04-12 | 2 | -4/+18 |
| * | Remove debugging by default | Michael Brown | 2005-04-12 | 1 | -2/+0 |
| * | Updated to new device API. | Michael Brown | 2005-04-12 | 1 | -57/+50 |
| * | 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 |
| * | Fixed up PCI-scanning code to use new PCI interface. | Michael Brown | 2005-04-12 | 1 | -21/+14 |
| * | Make adjust_pci_device global, since many drivers call it. | Michael Brown | 2005-04-12 | 2 | -1/+2 |
| * | Fix up find_pci_device so that it can be used for scanning for devices | Michael Brown | 2005-04-12 | 5 | -44/+66 |
| * | Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoid | Michael Brown | 2005-04-12 | 1 | -3/+3 |
| * | Tie into new boot device framework. | Michael Brown | 2005-04-12 | 1 | -17/+50 |
| * | struct nic is now part of struct dev, rather than the other way around. | Michael Brown | 2005-04-12 | 1 | -111/+87 |
| * | 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 |
| * | All boot device drivers are now lumped together in boot_drivers | Michael Brown | 2005-04-12 | 1 | -6/+3 |
| * | Matches new pci.c interface. | Michael Brown | 2005-04-12 | 1 | -114/+82 |
| * | Add INIT_PCIBIOS | Michael Brown | 2005-04-12 | 1 | -4/+5 |
| * | For pci_io.c | Michael Brown | 2005-04-12 | 1 | -0/+20 |
| * | Replaced main loop with a trivial implementation so that we can try | Michael Brown | 2005-04-12 | 1 | -21/+40 |
| * | 16-bit PCI BIOS interface also now known to work. | Michael Brown | 2005-04-12 | 1 | -2/+0 |
| * | main.c contains the global struct dev. | Michael Brown | 2005-04-12 | 1 | -0/+4 |
| * | Obsoleted by new device probing mechanism. | Michael Brown | 2005-04-12 | 2 | -136/+0 |
| * | New device probing mechanism | Michael Brown | 2005-04-12 | 2 | -107/+83 |
| * | New PCI scan functions now work. | Michael Brown | 2005-04-12 | 1 | -77/+114 |
| * | Improved debug messages | Michael Brown | 2005-04-12 | 1 | -0/+8 |
| * | Should work for KEEP_IT_REAL as well now. | Michael Brown | 2005-04-12 | 1 | -3/+3 |
| * | Nearly there... | Michael Brown | 2005-04-12 | 1 | -292/+383 |
| * | Removed pci_find_device_x; it was too ugly to live. | Michael Brown | 2005-04-12 | 1 | -137/+2 |
| * | New device probing mechanism written, not tested. | Michael Brown | 2005-04-11 | 1 | -0/+126 |