aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-0344-4/+106
* Do not lock an to check gone flag. Only need to hold the lock to setMaksim Yevmenkin2005-08-021-2/+1
* - add missing ether_poll_deregisterChristian Brueffer2005-08-021-2/+13
* Add missing ether_poll_deregister(). This is still not enough toRuslan Ermilov2005-08-021-0/+3
* Fix a buffer aging problem in new r300 code that could lead to hangs with someEric Anholt2005-08-011-3/+1
* Fixing compilation error by:Tai-hwa Liang2005-08-012-2/+2
* Make the eisa probe messages just like all the others in the system.Warner Losh2005-08-011-66/+18
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.Matt Jacob2005-07-311-1/+1
* Style fix.Alexander Leidinger2005-07-311-1/+1
* Whats New:Alexander Leidinger2005-07-318-730/+1486
* * Slightly new method to detect mixer capabilities and resolution.Alexander Leidinger2005-07-311-9/+41
* - Fixup the locking.Alexander Leidinger2005-07-311-3/+17
* - Fixup the locking.Alexander Leidinger2005-07-313-4/+26
* Add another ID.Alexander Leidinger2005-07-311-0/+1
* * Add locking / MPSAFEAlexander Leidinger2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had theAlexander Leidinger2005-07-311-14/+2
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongAlexander Leidinger2005-07-311-25/+4
* * Register programming error during device initializationAlexander Leidinger2005-07-312-127/+278
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromAlexander Leidinger2005-07-311-2/+2
* * Add locking / MPSAFE.Alexander Leidinger2005-07-311-11/+33
* * als4000 can't do 48k properly (perhaps it really can't at all!).Alexander Leidinger2005-07-311-9/+70
* * Fix panic during driver unload on second attempt after failure onAlexander Leidinger2005-07-312-11/+18
* The isa attachment calls ep_free after it has already been called onceWarner Losh2005-07-311-1/+3
* Add newer commandsWarner Losh2005-07-311-2/+7
* Add missing parenthesis around error handling code upon attachingChristian S.J. Peron2005-07-301-1/+2
* Fail the module loading process if the currently executing kernelJoseph Koshy2005-07-301-0/+12
* Add a new PCI id for fxp(4) cards found on ICH7-based systems.Maxime Henrion2005-07-291-0/+1
* Remove stale struct ata_channel declaration.Søren Schmidt2005-07-291-1/+0
* Print the actual disk device we failed to complete i/o on.Paul Saab2005-07-291-2/+2
* Don't allow ioctl commands to be interrupted by the user.Paul Saab2005-07-291-6/+4
* Make ichsmb unloadable.Brian Somers2005-07-292-8/+3
* Add descriptions for the sysctls.Nate Lawson2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since weNate Lawson2005-07-281-3/+3
* Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()Maksim Yevmenkin2005-07-271-3/+4
* Correct the order of some if tests so that we don't complain about beingJohn Baldwin2005-07-271-2/+2
* - Use callout_*() rather than timeout() to periodically poll the media.John Baldwin2005-07-272-40/+156
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLMaxime Henrion2005-07-251-1/+0
* Correct minor output bug. When the battery being queried is charging orNate Lawson2005-07-251-0/+7
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).Marius Strobl2005-07-243-35/+118
* - Wrap the handler and associated code for collecting completed RXMarius Strobl2005-07-241-31/+23
* o fix setup of sc_diversity; the hal does not give us reliableSam Leffler2005-07-242-12/+15
* Rewrite the acpi_battery interface to allow for other battery typesNate Lawson2005-07-235-524/+448
* o move ath_sysctlattach down so variables it depends on are setupSam Leffler2005-07-231-6/+6
* Standardize __FBSDID identifiers.Nate Lawson2005-07-2211-22/+33
* simplify ic_newassoc callbackSam Leffler2005-07-221-3/+3
* simplify ieee80211_ibss_merge apiSam Leffler2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-222-2/+2
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-227-12/+14
* Don't drop frames if interface is in promiscuous mode.Ruslan Ermilov2005-07-221-1/+2
* - Use the PCIR_BAR() macro rather than hardcoding rids.John Baldwin2005-07-211-8/+4