summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - make 9k clusters the default unless a tunable is setkmacy2008-01-104-125/+224
* Fix a buffer overflow in the processing of various SCSI commands. This likelyscottl2008-01-091-26/+42
* make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* don't decrement ref count below 1 for EXT_PACKETkmacy2008-01-091-1/+1
* EXT_PACKET is one of the valid mbuf typeskmacy2008-01-091-0/+1
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-082-4/+4
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+1
* Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* Add support for ICH8M.des2008-01-072-0/+2
* Add the SparkLAN RT2573, found in HP s3200nkevlo2008-01-072-0/+5
* Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-311-6/+10
* Use devclass_get_count() instead of devclass_get_maxunit() to get thejhb2007-12-311-1/+1
* Add device IDs for the ICH9 family.des2007-12-312-0/+8
* Tabify.des2007-12-312-20/+20
* Add Winbond W89C940F to the list. Also, stub in some entries for twoimp2007-12-311-5/+11
* Add missing 'sc->chip_type ==' to an ugly switch statement expressionimp2007-12-311-1/+1
* Remove explicit locking of struct file.jeff2007-12-301-6/+1
* o In preparation for basing a new driver on this one:marius2007-12-304-514/+423
* Correct the comments in am7990_intr() and am79900_intr(); it's notmarius2007-12-302-8/+6
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-2922-186/+220
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-299-118/+115
* 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
OpenPOWER on IntegriCloud