summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/if_ep_eisa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-3/+1
|
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
|
* Fewer <netinet/in_systm.h>mpi2014-08-111-6/+2
|
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
| | | | | don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@
* add sys/timeout.hbrad2006-06-171-1/+2
|
* Do not reset the board, for it will not keep the interrupt configuration themiod2006-05-301-6/+2
| | | | BIOS configured it in; from NetBSD via Andrew Daugherity.
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
| | | | | userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
* Prettier dmesg on vortexes.miod2004-10-291-1/+4
|
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
| | | | ok krw@ canacar@
* now that epconfig() prints stuff another new way fix the dmesg print again. also reclaim resources on failures and etcmickey2003-01-101-16/+14
|
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* allow a little more time for reset and match TCM5098 (from NetBSD pr'sjason2001-09-181-2/+5
| | | | 13947 and 13948).
* proper irq printout (like other busses)mickey2001-03-091-3/+4
|
* Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.aaron2000-05-291-1/+4
|
* Add support for more 3com cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> and me. -mojmaja2000-03-131-3/+12
|
* Added if_media support from NetBSD. -mojmaja1998-09-191-1/+2
|
* change missed by fgsch, tsk tsk tskderaadt1998-09-111-2/+2
|
* clean dmesgderaadt1998-02-261-3/+3
|
* Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.niklas1997-07-301-8/+29
| | | | Some KNF too.
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-11/+12
| | | | | NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-1/+1
| | | | possibly taken in small steps
* sync 0521deraadt1996-05-261-9/+8
|
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-11/+19
|
* add general ether_ioctl call in net/if_ethersubr.c,mickey1996-05-051-5/+0
| | | | | | 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.
* prettier printf messagesderaadt1996-05-031-6/+4
|
* if_ep splitupderaadt1996-05-021-0/+171