summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* nit: xpt_bus_deregister has to be called with the sim lock held.mjacob2010-03-301-0/+4
* fix my clobber of the copyright date :)jfv2010-03-301-1/+1
* Thanks to Michael Tuexen for adding SCTP support for 82599,jfv2010-03-302-38/+70
* Fix lint build problem.jfv2010-03-302-11/+13
* Update to igb and em:jfv2010-03-2918-2234/+6977
* Refine r204265. We want the standard VGA palette for packed pixel mode.jkim2010-03-292-4/+4
* Start copyright notices with /*-joel2010-03-296-6/+6
* Cast the bus_size_t to a intmax_t rather than assuming type-punning toimp2010-03-291-2/+2
* Cast bus_space_t to a intmax_t and use %j to print it instead ofimp2010-03-291-2/+2
* Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite theimp2010-03-291-1/+1
* Do not sync cache for the PL2506thompsa2010-03-282-0/+3
* Do not swap Apple keys when detecting Apple-FN keyboards.thompsa2010-03-281-2/+1
* Make sure the bsd_urb_list gets initialised and that new URB's are queued atthompsa2010-03-281-1/+2
* Add PCI IDs for two more nForce controllers.thompsa2010-03-282-0/+4
* Add a couple of usb product IDs.thompsa2010-03-281-0/+3
* Use standard types in preference to BSD types so that these header filesgibbs2010-03-282-20/+20
* Fix lock leakage.mav2010-03-271-0/+1
* Update the driver to Intel version 2.1.6jfv2010-03-2711-1094/+1158
* D'oh- isp_handle_index' logic was reversed (not used in FreeBSD).mjacob2010-03-261-2/+2
* Clean up some printing stuff so that we can have a bit finer controlmjacob2010-03-264-150/+100
* Handling SIGPIPE will cause deadlock/crash.fabient2010-03-261-4/+0
* - add some usb devices (scanner, printer, usb storage)netchild2010-03-262-0/+9
* Use last 16 bytes of serial number in metadata instead of first ones,mav2010-03-261-2/+16
* Do not penalize correct or correctable VESA mode tables by calling anotherjkim2010-03-251-7/+14
* Use pci_get_max_read_req() and pci_set_max_read_req() to set maximimyongari2010-03-251-28/+2
* 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
OpenPOWER on IntegriCloud