summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix fat-fingering in previous commit.jhb2006-12-293-3/+3
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-299-28/+22
* Fix a group of typos:yar2006-12-293-3/+3
* Piggyback watchdog timer handling with msk_tick which is called everyyongari2006-12-292-13/+9
* Fix interrupt handling on a dual port card. Previously it ignoredyongari2006-12-291-10/+6
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesyongari2006-12-292-27/+55
* Update __FreeBSD_version check for pci_find_extcap() now that it isjhb2006-12-281-1/+1
* Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyanjhb2006-12-281-0/+6
* Fix shared authentication mode.jkim2006-12-281-0/+8
* Add half/quarter rate 11a channel support:sam2006-12-272-63/+112
* After rev.1.169, the "interrupt" coalescing parameters are not used inbde2006-12-261-8/+2
* Back out revision 1.33. usb/98983 was misfiled and the patch had no effect.jkim2006-12-261-2/+0
* 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
OpenPOWER on IntegriCloud