summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock in detach/shutdown.alfred2006-12-232-20/+164
* Fix a typo in ata-queue.cremko2006-12-231-2/+2
* Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).ariff2006-12-221-10/+7
* Re-enable MSI support for those chips on which it is believed to workjdp2006-12-222-34/+88
* Correct the BGE_CHIPID_BCM5750_B0 constant.jdp2006-12-221-1/+1
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* On amd64 platform, use linux32 headers so 32-bit Linux applicationsdelphij2006-12-201-0/+5
* In bge_txeof(), cancel the watchdog timeout if all descriptors havebde2006-12-201-1/+2
* Avoid a race and a pessimization in bge_intr():bde2006-12-201-6/+22
* - Use the re_tick() callout instead of if_slowtimo() for drivingmarius2006-12-201-35/+23
* Fix a bug originally introduced in rev. 1.74; don't reloaded themarius2006-12-201-1/+2
* Partially back out rev. 1.148 and use new ETHER_BPF_MTAP() macro for VLAN.jkim2006-12-201-11/+5
* Use BMSR for link status in one more place and clean up more.jkim2006-12-201-10/+9
* - Do not depend on auto negotiation for link speed/duplex status.jkim2006-12-201-68/+81
* Remove dependency on deprecated if_watchdog ABI.bms2006-12-194-31/+19
* Fix distorted sound on Fujitsu Siemens AMILO Pa 1510.ariff2006-12-191-1/+7
* - Add missing callout_drain() call.oleg2006-12-191-12/+10
* - Fix autonegotiation timer.oleg2006-12-191-30/+22
* Restore revision 1.126 that got accidentally nuked.mjacob2006-12-181-0/+6
* Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.mjacob2006-12-181-2/+144
* Spell "Kensington Thinking Mouse" correctly.keramida2006-12-181-1/+1
* - Remove stale VPD support and its comment and get device name from VPD API.jkim2006-12-182-48/+19
* Correct the previous change:marius2006-12-181-0/+3
* Try an experiment with using DMA to load firmware into a 2200- VERIFYmjacob2006-12-173-25/+39
* Latest updates for Envy24/24HT. Fix various issues with LOR and panicariff2006-12-173-29/+72
* Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227ariff2006-12-171-0/+4
* Add support for Nvidia Nforce MCP04 AC97 controller.ariff2006-12-171-0/+3
* Do not special-case __ARMEB__, we handle that in the arm code.cognet2006-12-161-2/+0
* Miscellaneous fixups and quirks for ASUS A7M, LG LW20 andariff2006-12-161-5/+36
* Make some slight reorganization (bringing back in somemjacob2006-12-161-12/+86
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasmjacob2006-12-163-8/+39
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-154-49/+27
* Fix compilation using gcc 4.1.ariff2006-12-151-1/+1
* Disable bge MSI support for now. A couple of people warned me that therejdp2006-12-151-0/+9
* Add MSI support to the bge driver. I tested this on a Dell SC1435jdp2006-12-142-4/+19
* Disable MSI for the Intel E7501 chipset.jhb2006-12-141-0/+6
* Add a first pass at a way to blacklist MSI on systems where it doesn'tjhb2006-12-142-0/+52
* Some relatively minor changes and bug fixes:ambrisko2006-12-143-65/+54
* Replace #define<space> with #define<tab> so the code is consistent withjhb2006-12-145-368/+368
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-0/+9
* Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123.yongari2006-12-142-101/+3
* Use callouts to prevent races.alfred2006-12-132-20/+31
* Fix recent style problems and expand a comment.scottl2006-12-131-12/+15
* Use the BGE_IS_* macros consistently. Also add a couple of missingscottl2006-12-131-5/+9
* Remove a redundant write of the firmware reset magic number. It looks toscottl2006-12-131-6/+0
* Track v0.9.20.3 hal:sam2006-12-137-292/+292
* Use one counter instead of four to make up TX collision stats as BCM5705+.jkim2006-12-131-8/+1
* Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugsscottl2006-12-132-3070/+2923
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit Ethernetyongari2006-12-132-0/+6444
* - Add constants for HT PCI capability registers including the variousjhb2006-12-122-0/+51
OpenPOWER on IntegriCloud