summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ep_isa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-251-2/+1
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+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-5/+1
* ansify some function definitions.brad2013-11-151-11/+4
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* 'like\nlike' -> 'like' in a couple of comments.krw2008-02-181-2/+2
* add sys/timeout.hbrad2006-06-171-1/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-3/+2
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* First round of __P removal in sysmillert2002-03-141-4/+4
* Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.aaron2000-05-291-1/+4
* in case PNP OS BIOS option is broken, skip isapnp ep cardsderaadt1999-04-231-17/+8
* Added if_media support from NetBSD. -mojmaja1998-09-191-1/+2
* fix ep probe message printoutsderaadt1998-09-161-1/+3
* Add a third parameter to epconfig to get the MAC address if it's a pcmciafgsch1998-09-111-3/+3
* silencederaadt1998-06-021-10/+7
* fix printing for these; ignore model numberderaadt1998-03-231-3/+1
* remember model number; skip PNP cards; etc etc etcderaadt1998-02-261-6/+27
* nicer messagederaadt1998-02-261-2/+2
* $OpenBSD$niklas1997-11-071-0/+1
* Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.niklas1997-07-301-8/+14
* Missing pieces of new bus.h that CVS lost behind my backniklas1996-11-291-19/+19
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-1/+1
* documentderaadt1996-07-021-0/+4
* sync 0521deraadt1996-05-261-2/+3
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-49/+109
* add general ether_ioctl call in net/if_ethersubr.c,mickey1996-05-051-5/+0
* prettier printf messagesderaadt1996-05-031-1/+1
* if_ep splitupderaadt1996-05-021-0/+216