summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ep_pci.c
AgeCommit message (Expand)Author
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2006-06-17add sys/timeout.hBrad Smith
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-16fix ep probe message printoutsTheo de Raadt
1998-09-11Add a third parameter to epconfig to get the MAC address if it's a pcmciaFederico G. Schwindt
1998-09-02o new driver for the 3c900, 3c905, 3c905b ported from FreeBSDJason Wright
1998-04-02support 3c905BTheo de Raadt
1998-02-25do not print model number twiceTheo de Raadt
1998-01-07now this is really prettyTheo de Raadt
1997-11-07$OpenBSD$Niklas Hallqvist
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-14rename some 3cxxx stuffTheo de Raadt
1996-10-14better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.caTheo de Raadt
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
1996-05-03prettier printf messagesTheo de Raadt
1996-05-02if_ep splitupTheo de Raadt