index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ep_pci.c
Age
Commit message (
Expand
)
Author
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2006-06-17
add sys/timeout.h
Brad Smith
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2000-05-29
Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.
Aaron Campbell
1998-09-19
Added if_media support from NetBSD. -moj
Mats O Jansson
1998-09-16
fix ep probe message printouts
Theo de Raadt
1998-09-11
Add a third parameter to epconfig to get the MAC address if it's a pcmcia
Federico G. Schwindt
1998-09-02
o new driver for the 3c900, 3c905, 3c905b ported from FreeBSD
Jason Wright
1998-04-02
support 3c905B
Theo de Raadt
1998-02-25
do not print model number twice
Theo de Raadt
1998-01-07
now this is really pretty
Theo de Raadt
1997-11-07
$OpenBSD$
Niklas Hallqvist
1997-07-30
Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.
Niklas Hallqvist
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist
1996-11-12
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
Niklas Hallqvist
1996-10-14
rename some 3cxxx stuff
Theo de Raadt
1996-10-14
better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.ca
Theo de Raadt
1996-05-26
sync 0521
Theo de Raadt
1996-05-07
sync with 0504 -- prototypes and bus.h
Theo de Raadt
1996-05-05
add general ether_ioctl call in net/if_ethersubr.c,
Michael Shalayeff
1996-05-03
prettier printf messages
Theo de Raadt
1996-05-02
if_ep splitup
Theo de Raadt