summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compatibility code:marius2007-12-261-12/+9
* Sync with rev 1.63 of NetBSD's ums.c:rpaulo2007-12-261-14/+49
* Add support for the BMC5722.remko2007-12-252-0/+2
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-256-10/+15
* Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridableume2007-12-241-0/+40
* Move the check for the snp device being already attached after thekib2007-12-241-11/+6
* Avoid holding the aac_io_lock over copyout.emaste2007-12-201-5/+6
* By definition promiscuous mode should see all unicast frames as wellyongari2007-12-201-2/+6
* In openprom_ioctl() ensure appropriate permissions and that data isn'tmarius2007-12-201-1/+9
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-192-2/+3
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itambrisko2007-12-191-7/+3
* Do not recursively acquire aac_io_lock in aac_ioctl_event.emaste2007-12-191-3/+1
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.kmacy2007-12-181-0/+2
* only include intr_machdep.h when it is needed for intr_bindkmacy2007-12-171-0/+2
* disable update in place on transmitkmacy2007-12-171-4/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-1720-593/+3298
* Include cdefs.h and param.h for architectures with less header pollutionkmacy2007-12-161-0/+2
* Use the vm include convention of busdmakmacy2007-12-162-2/+6
* need M_IOVEC definekmacy2007-12-161-0/+5
* Don't globally include mvec.h its only needed by cxgb_sge.ckmacy2007-12-162-7/+4
* - 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
OpenPOWER on IntegriCloud