summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed guard name to avoid clash with INCLUDE_xxx namespace used byMichael Brown2005-04-111-3/+4
* Cleaner separation of functionality between post_reloc andMichael Brown2005-04-111-14/+8Star
* Almost all information in this file is now obsolete. Writing a new driverMichael Brown2005-04-111-91/+0Star
* initialise() doesn't take regsMichael Brown2005-04-101-2/+2
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-105-31/+30Star
* Use librm_arch_initialise for librm, arch_initialise for others.Michael Brown2005-04-101-4/+7
* Heading towards a sane set of control functionsMichael Brown2005-04-101-27/+39
* All the icky stuff is now taken care of by librm_arch_initialiseMichael Brown2005-04-101-30/+2Star
* Fix up init ordering.Michael Brown2005-04-101-5/+6