summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Turn off debug output, its been confusing users.benjsc2007-11-081-1/+1
* Whitespace only.njl2007-11-081-2/+0
* - Remove magic number and fit max rx buffer size accurately.ariff2007-11-082-12/+88
* Put back devstat support that was lost during GEOM transition. Initially,sobomax2007-11-071-0/+12
* Driver for the Apple System Management Console (SMC). This hardware isrpaulo2007-11-072-0/+1141
* Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-065-0/+55
* Apparently some NVIDIA NICs store ethernet address in reverse orderyongari2007-11-061-2/+2
* Do not pass an address to local stack variable to usbd_set_report_async.kan2007-11-051-3/+4
* Fix NOP message sending in ciss_periodic() which causes panic withiwasaki2007-11-051-3/+16
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-053-0/+4899
* Add missing locking for SBus controllers.scottl2007-11-051-0/+5
* Add support for trimmed down version of ATI SB600 AC97 audioariff2007-11-042-0/+2
* upgrade zd1211b firmware for the zyd driver. This solves a hardwaresam2007-11-031-512/+471
* fix a typo in rx radiotap's flagssam2007-11-031-1/+1
* correct entrysam2007-11-031-1/+1
* bandaid crash as I have no time to research the issue and the driversam2007-11-031-1/+1
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allnjl2007-11-021-4/+6
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionemaste2007-11-012-19/+22
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-3011-38/+39
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()yongari2007-10-301-1/+0
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)marius2007-10-291-2/+1
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingrwatson2007-10-2941-13243/+12167
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofyongari2007-10-292-0/+15
* Add a newer RTL8211B(L) PHY.yongari2007-10-291-2/+2
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchyongari2007-10-292-28/+99
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setyongari2007-10-291-7/+14
* Don't return an error from resume() if execution of _DIS fails for somejhb2007-10-271-3/+4
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIjhb2007-10-271-2/+13
* Don't always re-route IRQs on resume. If this link hasn't been used, thenjhb2007-10-271-1/+16
* Remap and virtualize mixer controls for HP nx6110 withariff2007-10-261-2/+26
* Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec,ariff2007-10-261-0/+1
* Fix the signature matching code on AHCI controllers.sos2007-10-261-29/+60
* Update the way we get the mode pages on probe.sos2007-10-262-25/+23
* Fix treating some modern chips (mem mapped) as legacy devices.sos2007-10-261-1/+2
* Simplify the old compat #ifdefs.imp2007-10-261-22/+12
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-0/+159
* More style nit.takawata2007-10-251-6/+3
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forjhb2007-10-251-1/+1
* Fix variable name to be clear what it means.takawata2007-10-251-3/+3
* Turn EC into poll mode before device_resume invoked .takawata2007-10-251-3/+34
* Add ABI backwards compatibility to the FreeBSD 4/5/6 versions ofmarius2007-10-241-51/+295
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* Add one of HTC Smartphone/PocketPC device IDs.mav2007-10-222-0/+5
* fix up some code for older systems changed by accident in the last commitjulian2007-10-212-2/+12
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-2033-65/+65
* fix an incorrect setting of `retry times' in case of zd1211b, wesam2007-10-191-1/+1
* - Gigabyte G33-S2H fixup, due to the present of multiple competingariff2007-10-191-13/+71
* Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.takawata2007-10-182-1/+1038
* Make ukbd_getc respect non-blocking behavior if one is requested. Changekan2007-10-151-7/+10
OpenPOWER on IntegriCloud