summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_an_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* ansi. no binary change.jsg2006-03-101-9/+3
* Add basic radiotap support. Modelled somewhat afterjsg2006-01-301-1/+2
* Move an(4) to a driver based on the NetBSD one.jsg2006-01-091-4/+6
* only include what is needed (tree.h) and not the whole metric assload of unrelated crap (mbuf.h)mickey2005-09-131-2/+2
* replace the node hash table with a red-black tree. this fixes somereyk2005-09-131-1/+2
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* Replace arpcom in the softc with ieee80211com in preparation forjsg2005-06-201-1/+3
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-11/+10
* another 4800 weirdo from cisco; from condor@vcable.netmickey2002-05-221-2/+3
* First round of __P removal in sysmillert2002-03-141-3/+3
* if_media support, from freebsdmickey2001-09-291-1/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* enable attaching on pci35x models, seems to work okmickey2001-06-231-2/+3
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* Use pci_mapreg_map() instead of pci_io_find() and pci_mapreg_map()millert2000-04-101-10/+4
* Aironet PCI shim; all the real meat is in sys/ic/an.c.millert2000-04-101-0/+160