| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Use callout_*() rather than timeout() to periodically poll the media. | John Baldwin | 2005-07-27 | 2 | -40/+156 |
| * | Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL | Maxime Henrion | 2005-07-25 | 1 | -1/+0 |
| * | Correct minor output bug. When the battery being queried is charging or | Nate Lawson | 2005-07-25 | 1 | -0/+7 |
| * | Remove NOP spl*() calls and add locking (making gem(4) MPSAFE). | Marius Strobl | 2005-07-24 | 3 | -35/+118 |
| * | - Wrap the handler and associated code for collecting completed RX | Marius Strobl | 2005-07-24 | 1 | -31/+23 |
| * | o fix setup of sc_diversity; the hal does not give us reliable | Sam Leffler | 2005-07-24 | 2 | -12/+15 |
| * | Rewrite the acpi_battery interface to allow for other battery types | Nate Lawson | 2005-07-23 | 5 | -524/+448 |
| * | o move ath_sysctlattach down so variables it depends on are setup | Sam Leffler | 2005-07-23 | 1 | -6/+6 |
| * | Standardize __FBSDID identifiers. | Nate Lawson | 2005-07-22 | 11 | -22/+33 |
| * | simplify ic_newassoc callback | Sam Leffler | 2005-07-22 | 1 | -3/+3 |
| * | simplify ieee80211_ibss_merge api | Sam Leffler | 2005-07-22 | 1 | -1/+1 |
| * | simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's | Sam Leffler | 2005-07-22 | 2 | -2/+2 |
| * | diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use | Sam Leffler | 2005-07-22 | 7 | -12/+14 |
| * | Don't drop frames if interface is in promiscuous mode. | Ruslan Ermilov | 2005-07-22 | 1 | -1/+2 |
| * | - Use the PCIR_BAR() macro rather than hardcoding rids. | John Baldwin | 2005-07-21 | 1 | -8/+4 |
| * | Don't set if_start to tulip_ifstart all over the place. It is already | John Baldwin | 2005-07-21 | 1 | -6/+0 |
| * | Remove conditional code that has largely rotted that is also not on by | John Baldwin | 2005-07-21 | 2 | -233/+13 |
| * | Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386 | John Baldwin | 2005-07-21 | 1 | -20/+2 |
| * | Fix a typo and some whitespace nits. | John Baldwin | 2005-07-21 | 1 | -5/+3 |
| * | Fix kernel panic with vkbd(4). Initialize mutex properly (set name), or else | Maksim Yevmenkin | 2005-07-21 | 1 | -1/+1 |
| * | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | Eric Anholt | 2005-07-20 | 11 | -43/+2454 |
| * | Spell destroy in a more traditional way | Warner Losh | 2005-07-19 | 2 | -4/+4 |
| * | PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to pass | Xin LI | 2005-07-19 | 1 | -0/+5 |
| * | Better name for type 4 chips | Warner Losh | 2005-07-18 | 1 | -1/+1 |
| * | o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID. | Warner Losh | 2005-07-18 | 1 | -0/+7 |
| * | Implement passive cooling. It is enabled for tz0 by default where | Hajimu UMEMOTO | 2005-07-18 | 1 | -13/+277 |
| * | Mark if_sbsh as IFF_NEEDSGIANT, because it does. | Robert Watson | 2005-07-18 | 1 | -1/+2 |
| * | Mark if_cnw as IFF_NEEDSGIANT, because it does. | Robert Watson | 2005-07-18 | 1 | -1/+2 |
| * | I believe that this tsleep was placed here in 1.28 to try to solve the | Warner Losh | 2005-07-17 | 1 | -3/+1 |
| * | The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn't | Warner Losh | 2005-07-17 | 1 | -2/+2 |
| * | o The ricoh bridge needs us to turn off the function interrupts for | Warner Losh | 2005-07-17 | 1 | -12/+22 |
| * | Rename a bit to make it clearer that it enables routing of the function | Warner Losh | 2005-07-17 | 2 | -2/+2 |
| * | The CD interrupt should only be enabled after we've initialized the | Warner Losh | 2005-07-17 | 1 | -10/+38 |
| * | Use LK_CANRECURSE since when a PMC-owning process performs an exec, | Joseph Koshy | 2005-07-17 | 1 | -1/+1 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 2 | -4/+8 |
| * | Use the new cis scanning code to look for the proper MAC address. The | Warner Losh | 2005-07-15 | 1 | -74/+44 |
| * | Fix a couple of leaking situations when errors happen. | Warner Losh | 2005-07-15 | 1 | -0/+2 |
| * | Fix the xircom match routine. In it we were always return a match | Warner Losh | 2005-07-15 | 1 | -0/+3 |
| * | Don't wait for the printer to become ready before allowing the open to | Warner Losh | 2005-07-15 | 1 | -23/+1 |
| * | s/_us// | Warner Losh | 2005-07-15 | 1 | -1/+1 |
| * | Move to using tsleeps in the cardbus reset case as well. This | Warner Losh | 2005-07-15 | 1 | -3/+7 |
| * | Add support for the DLink DMF650TX Ethernet+56k modem PC Card. This | Warner Losh | 2005-07-15 | 1 | -6/+28 |
| * | Add real support for obtaining the silicom MAC address from the | Warner Losh | 2005-07-15 | 1 | -34/+7 |
| * | Insert missing int i; | Warner Losh | 2005-07-15 | 1 | -0/+1 |
| * | kbdmux(4) keyboard multiplexer integration | Maksim Yevmenkin | 2005-07-14 | 1 | -19/+24 |
| * | Omnibus power and interrupt fixes: | Warner Losh | 2005-07-14 | 3 | -48/+76 |
| * | Also provide the function type in the nomatch routine. | Warner Losh | 2005-07-14 | 1 | -4/+7 |
| * | kbdmux(4) keyboard multiplexer integration | Maksim Yevmenkin | 2005-07-14 | 1 | -0/+1314 |
| * | Check the vendor and device, not subvendor and subdevice, when looking for | Scott Long | 2005-07-14 | 1 | -2/+2 |
| * | Add SL811 based host controller driver for CF usb host controller. | Takanori Watanabe | 2005-07-14 | 4 | -0/+2106 |