summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bcw_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* After been attacked by Michael Buesch <mb@bu3sch.de> because we initiallymglocker2007-04-051-202/+0
* There is no need to keep the intrstr in the drivers softc struct.mglocker2007-04-011-11/+12
* Enable interrupts.mglocker2007-03-311-47/+16
* Fix strict alignment panic. Makes my BCM4306 attach on sparc64.mglocker2007-03-041-4/+4
* Kill a cardbus dependency which breaked kernel compilation e.g. formglocker2007-03-041-14/+15
* Some KNF.mglocker2007-02-261-22/+19
* Remove PCI powerhooks, bcw_pci_enable() and bcw_pci_disable().mglocker2007-02-261-32/+1
* We need to save some PCI infos in our softc struct for further decisionsmglocker2007-02-261-1/+4
* Get correct chip revision and also get chip package.mglocker2007-02-241-2/+1
* Don't wrap line before printing MAC address.mglocker2007-01-031-2/+2
* From Jon Simola <simola@mecha.com>:mglocker2006-12-081-17/+12
* From Jon Simola <simola@mecha.com>:mglocker2006-12-061-3/+22
* From Jon Simola <simola@mecha.com>:mglocker2006-11-291-39/+14
* add the BCM4312 PCI id.brad2006-11-221-1/+2
* Some more minor cleanup in the PCI hookup.mglocker2006-11-221-11/+1
* From Jon Simola <simola@mecha.com>:mglocker2006-11-211-24/+21
* This is a very initial import for a driver which supports the IEEE 802.11mglocker2006-11-171-0/+286