summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make speaker a pseudo device driver instead of attaching to a PnP id.phk2008-03-261-90/+19
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-262-5/+2
* Add \n to the end of a printf string and remove it from panic strings.emaste2008-03-261-6/+6
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-1/+1
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* split out tty create part of ucom_attach into ucom_attach_tty sosam2008-03-252-7/+13
* add some CDMA modemssam2008-03-251-0/+9
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptecemaste2008-03-254-5/+17
* Correct data direction flags in aac_bio_command() in theemaste2008-03-251-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-255-63/+23
* Add support for Marvell Libertas 88W8335 based PCI network adapters.weongyo2008-03-256-0/+4697
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-241-16/+16
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-246-153/+128
* - Const'ify the dc_devs array.marius2008-03-242-85/+84
* Split the registers into two halves in preparation for SBus support.marius2008-03-244-212/+285
* Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):emaste2008-03-241-187/+206
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...kmacy2008-03-241-4/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-232-73/+73
* MSI handling on some RealTek chips are broken so disable it byyongari2008-03-231-1/+1
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2yongari2008-03-231-0/+13
* Some RealTek chips are known to be buggy on DAC handling, soyongari2008-03-231-1/+6
* VLAN hardware tag information should be set for all desciptors of ayongari2008-03-231-11/+13
* Always honor configured VLAN/checksum offload capabilities.yongari2008-03-231-3/+8
* Reuse the mbuf that was just retrieved from the receive ring if mbufqingli2008-03-221-8/+17
* (finally) add the hal status to the diagnostic generated aftersam2008-03-221-3/+4
* Add in a compat. mode so you can either open the card's deviceambrisko2008-03-221-0/+9
* Add the i915 GME device to DRM.remko2008-03-212-1/+3
* Unbreak the last commit.sos2008-03-201-8/+9
* pay attention to default cluster limits when sizing receive queueskmacy2008-03-202-8/+32
* Restore creation of passthrough devices with newer controller firmware byemaste2008-03-201-2/+2
* Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,emaste2008-03-201-8/+31
* Workaround design botch in usb: blindly mixing bus_dma with PIO does notsam2008-03-202-0/+32
* Correct cache handling for xfer requests marked URQ_REQUEST: many (if notsam2008-03-201-1/+2
* Fix Problem with Intel Matrix RAID.sos2008-03-201-11/+19
* - Add the Corega CG-WLUSB2GL from NetBSDkevlo2008-03-202-0/+4
* Improve VT_WAITACTIVE semantics.bland2008-03-201-13/+6
* add some debug msgs for tracking xferssam2008-03-201-4/+9
* add support for %b printing of request + xfer flagssam2008-03-202-0/+4
* fix link management bug and conditionally allow the PHY to be kept on at all ...kmacy2008-03-191-2/+8
* Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bitadrian2008-03-181-5/+8
* Fix the debugging output - the '0x' was duplicated from the %p option.adrian2008-03-181-1/+1
* - Integrate 1.133 vendor driver changeskmacy2008-03-189-56/+110
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-174-2/+59
* don't set sniffer mode to ON when the driver is running with theweongyo2008-03-171-2/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* Change spelling and eliminate a typo in comments to reduce diffs withemaste2008-03-141-11/+11
* Add a quirk to ignore ASUS LCM display found on some ASUS laptops.jkim2008-03-142-0/+3
* Correct a typo.jkoshy2008-03-141-2/+6
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-132-45/+39
* Add the module dependency on the mem(4) module. This will fix the modulecokane2008-03-131-0/+1
OpenPOWER on IntegriCloud