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_an_pci.c
Age
Commit message (
Expand
)
Author
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2006-03-10
ansi. no binary change.
Jonathan Gray
2006-01-30
Add basic radiotap support. Modelled somewhat after
Jonathan Gray
2006-01-09
Move an(4) to a driver based on the NetBSD one.
Jonathan Gray
2005-09-13
only include what is needed (tree.h) and not the whole metric assload of unre...
Michael Shalayeff
2005-09-13
replace the node hash table with a red-black tree. this fixes some
Reyk Floeter
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-06-20
Replace arpcom in the softc with ieee80211com in preparation for
Jonathan Gray
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-05-22
another 4800 weirdo from cisco; from condor@vcable.net
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-29
if_media support, from freebsd
Michael Shalayeff
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-23
enable attaching on pci35x models, seems to work ok
Michael Shalayeff
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2000-04-10
Use pci_mapreg_map() instead of pci_io_find() and pci_mapreg_map()
Todd C. Miller
2000-04-10
Aironet PCI shim; all the real meat is in sys/ic/an.c.
Todd C. Miller