summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/elink3var.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring elink3 at least a bit into the new world. It used to have some superclaudio2009-11-231-2/+1
| | | | | | scary mbuf chache that caused massive problems. Now we just pre-allocate empty mbuf cluster for later use. Diff mostly from deraadt@ with some minor changes by myself. Tested with pcmcia ep(4) by myself. OK deraadt@
* a step towards consistancy; in general:todd2002-06-091-1/+1
| | | | | 'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@
* First round of __P removal in sysmillert2002-03-141-7/+7
|
* new timeouts; aaron@ okmickey2000-11-091-1/+2
|
* Support the ejection of mii ep(4) devices, i.e., the 3c574.aaron2000-09-151-1/+2
|
* Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.aaron2000-05-291-6/+3
|
* make the activate routines do xxstop() and xxinit()deraadt2000-02-021-1/+2
|
* Remove obsolete detach code that has been dead for very longniklas1999-07-261-4/+1
|
* Added if_media support from NetBSD. -mojmaja1998-09-191-3/+2
|
* Add a third parameter to epconfig to get the MAC address if it's a pcmciafgsch1998-09-111-2/+3
| | | | | card and support it. Use NULL otherwise. Update the ep based drivers.
* From Jim Rees <rees@umich.edu>: remember media typeniklas1997-10-301-1/+2
|
* Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.niklas1997-07-301-5/+33
| | | | Some KNF too.
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-5/+5
| | | | | NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
* $OpenBSD RCSIDsniklas1996-10-311-0/+1
|
* on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manualderaadt1996-10-121-1/+3
|
* sync 0521deraadt1996-05-261-3/+3
|
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-3/+5
|
* need another field for pcmciaderaadt1996-05-031-0/+4
|
* if_ep splitupderaadt1996-05-021-0/+61