summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkpjd2005-09-041-5/+10
* More consistantly return the correct BAR size. Before, we'd onlyimp2005-09-031-6/+8
* MFp4: kill bogus commentimp2005-09-021-5/+0
* At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* Typo in comment.jhb2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* - Add md_mtx lock to protect ID number and list of devices.pjd2005-08-311-25/+37
* - Only call txp_release_resources() once if attach fails.jhb2005-08-311-38/+31
* Update for a few recently discovered Olicom token ring cards:imp2005-08-311-1/+3
* FDOPT_NORETRY is an option, and must be compared with fd->options,rodrigc2005-08-301-1/+1
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-305-14/+17
* Add back dropped if_media.h includeimp2005-08-301-0/+1
* Correct previous commit.scottl2005-08-291-3/+0
* Better commentimp2005-08-291-1/+4
* In ata_mode2str() properly list -1 as UNSUPPORTED.sos2005-08-291-0/+1
* Fix another instance of old info re: miibusimp2005-08-291-1/+1
* 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
OpenPOWER on IntegriCloud