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