summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wi_pci.c
AgeCommit message (Expand)Author
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-07-26Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0),dyoung
2010-11-23fix typoschristos
2010-11-23split if_wichristos
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2005-12-11merge ktrace-lwp.christos
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-02-27nuke trailing whitespaceperry
2004-08-21Use ANSI function decls and make use of static.thorpej
2004-08-07Don't pass a MAC address to wi_attach() -- yet.mycroft
2004-07-17Remove special-casing of Intersil product name.mycroft
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2004-03-28Avoid use of wi_pci_reset when it uses other chip like PLX bridge chip.nakayama
2003-12-14PR 23428: support National Datacomm Corporation NCP130A2 board.dyoung
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-10-13Switch wi(4) to the new 802.11 layer.dyoung
2003-09-29Copy our pci_chipset_tag_t into wi_pci_softc instead of a pointerscw
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-12PR/21108: Christopher SEKIYA: if_wi_pci.c rev 1.21 is incorrect for PLX-9052christos
2003-03-29Add support for USRobotics Wireless Access PCI adapter (model 132415).jdc
2003-03-29Support so-called "PLX" bridge for wi(4). From FreeBSD via Simondyoung
2003-03-28Fix PR/20903 for real.perry
2003-03-27ifdef out something dependent on PCI_VENDOR_COREGA for now.perry
2003-03-27Tell driver to accept the Corega CGWLPCIA11.perry
2003-03-27Introduced sc_reset to wi_softc. The bus-specific front-end getsdyoung
2003-01-02Since the I/O and memory enable bits are written to the PCI CSR bydyoung
2003-01-01For confidence's sake, enable I/O and memory accesses (which weredyoung
2002-12-31Per discussion in PR 18794, fix PCI resets. Alas, this does notdyoung
2002-10-21WI_PCI_CBMA belongs in dev/pci.soren
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-30Nuke unneeded member sc_ifp and use #define sc_if instead,onoe
2002-09-27Declare all cfattach structures const.thorpej
2002-09-23Make the PCI reset more robust. From David Young <dyoung@ojctech.com>.thorpej