summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()emax2005-07-271-3/+4
* Correct the order of some if tests so that we don't complain about beingjhb2005-07-271-2/+2
* - Use callout_*() rather than timeout() to periodically poll the media.jhb2005-07-272-40/+156
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLmux2005-07-251-1/+0
* Correct minor output bug. When the battery being queried is charging ornjl2005-07-251-0/+7
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).marius2005-07-243-35/+118
* - Wrap the handler and associated code for collecting completed RXmarius2005-07-241-31/+23
* o fix setup of sc_diversity; the hal does not give us reliablesam2005-07-242-12/+15
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-235-524/+448
* o move ath_sysctlattach down so variables it depends on are setupsam2005-07-231-6/+6
* Standardize __FBSDID identifiers.njl2005-07-2211-22/+33
* simplify ic_newassoc callbacksam2005-07-221-3/+3
* simplify ieee80211_ibss_merge apisam2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-222-2/+2
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-227-12/+14
* Don't drop frames if interface is in promiscuous mode.ru2005-07-221-1/+2
* - Use the PCIR_BAR() macro rather than hardcoding rids.jhb2005-07-211-8/+4
* Don't set if_start to tulip_ifstart all over the place. It is alreadyjhb2005-07-211-6/+0
* Remove conditional code that has largely rotted that is also not on byjhb2005-07-212-233/+13
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386jhb2005-07-211-20/+2
* Fix a typo and some whitespace nits.jhb2005-07-211-5/+3
* Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or elseemax2005-07-211-1/+1
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-2011-43/+2454
* Spell destroy in a more traditional wayimp2005-07-192-4/+4
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passdelphij2005-07-191-0/+5
* Better name for type 4 chipsimp2005-07-181-1/+1
* o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID.imp2005-07-181-0/+7
* Implement passive cooling. It is enabled for tz0 by default whereume2005-07-181-13/+277
* Mark if_sbsh as IFF_NEEDSGIANT, because it does.rwatson2005-07-181-1/+2
* Mark if_cnw as IFF_NEEDSGIANT, because it does.rwatson2005-07-181-1/+2
* I believe that this tsleep was placed here in 1.28 to try to solve theimp2005-07-171-3/+1
* The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn'timp2005-07-171-2/+2
* o The ricoh bridge needs us to turn off the function interrupts forimp2005-07-171-12/+22
* Rename a bit to make it clearer that it enables routing of the functionimp2005-07-172-2/+2
* The CD interrupt should only be enabled after we've initialized theimp2005-07-171-10/+38
* Use LK_CANRECURSE since when a PMC-owning process performs an exec,jkoshy2005-07-171-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-152-4/+8
* Use the new cis scanning code to look for the proper MAC address. Theimp2005-07-151-74/+44
* Fix a couple of leaking situations when errors happen.imp2005-07-151-0/+2
* Fix the xircom match routine. In it we were always return a matchimp2005-07-151-0/+3
* Don't wait for the printer to become ready before allowing the open toimp2005-07-151-23/+1
* s/_us//imp2005-07-151-1/+1
* Move to using tsleeps in the cardbus reset case as well. Thisimp2005-07-151-3/+7
* Add support for the DLink DMF650TX Ethernet+56k modem PC Card. Thisimp2005-07-151-6/+28
* Add real support for obtaining the silicom MAC address from theimp2005-07-151-34/+7
* Insert missing int i;imp2005-07-151-0/+1
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-19/+24
* Omnibus power and interrupt fixes:imp2005-07-143-48/+76
* Also provide the function type in the nomatch routine.imp2005-07-141-4/+7
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-0/+1314
OpenPOWER on IntegriCloud