summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Fix link loss on vlan reconfiguration.Oleg Bulyzhin2013-11-051-17/+19
* remove some test code.Luigi Rizzo2013-11-051-117/+0
* fix a bug when a device has 1 tx (or rx) queue and more thanLuigi Rizzo2013-11-051-4/+5
* check errors on return from netmap_attach()Luigi Rizzo2013-11-051-4/+10
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-1/+1
* cxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x11114) from the register dump. TurnsNavdeep Parhar2013-11-041-2/+4
* This files should have been included in r257648.Ian Lepore2013-11-041-0/+3
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-041-2/+6
* Add Bluetooth/PAN (personal area networking) commands.Adrian Chadd2013-11-041-0/+19
* Add device ids for the Centrino 2x00 devices.Adrian Chadd2013-11-041-0/+14
* Remove trailing whitespace.Adrian Chadd2013-11-041-2/+2
* Add description of two EHCI PCI IDs.Hans Petter Selasky2013-11-031-0/+4
* Arrange for uart_cpu_fdt's probe() routine to use the same table of compatIan Lepore2013-11-023-16/+20
* circumvent a couple of warnings:Luigi Rizzo2013-11-021-2/+2
* Add device ID for 'Sanoxy 802.11N' usbAlfred Perlstein2013-11-021-0/+1
* Fix several issues with the busdma(9) KPI use in the e1000 drivers.Konstantin Belousov2013-11-023-12/+12
* add missing file from previous netmap update...Luigi Rizzo2013-11-021-0/+216
* Create a unique unit number for each controller and namespace cdev.Jim Harris2013-11-012-4/+11
* update to the latest netmap snapshot.Luigi Rizzo2013-11-0114-1706/+2810
* Convert the random entropy harvesting code to use a const void * pointerAdrian Chadd2013-11-011-1/+1
* Somehow fix LINT-NOIP.Gleb Smirnoff2013-11-013-15/+30
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,Pyun YongHyeon2013-11-011-3/+3
* Convert the if/else list of compatible devices to the table-drivenIan Lepore2013-10-311-15/+30
* Allow the Arduino Leonardo to work by supporting CDC=0 devices.Adrian Chadd2013-10-312-0/+4
* Fix a potential memory leak.Hans Petter Selasky2013-10-311-0/+4
* Fix some types. Compilation for external target complains that "u_int"Hans Petter Selasky2013-10-311-8/+8
* Provide a crutch that prevents watchdog to interrupt dumpingGleb Smirnoff2013-10-311-0/+3
* Don't base the rate table selection based on the channel mode;Adrian Chadd2013-10-311-2/+13
* Add RT2860_BCN_OFFSET1 and RT2860_MAX_LEN_CFG register initialization toKevin Lo2013-10-311-31/+2
* Initialize BBP68 to improve rx sensitivity.Kevin Lo2013-10-311-0/+1
* Enable DC filter in RT3071 Version E.Kevin Lo2013-10-311-8/+7
* Rework the imx ehci driver so that it's four separate ehci units ratherIan Lepore2013-10-301-193/+243
* Include the now missing headers after untangling if.h and if_var.h.Sergey Kandaurov2013-10-302-0/+3
* nclude missing net/if_var.h.Andre Oppermann2013-10-301-0/+1
* Add a vendor entry for Freescale Semiconductor.Ian Lepore2013-10-301-0/+1
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-3012-88/+95
* Don't reference pointer before testing whether it isXin LI2013-10-291-1/+3
* Fix the build of TP-WN1043ND kernel. Provide necessary includes and removeLuiz Otavio O Souza2013-10-291-2/+4
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-299-9/+9
* These nexus attachments do not execute a real probe and so needNathan Whitehorn2013-10-294-4/+4
* Hints-only devices should have BUS_PROBE_NOWILDCARD set. We probably needNathan Whitehorn2013-10-292-2/+2
* Opps, my kirkwood fix for the dreamplug missed this.Randall Stewart2013-10-291-1/+7
* - Provide necessary includes.Gleb Smirnoff2013-10-2911-16/+27
* Fix regression introduced in r235816.Pyun YongHyeon2013-10-291-3/+5
* Add preliminary support for RTL8168EP.Pyun YongHyeon2013-10-291-0/+2
* Add preliminary support for RTL8168G, RTL8168GU and RTL8411B.Pyun YongHyeon2013-10-291-2/+20
* Add support for new Gigabit PHY of RealTek.Pyun YongHyeon2013-10-292-2/+6
* Fix the PLCP lookup code in iwn(4) to base the 11n decision on whetherAdrian Chadd2013-10-291-1/+1
* Return NOKEY instead of 0 if there are no more key presses queued. ThisNathan Whitehorn2013-10-291-1/+1
* Provide necessary includes.Gleb Smirnoff2013-10-282-3/+4