summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateimp2005-08-291-5/+0
* Fix support for the VIA 6421 controller.sos2005-08-292-3/+30
* Global Village appears to be using 0x018c as its vendor ID, but thisimp2005-08-291-1/+6
* Simplify names.imp2005-08-291-6/+6
* Finish conversion to bus space and make ed MP safe.imp2005-08-2811-236/+285
* - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.marius2005-08-281-8/+23
* Re-enable sampling on the AMD64.jkoshy2005-08-271-5/+0
* fix CardBus issue for Compaq R3000 series laptopjkim2005-08-261-0/+18
* - Use m_defrag() instead of homerolling our own variantjhb2005-08-261-68/+55
* Unbreak compiles with ACPI_DEBUG.kan2005-08-261-0/+2
* For FreeBSD 4 binaries, when trying to read from a device that doesps2005-08-261-1/+8
* - Remove non-bus-dma code.jhb2005-08-252-456/+134
* Major rototill of this driver to add FreeBSD bus-dma support:jhb2005-08-252-529/+774
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.sos2005-08-251-1/+3
* get current temperature from _TMP during passive cooling is active.ume2005-08-251-15/+33
* initialize only ACPI_BUFFER to avoid race condition with passiveume2005-08-251-1/+8
* - Remove redundant assertions that the driver lock is not held in attach()jhb2005-08-241-5/+2
* Provide the USB device release number along with other parametersiedowse2005-08-231-4/+4
* Apply fix for "pr82261 DMA-support on Sparc64 broken"sos2005-08-232-5/+42
* On x86 processors, turn off any 'INTERRUPT' capabilities on PMCsjkoshy2005-08-221-3/+13
* Return EOPNOTSUPP instead of EINVAL if a PMC allocation requestjkoshy2005-08-221-1/+15
* Print PMC capabilities at module load time.jkoshy2005-08-221-3/+9
* Fix problem on Promise "mio" controllers and 48bit mode caused by last commitsos2005-08-221-0/+9
* Turn off sampling modes on the AMD64 till the time I can track downjkoshy2005-08-221-0/+5
* if_ral_pccard does not depend on pccard module directly, but ratherimp2005-08-221-1/+0
* 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
OpenPOWER on IntegriCloud