summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid compiler warnings.Michael Brown2005-04-131-2/+2
* Use NIC's connect method.Michael Brown2005-04-131-2/+8
* Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)Michael Brown2005-04-131-0/+7
* Hand-finishedMichael Brown2005-04-131-30/+27Star
* Automatically updated usingMichael Brown2005-04-1331-144/+272
* Manual tweaks to get all drivers to follow the "disable, poll, transmit,Michael Brown2005-04-136-4/+6
* Automatically updated usingMichael Brown2005-04-138-14/+14
* Automatically updated usingMichael Brown2005-04-1331-76/+31Star
* Automatically updated usingMichael Brown2005-04-1322-66/+110
* Minor regexp tweaks to catch degenerate cases.Michael Brown2005-04-132-16/+8Star
* Auto-updated usingMichael Brown2005-04-1323-184/+92Star
* Use dev's print_info method to print standardised information aboutMichael Brown2005-04-131-0/+3
* Add print_info method to dev_operations.Michael Brown2005-04-131-0/+4
* We now record a pointer to the struct pci_device, since it's carriedMichael Brown2005-04-131-1/+1
* Able to at least compile again now.Michael Brown2005-04-121-50/+41Star
* Add dummy_connect and dummy_irqMichael Brown2005-04-122-4/+18
* Remove debugging by defaultMichael Brown2005-04-121-2/+0Star
* Updated to new device API.Michael Brown2005-04-121-57/+50Star
* Cope with nic.h being included before (or without) dev.hMichael Brown2005-04-121-4/+3Star
* Include dev.h, since several drivers just include nic.hMichael Brown2005-04-121-0/+3
* Fixed up PCI-scanning code to use new PCI interface.Michael Brown2005-04-121-21/+14Star
* Make adjust_pci_device global, since many drivers call it.Michael Brown2005-04-122-1/+2
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-125-44/+66
* Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoidMichael Brown2005-04-121-3/+3
* Tie into new boot device framework.Michael Brown2005-04-121-17/+50
* 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
* All boot device drivers are now lumped together in boot_driversMichael Brown2005-04-121-6/+3Star
* Matches new pci.c interface.Michael Brown2005-04-121-114/+82Star
* Add INIT_PCIBIOSMichael Brown2005-04-121-4/+5
* For pci_io.cMichael Brown2005-04-121-0/+20
* Replaced main loop with a trivial implementation so that we can tryMichael Brown2005-04-121-21/+40
* 16-bit PCI BIOS interface also now known to work.Michael Brown2005-04-121-2/+0Star
* main.c contains the global struct dev.Michael Brown2005-04-121-0/+4
* Obsoleted by new device probing mechanism.Michael Brown2005-04-122-136/+0Star
* New device probing mechanismMichael Brown2005-04-122-107/+83Star
* New PCI scan functions now work.Michael Brown2005-04-121-77/+114
* Improved debug messagesMichael Brown2005-04-121-0/+8
* Should work for KEEP_IT_REAL as well now.Michael Brown2005-04-121-3/+3
* Nearly there...Michael Brown2005-04-121-292/+383
* Removed pci_find_device_x; it was too ugly to live.Michael Brown2005-04-121-137/+2Star
* New device probing mechanism written, not tested.Michael Brown2005-04-111-0/+126
* Moved functions that we want to keep to drivers/bus/pci.cMichael Brown2005-04-111-142/+0Star
* Moved in functions from old core/pci.c that we want to keep.Michael Brown2005-04-111-0/+144
* Renamed pci.c to pci_legacy.c in preparation for new bus managmentMichael Brown2005-04-111-0/+0
* Removed references to no-longer-existent CFLAGS options.Michael Brown2005-04-111-63/+8Star