summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backout sensors framework.netchild2007-10-156-1804/+34
* fix a bug of RX routines that can't process multi-frame transactionssam2007-10-151-2/+3
* Correct calculation of aac_sg_tablesize.emaste2007-10-151-6/+4
* Add PCI IDs from Adaptec's driver version b11669:emaste2007-10-141-0/+42
* Convert coretemp(4) to the hardware sensors framework andnetchild2007-10-141-34/+45
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-145-0/+1759
* revert 1.18: the negotiated rate set may not match the halsam2007-10-131-18/+34
* Rewrite puc_pci_match() to handle non-trivial cases correctly.des2007-10-131-14/+19
* Add NOP-message polling to ciss_periodic().iwasaki2007-10-131-1/+80
* Fix a NULL pointer dereference in Tx checksum calculation.yongari2007-10-131-0/+5
* The ukbd driver has some questionable "magic" to for a default keyboardjhb2007-10-121-2/+8
* Fix a mistake made in the MPSAFE commit that caused CAM to serialize requestsscottl2007-10-121-1/+2
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
* Deferred interrupts don't work yet, disable them.scottl2007-10-121-0/+2
* Remove unneeded debug printf that is broken on 64bit arches.thompsa2007-10-121-1/+1
* Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)takawata2007-10-122-0/+2
* Bring in some new Sierra Wireless drivers running under pccard.remko2007-10-122-0/+40
* Spelling fix for interupt -> interruptkevlo2007-10-1215-23/+23
* Update ipw to work with the new net80211 stack, plus other driver improvements.thompsa2007-10-123-219/+868
OpenPOWER on IntegriCloud