Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring elink3 at least a bit into the new world. It used to have some super | 2009-11-23 | 1 | -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: | 2002-06-09 | 1 | -1/+1 | |
| | | | | | 'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -7/+7 | |
| | |||||
* | new timeouts; aaron@ ok | 2000-11-09 | 1 | -1/+2 | |
| | |||||
* | Support the ejection of mii ep(4) devices, i.e., the 3c574. | 2000-09-15 | 1 | -1/+2 | |
| | |||||
* | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | 2000-05-29 | 1 | -6/+3 | |
| | |||||
* | make the activate routines do xxstop() and xxinit() | 2000-02-02 | 1 | -1/+2 | |
| | |||||
* | Remove obsolete detach code that has been dead for very long | 1999-07-26 | 1 | -4/+1 | |
| | |||||
* | Added if_media support from NetBSD. -moj | 1998-09-19 | 1 | -3/+2 | |
| | |||||
* | Add a third parameter to epconfig to get the MAC address if it's a pcmcia | 1998-09-11 | 1 | -2/+3 | |
| | | | | | card and support it. Use NULL otherwise. Update the ep based drivers. | ||||
* | From Jim Rees <rees@umich.edu>: remember media type | 1997-10-30 | 1 | -1/+2 | |
| | |||||
* | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | 1997-07-30 | 1 | -5/+33 | |
| | | | | Some KNF too. | ||||
* | Adaption to new bus.h from NetBSD. Various driver has been updated to | 1996-11-28 | 1 | -5/+5 | |
| | | | | | NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | ||||
* | $OpenBSD RCSIDs | 1996-10-31 | 1 | -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 manual | 1996-10-12 | 1 | -1/+3 | |
| | |||||
* | sync 0521 | 1996-05-26 | 1 | -3/+3 | |
| | |||||
* | sync with 0504 -- prototypes and bus.h | 1996-05-07 | 1 | -3/+5 | |
| | |||||
* | need another field for pcmcia | 1996-05-03 | 1 | -0/+4 | |
| | |||||
* | if_ep splitup | 1996-05-02 | 1 | -0/+61 | |