aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Turn off sampling modes on the AMD64 till the time I can track downJoseph Koshy2005-08-221-0/+5
* if_ral_pccard does not depend on pccard module directly, but ratherWarner Losh2005-08-221-1/+0
* Fix basic rates set for 802.11a/g operating modes. This can significantlyDamien Bergamini2005-08-212-22/+47
* Enhanced WME (802.11e) support.Damien Bergamini2005-08-212-5/+65
* Add some necessary bits for upcoming 802.11e support:Damien Bergamini2005-08-203-64/+183
* Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fullyDamien Bergamini2005-08-201-2/+1
* Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.Damien Bergamini2005-08-201-6/+0
* Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined.Damien Bergamini2005-08-201-6/+0
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALDamien Bergamini2005-08-203-12/+18
* Fixup locking and mark MPSAFE:John Baldwin2005-08-181-70/+77
* Fixup locking for sf(4) and mark MPSAFE:John Baldwin2005-08-182-53/+83
* In re_shutdown() mark interface as down since otherwise we will panic ifMaxim Sobolev2005-08-181-0/+7
* Remove an unnecessicary bzero that was zeroing the softc's struct ifnetBrooks Davis2005-08-171-1/+0
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.John Baldwin2005-08-171-19/+8
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.John Baldwin2005-08-171-9/+0
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make sureJohn Baldwin2005-08-172-0/+2
* don't raise cpu speed over the value when passive cooling is inHajimu UMEMOTO2005-08-171-11/+24
* Add support for working around controllers that cannot do DMA in 48bit mode.Søren Schmidt2005-08-175-35/+97
* Use the bio field instead of the driver field as intended.Søren Schmidt2005-08-171-2/+2
* Catch up to ic_curchan changes by making the same change here that was madeJohn Baldwin2005-08-171-1/+1
* Ensure that file flags such as schg, sappnd (and others) are honoredChristian S.J. Peron2005-08-171-8/+8
* Fixup locking in if_my(4) and mark it MPSAFE:John Baldwin2005-08-162-104/+96
* - Change the code that determines whether to use a serial console andMarius Strobl2005-08-151-21/+21
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)Warner Losh2005-08-151-28/+159
* Diff reduction to my tree: commit the trivial part of efforts to addWarner Losh2005-08-152-2/+8
* * Solve "No PHY found" problem for more Yukon Lite variants.Bjoern A. Zeeb2005-08-131-25/+61
* fix handling of the current channel (missed in previous commit)Sam Leffler2005-08-131-4/+5
* fix media_status so devd recognizes the device as an 802.11 interfaceSam Leffler2005-08-131-1/+6
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notSam Leffler2005-08-121-2/+2
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.Søren Schmidt2005-08-123-1/+7
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,Nate Lawson2005-08-111-3/+2
* Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin2005-08-102-36/+31
* Use if_printf() and device_printf() and axe sf_unit from the softc as aJohn Baldwin2005-08-102-21/+16
* - Remove pre-new-bus code under #if 0 and some other rotted code underJohn Baldwin2005-08-101-55/+2
* - Use if_printf() and device_printf() instead of outputting my%d:John Baldwin2005-08-102-68/+47
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().John Baldwin2005-08-101-57/+22
* Clarify/fix handling of the current channel:Sam Leffler2005-08-105-23/+23
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-103-5/+0
* Fix FBSDid style nit.David E. O'Brien2005-08-101-1/+0
* Add proper copyright attribution.David E. O'Brien2005-08-101-0/+1
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerJohn Baldwin2005-08-091-1/+1
* There's no reason to check the valence. This allows ciss to workPaul Saab2005-08-092-8/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-0986-760/+881
* - Use callout_init_mtx() to close a small race between callout_stop() andJohn Baldwin2005-08-082-71/+25
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-087-9/+16
* Add support for HP branded 2610SAPaul Saab2005-08-081-0/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-082-81/+44
* Retire the last of the FreeBSD 4.x compat code from the mly driver.Scott Long2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacScott Long2005-08-082-65/+0
* Complete the removal of __FreeBSD_version checks from the amr driver. TheScott Long2005-08-085-114/+6