summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix basic rates set for 802.11a/g operating modes. This can significantlydamien2005-08-212-22/+47
* Enhanced WME (802.11e) support.damien2005-08-212-5/+65
* Add some necessary bits for upcoming 802.11e support:damien2005-08-203-64/+183
* Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fullydamien2005-08-201-2/+1
* Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.damien2005-08-201-6/+0
* Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined.damien2005-08-201-6/+0
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-203-12/+18
* Fixup locking and mark MPSAFE:jhb2005-08-181-70/+77
* Fixup locking for sf(4) and mark MPSAFE:jhb2005-08-182-53/+83
* In re_shutdown() mark interface as down since otherwise we will panic ifsobomax2005-08-181-0/+7
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetbrooks2005-08-171-1/+0
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-171-19/+8
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.jhb2005-08-171-9/+0
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make surejhb2005-08-172-0/+2
* don't raise cpu speed over the value when passive cooling is inume2005-08-171-11/+24
* Add support for working around controllers that cannot do DMA in 48bit mode.sos2005-08-175-35/+97
* Use the bio field instead of the driver field as intended.sos2005-08-171-2/+2
* Catch up to ic_curchan changes by making the same change here that was madejhb2005-08-171-1/+1
* Ensure that file flags such as schg, sappnd (and others) are honoredcsjp2005-08-171-8/+8
* Fixup locking in if_my(4) and mark it MPSAFE:jhb2005-08-162-104/+96
* - Change the code that determines whether to use a serial console andmarius2005-08-151-21/+21
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)imp2005-08-151-28/+159
* Diff reduction to my tree: commit the trivial part of efforts to addimp2005-08-152-2/+8
* * Solve "No PHY found" problem for more Yukon Lite variants.bz2005-08-131-25/+61
* fix handling of the current channel (missed in previous commit)sam2005-08-131-4/+5
* fix media_status so devd recognizes the device as an 802.11 interfacesam2005-08-131-1/+6
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notsam2005-08-121-2/+2
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.sos2005-08-123-1/+7
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,njl2005-08-111-3/+2
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-102-36/+31
* Use if_printf() and device_printf() and axe sf_unit from the softc as ajhb2005-08-102-21/+16
* - Remove pre-new-bus code under #if 0 and some other rotted code underjhb2005-08-101-55/+2
* - Use if_printf() and device_printf() instead of outputting my%d:jhb2005-08-102-68/+47
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().jhb2005-08-101-57/+22
* Clarify/fix handling of the current channel:sam2005-08-105-23/+23
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-103-5/+0
* Fix FBSDid style nit.obrien2005-08-101-1/+0
* Add proper copyright attribution.obrien2005-08-101-0/+1
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerjhb2005-08-091-1/+1
* There's no reason to check the valence. This allows ciss to workps2005-08-092-8/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-0986-760/+881
* - Use callout_init_mtx() to close a small race between callout_stop() andjhb2005-08-082-71/+25
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-087-9/+16
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-082-81/+44
* Retire the last of the FreeBSD 4.x compat code from the mly driver.scottl2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacscottl2005-08-082-65/+0
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* Cleanup beacon/listen interval handling:sam2005-08-083-3/+3
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
OpenPOWER on IntegriCloud