summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYmarcel2009-10-023-27/+55
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Fix a bad use of NULL instead of zero for int comparison. Sorry for thecokane2009-10-011-3/+3
* style(9) fixes (always compare pointers to NULL)cokane2009-10-011-3/+3
* Do not hold the ACPI A/C adapter lock when changing the power profile.jhb2009-09-301-2/+3
* Split the 'video' ACPI lock up into two locks to resolve a LOR with thejhb2009-09-301-10/+26
* Two more mxge watchdog fixes:gallatin2009-09-302-4/+14
* Correct a bug that could lead to a kernel panic if a user attempted tocokane2009-09-301-10/+3
* Fix typo in previous commit.mav2009-09-301-1/+3
* Fix multicast handling. All Atheros controllers use big-endian formyongari2009-09-294-4/+4
* Add some bits of HDMI/DisplayPort support from later specification updates.mav2009-09-292-13/+100
* Fix offset handlingrnoland2009-09-281-7/+7
* radeon_family is an enum, so ordering can be important.rnoland2009-09-281-2/+2
* Fix blit pitch for 4 byte transfers on r600.rnoland2009-09-281-1/+1
* R600 doesn't support IRQs yet, so don't try to use them.rnoland2009-09-282-1/+19
* For AR8132 fast ethernet controller, do not report 1000baseTyongari2009-09-281-0/+10
* Add DGE-560SX(Yukon XL) to the supported device list. Many thanksyongari2009-09-282-0/+3
* Add workaround for Yukon XL which has hardware bug that can't flushyongari2009-09-281-3/+8
* Add hack to pass controller specific information to phy driver.yongari2009-09-284-15/+52
* Fix MIB statistics clear routine. This should fix alignment errors on sparc64.yongari2009-09-281-1/+1
* Some fiber PHY(88E1112) does not seem to set resolved speed soyongari2009-09-281-2/+5
* Don't encode model id twice.yongari2009-09-281-1/+1
* It seems some 82559ER controllers do not support Rx checksumyongari2009-09-281-2/+5
* Remove unnecessary device reinitialization.yongari2009-09-281-2/+14
* Add back endpoint swap detection that was disabled in an earlier driverthompsa2009-09-281-10/+33
* Add new FTDI IDs.thompsa2009-09-281-0/+3
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-2818-8/+445
* Add a config number quirk for the ELSA_MODEM1thompsa2009-09-281-0/+1
* add more device IDsthompsa2009-09-281-0/+3
* Allow setting of MAC address for AXE based ethernet adapters.thompsa2009-09-281-4/+5
* Increase the rx buffer size to 16384 bytes, this increases RX performance fromthompsa2009-09-281-29/+26
* - Remove SAMSUNG_YP_U2 now that it is in the cam layerthompsa2009-09-281-4/+4
* MFp4thompsa2009-09-281-0/+10
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.thompsa2009-09-284-29/+697
* Add extra safety locking when clobbering xfer->flags_int.started in start andthompsa2009-09-281-7/+21
* Correct buffer sizes used so that they match. The old code could give thethompsa2009-09-281-2/+3
* Add support for USB language selection.thompsa2009-09-282-22/+68
* Fix NULL-pointer dereference in usb_endpoint_foreach().thompsa2009-09-281-1/+3
* Add support for ChipHead 341 serial port adapter.thompsa2009-09-281-0/+521
* Clear all interrupts rather than just SETUP packet.thompsa2009-09-281-2/+2
* Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)thompsa2009-09-281-19/+15
* Import two PCI quirks from Linuxthompsa2009-09-281-0/+70
* MFp4 @ 168387thompsa2009-09-285-47/+59
* Add support for VT200-style mouse input.ed2009-09-274-9/+65
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-7/+1
* Add 256 color support.ed2009-09-261-4/+4
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-263-0/+210
* Fix couple of style nits missed in the previous commit.jkim2009-09-251-1/+1
* - Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1]jkim2009-09-251-14/+23
* Reject some VESA graphics modes if the controller does not have enoughjkim2009-09-251-34/+50
OpenPOWER on IntegriCloud