aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't set if_start to tulip_ifstart all over the place. It is alreadyJohn Baldwin2005-07-211-6/+0
* Remove conditional code that has largely rotted that is also not on byJohn Baldwin2005-07-212-233/+13
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386John Baldwin2005-07-211-20/+2
* Fix a typo and some whitespace nits.John Baldwin2005-07-211-5/+3
* Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or elseMaksim Yevmenkin2005-07-211-1/+1
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt2005-07-2011-43/+2454
* Spell destroy in a more traditional wayWarner Losh2005-07-192-4/+4
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passXin LI2005-07-191-0/+5
* Better name for type 4 chipsWarner Losh2005-07-181-1/+1
* o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID.Warner Losh2005-07-181-0/+7
* Implement passive cooling. It is enabled for tz0 by default whereHajimu UMEMOTO2005-07-181-13/+277
* Mark if_sbsh as IFF_NEEDSGIANT, because it does.Robert Watson2005-07-181-1/+2
* Mark if_cnw as IFF_NEEDSGIANT, because it does.Robert Watson2005-07-181-1/+2
* I believe that this tsleep was placed here in 1.28 to try to solve theWarner Losh2005-07-171-3/+1
* The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn'tWarner Losh2005-07-171-2/+2
* o The ricoh bridge needs us to turn off the function interrupts forWarner Losh2005-07-171-12/+22
* Rename a bit to make it clearer that it enables routing of the functionWarner Losh2005-07-172-2/+2
* The CD interrupt should only be enabled after we've initialized theWarner Losh2005-07-171-10/+38
* Use LK_CANRECURSE since when a PMC-owning process performs an exec,Joseph Koshy2005-07-171-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-152-4/+8
* Use the new cis scanning code to look for the proper MAC address. TheWarner Losh2005-07-151-74/+44
* Fix a couple of leaking situations when errors happen.Warner Losh2005-07-151-0/+2
* Fix the xircom match routine. In it we were always return a matchWarner Losh2005-07-151-0/+3
* Don't wait for the printer to become ready before allowing the open toWarner Losh2005-07-151-23/+1
* s/_us//Warner Losh2005-07-151-1/+1
* Move to using tsleeps in the cardbus reset case as well. ThisWarner Losh2005-07-151-3/+7
* Add support for the DLink DMF650TX Ethernet+56k modem PC Card. ThisWarner Losh2005-07-151-6/+28
* Add real support for obtaining the silicom MAC address from theWarner Losh2005-07-151-34/+7