summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-03-11Outsource setting the backplane window into a specific function so itkhorben
2018-03-10Fix spello in a commentkhorben
2018-03-09remove some unused code, add comments for credits & explanationsmacallan
2018-03-09yet another temperature sensor / ADCmacallan
2018-03-09 Make some event counters MP safe. Now all of the event counters aremsaitoh
2018-03-08preliminary driver for the fan control unit found in some G5macallan
2018-03-08Reduce duplicated code which schedule deferred packet processing. No function...knakahara
2018-03-08Fix INTx/MSI handler did not schedule workqueue. Pointed out by msaitoh@n.o.knakahara
2018-03-07Fix another poll mode assumption breaking. Implemented by msaitoh@n.o, I just...knakahara
2018-03-07 Add NCT6796D. Some functions of NCT6796D is extended from NCT6795D,msaitoh
2018-03-07 Don't increment que->req.ev_count in MSI-X interrupt because it's notmsaitoh
2018-03-07- Make "Handled queue in softint" and "Requeued in softint" evcnt(9) per queuemsaitoh
2018-03-06fdtbus_get_string_index(): decrease len when going to the next string,bouyer
2018-03-06I guess fdtbus_regulator_get_voltage() should check for the get_voltage()bouyer
2018-03-06Fix cmap bounds checking.mlelstv
2018-03-06correct whitespace in attach messagemlelstv
2018-03-06 Move the location of "struct work" as FreeBSD's "struct task" in ixgbe.h.msaitoh
2018-03-05Fix last:ws
2018-03-05 KNF in comment. No functional change.msaitoh
2018-03-04Use "#if NPCI > 0" instead of "#ifdef NPCI" for compiling kernels with acpi, ...scole
2018-03-04regenjdolecek
2018-03-04according to VT82C686A chip specs, the VIA Technologies device 0x3057jdolecek
2018-03-04regenjdolecek
2018-03-04apply some updates and recommended corrections to pcidevs descriptionsjdolecek
2018-03-04Return temporary errors when the session is trying to recover the lastmlelstv
2018-03-04Add sanity check.mlelstv
2018-03-03conditionally elide conditional for rump.christos
2018-03-03include correct header for NPCI to be defined when necessary.maya
2018-03-02ixv(4) also supports workqueue poll mode, but not enabled by default yet, eit...knakahara
2018-03-02ixg(4) supports workqueue poll mode, but not enabled by default yet. (that is...knakahara
2018-03-02 Add Apollo Lake and Gemini Lake devices.msaitoh
2018-03-02Regen.msaitoh
2018-03-02 Add Intel Gemini Lake devices.msaitoh
2018-03-02Rename the i2c attribute i2cbus, and add the MI iic device.pgoyette
2018-03-02Since acorn26 has been retired, release all acorn26-speceific devicepgoyette
2018-03-01Follow previous entries, and list the imc and imcsmb devices twice,pgoyette
2018-03-01Limit building & calling ACPI MCFG to kernels with PCI and ACPI.maya
2018-03-01Use 1-byte data-buffers when writing to the "control" device for thepgoyette
2018-03-01The imc and imcsmb drivers have moved to x86-specific directorypgoyette
2018-03-01Use imc and imcsmb for the new x86 device names. Now that they'repgoyette
2018-03-01Move the imc and imcsmb stuff out of general files.pci and into thepgoyette
2018-03-01Note that we're now using iimc and iimcsmbpgoyette
2018-03-01 Do wm_reset_mdicnfg_82580() on 82580 only.msaitoh
2018-03-01- Fix a bug that wm_pll_workaround_i210() is not called on some cases.msaitoh
2018-02-28add workaround for PHY detection on Apple K2 GMACmacallan
2018-02-28Teach the ichsmb(4) driver how to detach.pgoyette
2018-02-28Cosmetic printf/aprint changes.flxd
2018-02-28Cosmetic fix for the Physical Address Registers PAR0 to PAR5.flxd
2018-02-28Remove exgtra / in the $NetBSD$ line. Thanks to leot@ for spotting it!pgoyette
2018-02-28Remove extra */ from comment - fix buildpgoyette