summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Add quirk for the TrendNet TU-S9 adapter, which uses new version of PL2303stas2007-12-161-0/+3
* Don't use old-style mbuf iovecskmacy2007-12-161-0/+1
* Add driver for TCP offloadkmacy2007-12-169-0/+5422
* Update the buffer management support code needed by the tcp offload modulekmacy2007-12-164-550/+845
* Sanitize of a routine that is going awaykmacy2007-12-161-5/+5
* overlead mbuf fields for use by toekmacy2007-12-161-0/+16
* Add system includes for mvec.hkmacy2007-12-161-0/+4
* Import updated support code for the TOM (tcp offload module).kmacy2007-12-1513-846/+891
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDscottl2007-12-1514-0/+27218
* Limit total hardware playback channels to just 1. The reliability ofariff2007-12-141-3/+12
* Add speaker/headphone controls for HP Compaq DC7700 Small Form Factor PCariff2007-12-131-1/+13
* nid 28 for Acer @ ALC268 should be identified as analog CD input pin,ariff2007-12-131-0/+12
* Implement a workaround of the datacorruption problem on serverworks HT1000 ch...sos2007-12-134-93/+233
* Disable AC97 microphone channel. Due to the channel allocation priorityariff2007-12-121-1/+6
* Rewrite the DMA code paths from being an impenitrable maze of special casesscottl2007-12-124-436/+260
* Add quirks for Netac Onlydisk 2000 USB disk.davidxu2007-12-112-0/+5
* sc->ndis_tq variable is only initialized when a driver module is for wirelessthompsa2007-12-091-2/+4
* Fix an incorrect FreeBSD version test.scottl2007-12-091-1/+1
* Modify locking so that a single version of the driver src can be used on 6.xscottl2007-12-091-5/+22
* Support new ARC120x family of controllers. Many thanks for Areca's continuedscottl2007-12-082-617/+1635
* Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabityongari2007-12-081-3/+13
* Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returningemaste2007-12-071-8/+13
* Add family support to allow the driver to attach to new devices thatemaste2007-12-073-10/+92
* Add stub functions to unbreak LINT.jkoshy2007-12-074-0/+80
* Fix speed report on Intel SATA chips in compat mode.sos2007-12-071-3/+52
* Preallocate some space to return the scan results, some drivers do not properlythompsa2007-12-071-9/+25
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-076-112/+547
* Allow simultaneous opens of the device for issuing commands to theemaste2007-12-072-75/+151
* Add more PCI ID's from Adaptec's driver, including two requestedemaste2007-12-061-0/+16
* Add PCI IDs for additional cards:emaste2007-12-061-0/+12
* Fix a use-after-free.philip2007-12-051-2/+1
* Plug two potential (root-only, local) information leaks. buf is notphilip2007-12-052-8/+8
* Bring in support for: Marvell Yukon 8039remko2007-12-052-0/+3
* Stop serial console and gdb serial port from getting all screwed up.julian2007-12-051-1/+1
* Cast address of 'bssid' to uint8_t since printf() expects to get unsignedwkoszek2007-12-041-1/+1
* Cast 'data' to 'u_char', as printf() requires this type to be unsigned. Thiswkoszek2007-12-041-1/+1
* Remove compatibilty defines to simplify reading the code, this is around 10% ofthompsa2007-12-033-325/+0
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* Do not allow the SNPSTTY ioctl for the snoop device that has a ttykib2007-12-031-0/+3
* Always honor promiscuous flag prior to programming Rx multicastyongari2007-12-031-2/+6
* Provide unqiue malloc types instead of using M_DEVBUF.scottl2007-12-022-26/+29
* Refactor completion handlers so that they can be combined into a singlescottl2007-12-021-76/+29
* Make a pass at style.9 compliancescottl2007-12-021-440/+477
* Fix a typo that was hidden by AMR_DEBUG.scottl2007-12-021-1/+1
* Fix printf format bugs that where hidden by AMR_DEBUG.scottl2007-12-021-3/+3
* Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.ariff2007-12-021-0/+3
* Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl.thompsa2007-12-021-3/+5
* Based in info gleaned from the web and other drivers (including the Linuxpeter2007-12-011-0/+23
* ieee80211com.ic_fixed_rate holds rate instead of rate indexkevlo2007-12-011-1/+1
* Allow the sio acpi attachment to be disabled (ie: use hints only). Thispeter2007-11-301-0/+4
OpenPOWER on IntegriCloud