aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add some HDMI codec IDs.Alexander Motin2008-12-161-0/+10
* Add VIA VT1708B codec IDs.Alexander Motin2008-12-151-0/+16
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSIMarius Strobl2008-12-151-4/+17
* Unbreak ofwdump build by moving the pcell_t definition to after the kernelNathan Whitehorn2008-12-151-6/+6
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2Doug Ambrisko2008-12-152-2/+3
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-153-0/+178
* - Disambiguate a few panic messages.Joseph Koshy2008-12-151-35/+37
* This main goals of this project are:Qing Li2008-12-152-27/+23
* fix ini setupSam Leffler2008-12-151-1/+1
* Make the tp pointer available for debugging.Poul-Henning Kamp2008-12-141-0/+2
* Bump the FTDI receive buffer size to 256 in order to improve throughput.Poul-Henning Kamp2008-12-141-22/+23
* Move the code that injects received characters into the tty system intoPoul-Henning Kamp2008-12-142-17/+23
* Change ttyhook_register() second argument from thread to process pointer.Alexander Motin2008-12-131-1/+2
* - Bug fix: prevent a thread from migrating between CPUs between theJoseph Koshy2008-12-131-16/+60
* Quick change to r186026. One of the conditionals was:Mike Silbersack2008-12-131-1/+1
* Add the sysctl debug.acpi.batt.batt_sleep_ms.Mike Silbersack2008-12-131-0/+34
* o remove dead codeSam Leffler2008-12-131-21/+4
* remove dead codeSam Leffler2008-12-131-12/+0
* add constSam Leffler2008-12-131-4/+4
* fix static const orderSam Leffler2008-12-131-3/+3
* fix static const orderSam Leffler2008-12-131-2/+2
* remove duplicate caseSam Leffler2008-12-131-2/+1
* remove conflicting declSam Leffler2008-12-131-3/+1
* It seems usb2 needs the devtable regenerated after editing usbdevs.Andrew Thompson2008-12-122-21/+63
* Sort the PCI device's and make the catch-all for new DellDoug Ambrisko2008-12-121-6/+6
* The TWINKLECAM entry is under CHICONY2, remove MICRODIA.Andrew Thompson2008-12-121-4/+1
* Use correct AIPTEK2 name for vendor 0x04fc, now that the PENCAM_MEGA_1_3Andrew Thompson2008-12-121-1/+1
* Add in some more device ID's and a generic catch-all.Doug Ambrisko2008-12-121-0/+3
* It seems there are still issues on multicast perfect filtering.Pyun YongHyeon2008-12-121-1/+1
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-1168-1305/+0
* Format and wrap function declarations.Andrew Thompson2008-12-1166-776/+1058
* Add entries for some Option, Sierra and Stelera 3G cards.Andrew Thompson2008-12-111-0/+8
* Update to the interrupt handling code:Warner Losh2008-12-111-35/+58
* add missing breakSam Leffler2008-12-111-1/+2
* add missing breakSam Leffler2008-12-111-1/+2
* Make WOL work on RTL8168B. This controller seems to requirePyun YongHyeon2008-12-111-0/+5
* Don't access undocumented register 0x82 on controllers thatPyun YongHyeon2008-12-111-2/+14
* Newer RealTek controllers requires setting stop request bit toPyun YongHyeon2008-12-111-3/+9
* Always put controller into known state before device intialization.Pyun YongHyeon2008-12-111-7/+5
* Partly revert r185756. RTL8169SC doesn't like reduced delays inPyun YongHyeon2008-12-111-2/+2
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichMarius Strobl2008-12-091-7/+12
* Fix a long standing VLAN tagged frame handling bug.Pyun YongHyeon2008-12-092-1/+10
* mutex.h is needed here. It got it by namespace pollution.Pyun YongHyeon2008-12-081-0/+2
* Reduce spin wait time consumed in GMII register access routines.Pyun YongHyeon2008-12-081-4/+2
* o Implemented miibus_statchg handler. It detects whether re(4)Pyun YongHyeon2008-12-081-28/+51
* Make sure to return the result of meida change request.Pyun YongHyeon2008-12-081-2/+3
* - According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl2008-12-072-33/+44
* Minor tweaks to some of the comments. Also, add a XXX wondering if weWarner Losh2008-12-071-17/+18
* Restore opt_inet.h include which was lost in the last commit.Andrew Thompson2008-12-071-0/+1
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modeSam Leffler2008-12-071-2/+50