| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move RELOCATE into config.h | Michael Brown | 2005-04-18 | 1 | -3/+17 | |
| | | | | | | Move ISA probe address logic from config.c into isa.c, create header file config/isa.h. | |||||
| * | CONFIG_PCI and CONFIG_ISA no longer exist | Michael Brown | 2005-04-18 | 1 | -3/+1![]() | |
| | | ||||||
| * | Split out EISA driver into a separate file, since 3c509s can only take 16K | Michael Brown | 2005-04-17 | 2 | -37/+40 | |
| | | | | | ROMs (AFAIK). | |||||
| * | Use only the header files that we need | Michael Brown | 2005-04-17 | 6 | -6/+10 | |
| | | ||||||
| * | Place the call to adjust_pci_device() back in the individual drivers, | Michael Brown | 2005-04-16 | 9 | -6/+16 | |
| | | | | | | since we probably shouldn't be doing this to arbitrary devices during a PCI bus scan... | |||||
| * | ...this time with the correct syntax. :( | Michael Brown | 2005-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | Added activate_isapnp_device() line | Michael Brown | 2005-04-16 | 1 | -1/+2 | |
| | | ||||||
| * | Remove debugging call to getchar() | Michael Brown | 2005-04-16 | 1 | -3/+0![]() | |
| | | ||||||
| * | Now known to work with an old Adaptec 1505 that I found lying around. | Michael Brown | 2005-04-16 | 1 | -23/+52 | |
| | | ||||||
| * | Consistency | Michael Brown | 2005-04-16 | 1 | -1/+2 | |
| | | ||||||
| * | Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. | Michael Brown | 2005-04-16 | 1 | -1/+22 | |
| | | ||||||
| * | Read number of PCI buses returned by BIOS so that we can scan more | Michael Brown | 2005-04-16 | 1 | -0/+11 | |
| | | | | | quickly. | |||||
| * | Improved debugging output | Michael Brown | 2005-04-16 | 3 | -7/+27 | |
| | | ||||||
| * | Made debug messages more consistent. | Michael Brown | 2005-04-16 | 2 | -4/+8 | |
| | | ||||||
| * | Improved debug messages. | Michael Brown | 2005-04-16 | 1 | -13/+13 | |
| | | | | | Prevented find_pci_device() from being an endless loop. | |||||
| * | Make isa_probe_addr a simple integer rather than a struct, to facilitate | Michael Brown | 2005-04-16 | 6 | -26/+25![]() | |
| | | | | | specification of ISA_PROBE_ADDRS. | |||||
| * | Improve debug message legibility. | Michael Brown | 2005-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Need to do isolation when find_isapnp_device is first called, | Michael Brown | 2005-04-15 | 1 | -8/+9 | |
| | | | | | | | otherwise isapnp_max_csn is zero and we never call fill_isapnp_device. Fix debug message. | |||||
| * | Fix debug message | Michael Brown | 2005-04-15 | 1 | -8/+6![]() | |
| | | ||||||
| * | Don't even try to compile until the code is tidied up. | Michael Brown | 2005-04-15 | 1 | -0/+7 | |
| | | ||||||
| * | This at least compiles now. Haven't separated out the EMBEDDED code yet. | Michael Brown | 2005-04-15 | 1 | -241/+230![]() | |
| | | ||||||
| * | Not sure why I made these cosmetic changes, but I appear to have done so. | Michael Brown | 2005-04-15 | 1 | -3/+3 | |
| | | ||||||
| * | Added "classical" ISA example. | Michael Brown | 2005-04-15 | 1 | -0/+63 | |
| | | ||||||
| * | Added EISA, ISAPnP and MCA examples. | Michael Brown | 2005-04-15 | 1 | -7/+117 | |
| | | ||||||
| * | Updated to new PCI bus interface. | Michael Brown | 2005-04-15 | 1 | -89/+100 | |
| | | ||||||
| * | Updated to work with new ISAPnP bus code. | Michael Brown | 2005-04-15 | 1 | -189/+142![]() | |
| | | ||||||
| * | We now correctly use logical devices. | Michael Brown | 2005-04-15 | 1 | -87/+106 | |
| | | ||||||
| * | Added debugging messages for activation/deactivation of logical devices. | Michael Brown | 2005-04-15 | 1 | -0/+7 | |
| | | ||||||
| * | Read current ioaddr and irqno from PnP registers. | Michael Brown | 2005-04-15 | 1 | -2/+28 | |
| | | ||||||
| * | Don't verify checksum except after serial isolation | Michael Brown | 2005-04-15 | 1 | -10/+7![]() | |
| | | ||||||
| * | Reduce binary size by factoring out common parameterised calls to | Michael Brown | 2005-04-15 | 1 | -13/+19 | |
| | | | | | udelay(). | |||||
| * | Activation code now generalised as well. | Michael Brown | 2005-04-15 | 1 | -150/+144![]() | |
| | | ||||||
| * | Cleaned up isolation protocol. | Michael Brown | 2005-04-15 | 1 | -196/+330 | |
| | | ||||||
| * | Standardised debug message. | Michael Brown | 2005-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Standardised debug messages to make it easy to get a bus scan printout | Michael Brown | 2005-04-15 | 4 | -3/+8 | |
| | | | | | (just build debugging versions of the relevant bus objects). | |||||
| * | Cleaner separation of find_t509_device/fill_t509_device. | Michael Brown | 2005-04-15 | 1 | -4/+11 | |
| | | ||||||
| * | Moved core/isapnp.c to drivers/bus/isapnp.c | Michael Brown | 2005-04-15 | 1 | -0/+382 | |
| | | ||||||
| * | Updated to new ISA API, but this driver probably has deeper problems. | Michael Brown | 2005-04-14 | 1 | -92/+95 | |
| | | ||||||
| * | This code is unbelievably ugly, has never been fixed up to work with | Michael Brown | 2005-04-14 | 2 | -1363/+0![]() | |
| | | | | | | relocation and (hence) presumably has not been used since Etherboot 5.0. Say bye-bye! | |||||
| * | Updated to general ISA bus API. | Michael Brown | 2005-04-14 | 1 | -122/+108![]() | |
| | | ||||||
| * | Updated to common ISA bus API. | Michael Brown | 2005-04-14 | 1 | -161/+118![]() | |
| | | ||||||
| * | Added a generalised ISA device-probing mechanism. | Michael Brown | 2005-04-14 | 1 | -0/+123 | |
| | | ||||||
| * | name should be const | Michael Brown | 2005-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed up automatic modifications by hand. | Michael Brown | 2005-04-14 | 8 | -45/+44![]() | |
| | | ||||||
| * | Automatically modified by | Michael Brown | 2005-04-14 | 22 | -88/+22![]() | |
| | | | | | perl -pi -0777 -e 's/\s*?if\s*\(\s*!\s*find_pci_device.*?,\s*\&(\w+)\s*\)\s*\)\s*return\s*0;(.*BOOT_DRIVER\s*\(.*?,)(.*?\))/$2 find_pci_boot_device, $1,$3/sm' *.c | |||||
| * | Fix up the automatic modifications. | Michael Brown | 2005-04-14 | 1 | -10/+11 | |
| | | ||||||
| * | Made amenable to automatic update. | Michael Brown | 2005-04-14 | 1 | -1/+0![]() | |
| | | ||||||
| * | This is the only driver that has a genuine reason to call | Michael Brown | 2005-04-14 | 1 | -8/+3![]() | |
| | | | | | find_pci_device() directly. | |||||
| * | Automatically updated using | Michael Brown | 2005-04-14 | 23 | -48/+23![]() | |
| | | | | | | | perl -pi -0777 -e 's/(_probe\s*\(\s*struct\s+dev.*?)(\s*\)\s*{.*?$)\s*struct pci_device.*?=\s*pci_device \( dev \);$/${1}, struct pci_device *pci${2}/ms' *.c sis900 excluded from update | |||||
| * | Updated to new device API. | Michael Brown | 2005-04-14 | 3 | -71/+59![]() | |
| | | ||||||

