2005-04-16 |
Michael Brown | CONFIG_PCI_DIRECT no longer exists
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Add ISA_PROBE_ADDRS list.
|
commit | commitdiff | tree |
2005-04-16 |
Michael Brown | Make isa_probe_addr a simple integer rather than a...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Improve debug message legibility.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Leave some time to see what's going on.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Need to do isolation when find_isapnp_device is first...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Fixed debug message
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Fix debug message
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Now compiles.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Don't even try to compile until the code is tidied up.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | This at least compiles now. Haven't separated out...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Not sure why I made these cosmetic changes, but I appear...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Added "classical" ISA example.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Added EISA, ISAPnP and MCA examples.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Updated to new PCI bus interface.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Updated to work with new ISAPnP bus code.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | We now correctly use logical devices.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Canonicalised tag names
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Move the concept of logical devices inside the struct...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Added debugging messages for activation/deactivation...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Read current ioaddr and irqno from PnP registers.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Don't verify checksum except after serial isolation
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Reduce binary size by factoring out common parameterised...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Activation code now generalised as well.
|
commit | commitdiff | tree |
2005-04-15 |
Michael Brown | Cleaned up isolation protocol.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Standardised debug message.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Standardised debug messages to make it easy to get...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Cleaner separation of find_t509_device/fill_t509_device.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Moved core/isapnp.c to drivers/bus/isapnp.c
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to new ISA API, but this driver probably has...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | This code is unbelievably ugly, has never been fixed...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to general ISA bus API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Typo
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to common ISA bus API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Added a generalised ISA device-probing mechanism.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | name should be const
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Fixed up automatic modifications by hand.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Automatically modified by
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Fix up the automatic modifications.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Made amenable to automatic update.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | This is the only driver that has a genuine reason to...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to new device API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Fix BOOT_DRIVER to assign unique and meaningful name...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | bus header files must include dev.h to get struct dev.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Updated to current device API.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Tweak API to allow separation of bus-scanning and device...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Separate out bus-scanning and device-probing logic.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Split 3c509.c into 3c509.9 and 3c529.c, with shared...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Allow for multiple BOOT_DRIVER()s in the same file...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Standardised debug mechanism in place now.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | compiler.h is now always included on the command line.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | We need the ISA product ID mask available separately...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Always include compiler.h.
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Automatically create DBG() macro based on debug_<object...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Brown | Use the magic of common symbols to allow struct dev...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Stripped references to variables in C code.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | EISA support now provided by eisa.c
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Extraced from 3c509.c
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Add EISA as a bus type.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Don't use htons, for compatibility with PCI :(
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Use __bswap_16, since we're not dealing with quantities...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | htons was used in ISAPnP code just due to ISAPnP storing...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Created separate isa_ids.h file and a utility function...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Add MCA devices
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Minor fixups
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Extracted from 3c509.c
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Whoops
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Fix type of dummy_irq()
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Finished by hand
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Hand-finished
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Avoid compiler warnings.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Use NIC's connect method.
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Add mbps and duplex to struct nic, since some drivers...
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Hand-finished
|
commit | commitdiff | tree |
2005-04-13 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Manual tweaks to get all drivers to follow the "disable...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Automatically updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Minor regexp tweaks to catch degenerate cases.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Auto-updated using
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Use dev's print_info method to print standardised informatio...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Add print_info method to dev_operations.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | We now record a pointer to the struct pci_device, since...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Able to at least compile again now.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Add dummy_connect and dummy_irq
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Remove debugging by default
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Updated to new device API.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Cope with nic.h being included before (or without)...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Include dev.h, since several drivers just include nic.h
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Fixed up PCI-scanning code to use new PCI interface.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Make adjust_pci_device global, since many drivers call it.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Fix up find_pci_device so that it can be used for scanning...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Use pci_{vendor,device}_id instead of just pci_{vendor...
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | Tie into new boot device framework.
|
commit | commitdiff | tree |
2005-04-12 |
Michael Brown | struct nic is now part of struct dev, rather than the...
|
commit | commitdiff | tree |
next |