| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MSI support for 88E8058(Yukon EC Ultra). Unlike other Yukon II | yongari | 2007-11-21 | 1 | -8/+27 |
* | One nit, FAST handling is now in #ifdef's for compatibility | jfv | 2007-11-20 | 2 | -4/+6 |
* | Driver version 6.7.3 | jfv | 2007-11-20 | 30 | -2657/+3220 |
* | Check battery presence first before trying to get battery information. | jkim | 2007-11-20 | 1 | -3/+4 |
* | Add device id for 88E8058(Yukon EC Ultra) which is found on 3rd | yongari | 2007-11-20 | 2 | -0/+3 |
* | Make phy respond only at address 0. This makes phy driver attached | yongari | 2007-11-20 | 2 | -22/+16 |
* | o Don't hardcode that Yukon FE has 16KB SRAM. In fact, Yukon FE has | yongari | 2007-11-20 | 1 | -38/+12 |
* | Drop maintaing hardware feature(bug) lists for Yukon II. We don't have | yongari | 2007-11-20 | 2 | -88/+8 |
* | Various fixes for EC Ultra. | yongari | 2007-11-20 | 2 | -19/+37 |
* | Fix KASSERT messages. | kevlo | 2007-11-20 | 2 | -5/+5 |
* | Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste... | sos | 2007-11-19 | 3 | -9/+0 |
* | Try to workaound silicon bugs in Promise gen2 (ie TX4) chips | sos | 2007-11-19 | 2 | -1/+46 |
* | Fix the problem with certain ATAPI commands on AHCI devices. | sos | 2007-11-19 | 2 | -19/+58 |
* | Add generic support for chipsets that say they support AHCI. This should cat... | sos | 2007-11-18 | 4 | -129/+156 |
* | Make VPD register access more robust: | jkim | 2007-11-16 | 1 | -69/+121 |
* | Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+. | jkim | 2007-11-16 | 1 | -7/+6 |
* | use the private task q thread instead of the shared system thread | sam | 2007-11-16 | 1 | -6/+5 |
* | MFP4(128855, 129015): | avatar | 2007-11-16 | 2 | -11/+18 |
* | Reset autonegotation timer if media option is not IFM_AUTO. | yongari | 2007-11-16 | 1 | -1/+5 |
* | Read MII_ANAR register and get common denominator ability. | yongari | 2007-11-16 | 1 | -1/+6 |
* | IEEE 802.3 Annex 28B.3 explicitly specifies the following relative | yongari | 2007-11-16 | 7 | -21/+21 |
* | Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems | jfv | 2007-11-15 | 4 | -0/+26 |
* | Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect | rink | 2007-11-13 | 1 | -2/+1 |
* | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | jhb | 2007-11-12 | 15 | -25/+33 |
* | Add support for D-Link DGE-528(T) Rev.B1 | remko | 2007-11-12 | 1 | -0/+2 |
* | Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x. | brix | 2007-11-11 | 2 | -4/+7 |
* | The ESP driver isn't really MPSAFE, so don't mark it that it is. | scottl | 2007-11-11 | 1 | -1/+1 |
* | Add private tx/rx buffer management to support large frame sizes | sam | 2007-11-10 | 2 | -110/+224 |
* | Limit total playback channels to just 1, for ALi M5451. | ariff | 2007-11-10 | 1 | -3/+23 |
* | Turn off debug output, its been confusing users. | benjsc | 2007-11-08 | 1 | -1/+1 |
* | Whitespace only. | njl | 2007-11-08 | 1 | -2/+0 |
* | - Remove magic number and fit max rx buffer size accurately. | ariff | 2007-11-08 | 2 | -12/+88 |
* | Put back devstat support that was lost during GEOM transition. Initially, | sobomax | 2007-11-07 | 1 | -0/+12 |
* | Driver for the Apple System Management Console (SMC). This hardware is | rpaulo | 2007-11-07 | 2 | -0/+1141 |
* | Check wep flag in *_tx_mgt since we need to encrypt some management frame | kevlo | 2007-11-06 | 5 | -0/+55 |
* | Apparently some NVIDIA NICs store ethernet address in reverse order | yongari | 2007-11-06 | 1 | -2/+2 |
* | Do not pass an address to local stack variable to usbd_set_report_async. | kan | 2007-11-05 | 1 | -3/+4 |
* | Fix NOP message sending in ciss_periodic() which causes panic with | iwasaki | 2007-11-05 | 1 | -3/+16 |
* | Initial Import of wpi driver based on p4 changeset 128641. | benjsc | 2007-11-05 | 3 | -0/+4899 |
* | Add missing locking for SBus controllers. | scottl | 2007-11-05 | 1 | -0/+5 |
* | Add support for trimmed down version of ATI SB600 AC97 audio | ariff | 2007-11-04 | 2 | -0/+2 |
* | upgrade zd1211b firmware for the zyd driver. This solves a hardware | sam | 2007-11-03 | 1 | -512/+471 |
* | fix a typo in rx radiotap's flags | sam | 2007-11-03 | 1 | -1/+1 |
* | correct entry | sam | 2007-11-03 | 1 | -1/+1 |
* | bandaid crash as I have no time to research the issue and the driver | sam | 2007-11-03 | 1 | -1/+1 |
* | Ever since the module registration system was introduced to this driver, | scottl | 2007-11-03 | 1 | -1/+2 |
* | Fix a shutdown hang on some SMP systems. The previous logic was to IPI all | njl | 2007-11-02 | 1 | -4/+6 |
* | Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertion | emaste | 2007-11-01 | 2 | -19/+22 |
* | Split agp_generic_detach() up into two routines: agp_free_cdev() destroys | jhb | 2007-10-30 | 11 | -38/+39 |
* | Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach() | yongari | 2007-10-30 | 1 | -1/+0 |