aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste...Søren Schmidt2007-11-193-9/+0
* Try to workaound silicon bugs in Promise gen2 (ie TX4) chipsSøren Schmidt2007-11-192-1/+46
* Fix the problem with certain ATAPI commands on AHCI devices.Søren Schmidt2007-11-192-19/+58
* Add generic support for chipsets that say they support AHCI. This should cat...Søren Schmidt2007-11-184-129/+156
* Make VPD register access more robust:Jung-uk Kim2007-11-161-69/+121
* Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+.Jung-uk Kim2007-11-161-7/+6
* use the private task q thread instead of the shared system threadSam Leffler2007-11-161-6/+5
* MFP4(128855, 129015):Tai-hwa Liang2007-11-162-11/+18
* Reset autonegotation timer if media option is not IFM_AUTO.Pyun YongHyeon2007-11-161-1/+5
* Read MII_ANAR register and get common denominator ability.Pyun YongHyeon2007-11-161-1/+6
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-167-21/+21
* Add PCI device support for Intel S7000FC4UR in usb and ichwd, systemsJack F Vogel2007-11-154-0/+26
* Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expectRink Springer2007-11-131-2/+1
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-1215-25/+33
* Add support for D-Link DGE-528(T) Rev.B1Remko Lodder2007-11-121-0/+2
* Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.Henrik Brix Andersen2007-11-112-4/+7
* The ESP driver isn't really MPSAFE, so don't mark it that it is.Scott Long2007-11-111-1/+1
* Add private tx/rx buffer management to support large frame sizesSam Leffler2007-11-102-109/+223
* Limit total playback channels to just 1, for ALi M5451.Ariff Abdullah2007-11-101-3/+23
* Turn off debug output, its been confusing users.Benjamin Close2007-11-081-1/+1
* Whitespace only.Nate Lawson2007-11-081-2/+0
* - Remove magic number and fit max rx buffer size accurately.Ariff Abdullah2007-11-082-12/+88
* Put back devstat support that was lost during GEOM transition. Initially,Maxim Sobolev2007-11-071-0/+12
* Driver for the Apple System Management Console (SMC). This hardware isRui Paulo2007-11-072-0/+1141
* Check wep flag in *_tx_mgt since we need to encrypt some management frameKevin Lo2007-11-065-0/+55
* Apparently some NVIDIA NICs store ethernet address in reverse orderPyun YongHyeon2007-11-061-2/+2
* Do not pass an address to local stack variable to usbd_set_report_async.Alexander Kabaev2007-11-051-3/+4
* Fix NOP message sending in ciss_periodic() which causes panic withMitsuru IWASAKI2007-11-051-3/+16
* Initial Import of wpi driver based on p4 changeset 128641.Benjamin Close2007-11-053-0/+4899
* Add missing locking for SBus controllers.Scott Long2007-11-051-0/+5
* Add support for trimmed down version of ATI SB600 AC97 audioAriff Abdullah2007-11-042-0/+2
* upgrade zd1211b firmware for the zyd driver. This solves a hardwareSam Leffler2007-11-031-512/+471
* fix a typo in rx radiotap's flagsSam Leffler2007-11-031-1/+1
* correct entrySam Leffler2007-11-031-1/+1
* bandaid crash as I have no time to research the issue and the driverSam Leffler2007-11-031-1/+1
* Ever since the module registration system was introduced to this driver,Scott Long2007-11-031-1/+2
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allNate Lawson2007-11-021-4/+6
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionEd Maste2007-11-012-19/+22
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-3011-38/+39
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()Pyun YongHyeon2007-10-301-1/+0
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)Marius Strobl2007-10-291-2/+1
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingRobert Watson2007-10-2941-12941/+11865
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofPyun YongHyeon2007-10-292-0/+15
* Add a newer RTL8211B(L) PHY.Pyun YongHyeon2007-10-291-2/+2
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchPyun YongHyeon2007-10-292-28/+99
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setPyun YongHyeon2007-10-291-7/+14
* Don't return an error from resume() if execution of _DIS fails for someJohn Baldwin2007-10-271-3/+4
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIJohn Baldwin2007-10-271-2/+13
* Don't always re-route IRQs on resume. If this link hasn't been used, thenJohn Baldwin2007-10-271-1/+16
* Remap and virtualize mixer controls for HP nx6110 withAriff Abdullah2007-10-261-2/+26