summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/if_ep_eisa.c
AgeCommit message (Collapse)Author
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
ok krw@ canacar@
2003-01-10now that epconfig() prints stuff another new way fix the dmesg print again. ↵Michael Shalayeff
also reclaim resources on failures and etc
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-18allow a little more time for reset and match TCM5098 (from NetBSD pr'sJason Wright
13947 and 13948).
2001-03-09proper irq printout (like other busses)Michael Shalayeff
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
2000-03-13Add support for more 3com cards. William Yodlowsky ↵Mats O Jansson
<wyodlows@route1.nj.devry.edu> and me. -moj
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-11change missed by fgsch, tsk tsk tskTheo de Raadt
1998-02-26clean dmesgTheo de Raadt
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-05-26sync 0521Theo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-03prettier printf messagesTheo de Raadt
1996-05-02if_ep splitupTheo de Raadt