| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always include compiler.h. | Michael Brown | 2005-04-14 | 1 | -0/+16 |
| * | Automatically create DBG() macro based on debug_<object> macro. | Michael Brown | 2005-04-14 | 1 | -0/+20 |
| * | Use the magic of common symbols to allow struct dev to effectively grow at | Michael Brown | 2005-04-14 | 8 | -49/+84 |
| * | Stripped references to variables in C code. | Michael Brown | 2005-04-13 | 1 | -7/+1 |
| * | EISA support now provided by eisa.c | Michael Brown | 2005-04-13 | 1 | -11/+0 |
| * | Extraced from 3c509.c | Michael Brown | 2005-04-13 | 2 | -0/+212 |
| * | Add EISA as a bus type. | Michael Brown | 2005-04-13 | 1 | -4/+11 |
| * | Don't use htons, for compatibility with PCI :( | Michael Brown | 2005-04-13 | 1 | -3/+2 |
| * | Use __bswap_16, since we're not dealing with quantities to go onto the network. | Michael Brown | 2005-04-13 | 1 | -2/+2 |
| * | htons was used in ISAPnP code just due to ISAPnP storing bytes in | Michael Brown | 2005-04-13 | 1 | -2/+2 |
| * | Created separate isa_ids.h file and a utility function to print out ISA | Michael Brown | 2005-04-13 | 4 | -8/+72 |
| * | Add MCA devices | Michael Brown | 2005-04-13 | 1 | -0/+3 |
| * | Minor fixups | Michael Brown | 2005-04-13 | 1 | -2/+3 |
| * | Extracted from 3c509.c | Michael Brown | 2005-04-13 | 2 | -0/+189 |
| * | Whoops | Michael Brown | 2005-04-13 | 1 | -2/+2 |
| * | Finished by hand | Michael Brown | 2005-04-13 | 3 | -113/+104 |
| * | Finished by hand | Michael Brown | 2005-04-13 | 4 | -50/+60 |
| * | 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 |