summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Align memory access of 24-bit pixel renderer to word boundary.jkim2010-03-241-2/+7
* Teach VGA framebuffer about 8-bit palette format for VESA.jkim2010-03-242-12/+16
* Add my copyright here. It seems I have contributed enough code. :-)jkim2010-03-231-0/+1
* Be extremely careful when we determine bytes per scan line information.jkim2010-03-231-11/+54
* Fall back to VGA palette functions if VESA function failed and DAC is stilljkim2010-03-231-11/+10
* Map entire video memory again. This is a partial backout of r203535.jkim2010-03-231-3/+4
* Separate 24-bit pixel draw from 32-bit case. Although it is slower, we dojkim2010-03-231-1/+4
* Add PCI ID for MCS9901's parallel port.delphij2010-03-231-0/+1
* Do not declare the various OFW command buffers static. It does notnwhitehorn2010-03-231-24/+24
* - Spec tells that CCC interrupt is edge triggered. Acknowledge it as such.mav2010-03-211-2/+19
* Add some more codec IDs.mav2010-03-211-1/+15
* Enable MSI by default for SiI3124.mav2010-03-201-6/+7
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-201-0/+219
* - Added support for 5709S/5716S PHYs.davidch2010-03-183-389/+288
* - Added support for 5709S/5716S PHYs.davidch2010-03-183-23/+158
* Remove an unneeded variable.ed2010-03-181-1/+0
* Remove two instances of the evil hack to get the ifnet. mii_ifp isimp2010-03-171-12/+2
* Set the device capabilities to include dynamic link-state forqingli2010-03-171-0/+2
* Fix 2 bugs in mxge_attach()gallatin2010-03-171-3/+3
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-174-17/+24
* Revert r205090.yongari2010-03-161-16/+16
* Make the code more readable and compiling on 64-bits arch differentattilio2010-03-151-5/+1
* It seems PCI_OUR_REG_[1-5] registers are not mapped on PCIyongari2010-03-141-10/+10
* Checkin a facility for specifying a passthrough FIB from userland.attilio2010-03-141-1/+141
* enables S/W beacon miss handler.weongyo2010-03-141-0/+2
* Fix build after typo.rnoland2010-03-131-1/+1
* Add support for Intel Pineview chips, aka IGDrnoland2010-03-133-3/+15
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* Add support of Intel Pineview chips, aka IGD.rnoland2010-03-121-4/+20
* Add pci ids for Intel Ironlake chipsets.rnoland2010-03-121-0/+4
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,yongari2010-03-122-47/+204
* Reorder interrupt handler a bit such that producer/consumeryongari2010-03-121-16/+16
* Mask disk_idx to avoid panic because of extra bits set.mav2010-03-121-6/+8
* Add device ID for the NATURAL4000 keyboardthompsa2010-03-111-0/+1
* - Integrate latest driver code from OpenBSDthompsa2010-03-114-131/+652
* extend search for Apple Function Key.thompsa2010-03-111-13/+18
* Add new device ID for the SMC 2514HUBthompsa2010-03-111-0/+1
* add new vendor ID for APACERthompsa2010-03-111-0/+1
* Implement USB kernel driver detach from userland.thompsa2010-03-113-6/+21
* Make sure there is a way to reset the endpoint FIFO on transfer errors forthompsa2010-03-111-4/+18
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* isochronous endpoint descriptors should have two more bytes which are zero bythompsa2010-03-111-7/+16
* Add new uvisor(4) device ID.thompsa2010-03-112-0/+6
* It appears that some UVISOR devices do not handle when the clear stall commandthompsa2010-03-111-5/+0
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatthompsa2010-03-113-21/+17
* Use wMaxPacketSize for the uftdi input buffer size.thompsa2010-03-111-3/+1
* Reapply r185998 which was overwritten at some point.thompsa2010-03-111-3/+0
* Small whitespace fixes.jhb2010-03-111-2/+1
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug andthompsa2010-03-111-4/+6
OpenPOWER on IntegriCloud