| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "convert to zalloc" | Holger Lubitz | 2007-07-07 | 1 | -1/+2 |
| | | | | | This reverts commit 3414fd8df8c514947254fd065d407e8db115221f. | ||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | Updated ISAPnP, EISA, MCA and ISA buses to current device model. | Michael Brown | 2007-03-10 | 1 | -128/+112![]() |
| | | | | | | | | ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested. | ||||
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -2/+4 |
| | | | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing). | ||||
| * | Added soon-to-be-requisite missing include. | Michael Brown | 2006-06-05 | 1 | -0/+1 |
| | | |||||
| * | isa.c uses the new table infrastructure. | Michael Brown | 2005-04-27 | 1 | -2/+2 |
| | | |||||
| * | ISA bus driver updated to report devices as present only if a driver | Michael Brown | 2005-04-26 | 1 | -38/+52 |
| | | | | | | thinks they are. Other bus drivers modified for consistency. | ||||
| * | Added "name" field to bus structure. | Michael Brown | 2005-04-25 | 1 | -7/+8 |
| | | |||||
| * | Must not go beyond end of driver's probe list. | Michael Brown | 2005-04-22 | 1 | -1/+4 |
| | | |||||
| * | Updated all common buses to new API. | Michael Brown | 2005-04-22 | 1 | -99/+117 |
| | | |||||
| * | Fix BUILD_SERIAL. | Michael Brown | 2005-04-18 | 1 | -4/+14 |
| | | | | | | Change from using #if to #ifdef, since #if can't cope with string constants. | ||||
| * | 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. | ||||
| * | Use only the header files that we need | Michael Brown | 2005-04-17 | 1 | -1/+1 |
| | | |||||
| * | Improved debugging output | Michael Brown | 2005-04-16 | 1 | -0/+2 |
| | | |||||
| * | Make isa_probe_addr a simple integer rather than a struct, to facilitate | Michael Brown | 2005-04-16 | 1 | -3/+6 |
| | | | | | specification of ISA_PROBE_ADDRS. | ||||
| * | Standardised debug message. | Michael Brown | 2005-04-15 | 1 | -1/+1 |
| | | |||||
| * | Added a generalised ISA device-probing mechanism. | Michael Brown | 2005-04-14 | 1 | -0/+123 |

