summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c509.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-0/+2
| | | | | | | 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.
* Documented where to get hold of the datasheet.Michael Brown2005-04-221-5/+7
|
* Updated to current API.Michael Brown2005-04-221-1/+1
|
* Split 3c509.c into 3c509.9 and 3c529.c, with shared code in 3c5x9.c.Michael Brown2005-04-141-3/+9
| | | | | Probe mechanisms now use standard EISA and MCA bus methods, with 3c509.c defining a custom ISA bus to handle the 3c509 contention resolution logic.
* Stripped references to variables in C code.Michael Brown2005-04-131-7/+1Star
|
* EISA support now provided by eisa.cMichael Brown2005-04-131-11/+0Star
| | | | MCA support now provided by mca.c
* Initial revisionMichael Brown2005-03-081-0/+399