| Commit message (Expand) | Author | Age | Files | Lines |
* | Print the actual disk device we failed to complete i/o on. | ps | 2005-07-29 | 1 | -2/+2 |
* | Don't allow ioctl commands to be interrupted by the user. | ps | 2005-07-29 | 1 | -6/+4 |
* | Make ichsmb unloadable. | brian | 2005-07-29 | 2 | -8/+3 |
* | Add descriptions for the sysctls. | njl | 2005-07-28 | 1 | -6/+10 |
* | Zero the _BST, _BIF, and battinfo allocations. This is needed since we | njl | 2005-07-28 | 1 | -3/+3 |
* | Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free() | emax | 2005-07-27 | 1 | -3/+4 |
* | Correct the order of some if tests so that we don't complain about being | jhb | 2005-07-27 | 1 | -2/+2 |
* | - Use callout_*() rather than timeout() to periodically poll the media. | jhb | 2005-07-27 | 2 | -40/+156 |
* | Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL | mux | 2005-07-25 | 1 | -1/+0 |
* | Correct minor output bug. When the battery being queried is charging or | njl | 2005-07-25 | 1 | -0/+7 |
* | Remove NOP spl*() calls and add locking (making gem(4) MPSAFE). | marius | 2005-07-24 | 3 | -35/+118 |
* | - Wrap the handler and associated code for collecting completed RX | marius | 2005-07-24 | 1 | -31/+23 |
* | o fix setup of sc_diversity; the hal does not give us reliable | sam | 2005-07-24 | 2 | -12/+15 |
* | Rewrite the acpi_battery interface to allow for other battery types | njl | 2005-07-23 | 5 | -524/+448 |
* | o move ath_sysctlattach down so variables it depends on are setup | sam | 2005-07-23 | 1 | -6/+6 |
* | Standardize __FBSDID identifiers. | njl | 2005-07-22 | 11 | -22/+33 |
* | simplify ic_newassoc callback | sam | 2005-07-22 | 1 | -3/+3 |
* | simplify ieee80211_ibss_merge api | sam | 2005-07-22 | 1 | -1/+1 |
* | simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's | sam | 2005-07-22 | 2 | -2/+2 |
* | diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use | sam | 2005-07-22 | 7 | -12/+14 |
* | Don't drop frames if interface is in promiscuous mode. | ru | 2005-07-22 | 1 | -1/+2 |
* | - Use the PCIR_BAR() macro rather than hardcoding rids. | jhb | 2005-07-21 | 1 | -8/+4 |
* | Don't set if_start to tulip_ifstart all over the place. It is already | jhb | 2005-07-21 | 1 | -6/+0 |
* | Remove conditional code that has largely rotted that is also not on by | jhb | 2005-07-21 | 2 | -233/+13 |
* | Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386 | jhb | 2005-07-21 | 1 | -20/+2 |
* | Fix a typo and some whitespace nits. | jhb | 2005-07-21 | 1 | -5/+3 |
* | Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or else | emax | 2005-07-21 | 1 | -1/+1 |
* | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | anholt | 2005-07-20 | 11 | -43/+2454 |
* | Spell destroy in a more traditional way | imp | 2005-07-19 | 2 | -4/+4 |
* | PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to pass | delphij | 2005-07-19 | 1 | -0/+5 |
* | Better name for type 4 chips | imp | 2005-07-18 | 1 | -1/+1 |
* | o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID. | imp | 2005-07-18 | 1 | -0/+7 |
* | Implement passive cooling. It is enabled for tz0 by default where | ume | 2005-07-18 | 1 | -13/+277 |
* | Mark if_sbsh as IFF_NEEDSGIANT, because it does. | rwatson | 2005-07-18 | 1 | -1/+2 |
* | Mark if_cnw as IFF_NEEDSGIANT, because it does. | rwatson | 2005-07-18 | 1 | -1/+2 |
* | I believe that this tsleep was placed here in 1.28 to try to solve the | imp | 2005-07-17 | 1 | -3/+1 |
* | The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn't | imp | 2005-07-17 | 1 | -2/+2 |
* | o The ricoh bridge needs us to turn off the function interrupts for | imp | 2005-07-17 | 1 | -12/+22 |
* | Rename a bit to make it clearer that it enables routing of the function | imp | 2005-07-17 | 2 | -2/+2 |
* | The CD interrupt should only be enabled after we've initialized the | imp | 2005-07-17 | 1 | -10/+38 |
* | Use LK_CANRECURSE since when a PMC-owning process performs an exec, | jkoshy | 2005-07-17 | 1 | -1/+1 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 2 | -4/+8 |
* | Use the new cis scanning code to look for the proper MAC address. The | imp | 2005-07-15 | 1 | -74/+44 |
* | Fix a couple of leaking situations when errors happen. | imp | 2005-07-15 | 1 | -0/+2 |
* | Fix the xircom match routine. In it we were always return a match | imp | 2005-07-15 | 1 | -0/+3 |
* | Don't wait for the printer to become ready before allowing the open to | imp | 2005-07-15 | 1 | -23/+1 |
* | s/_us// | imp | 2005-07-15 | 1 | -1/+1 |
* | Move to using tsleeps in the cardbus reset case as well. This | imp | 2005-07-15 | 1 | -3/+7 |
* | Add support for the DLink DMF650TX Ethernet+56k modem PC Card. This | imp | 2005-07-15 | 1 | -6/+28 |
* | Add real support for obtaining the silicom MAC address from the | imp | 2005-07-15 | 1 | -34/+7 |