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