summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2018-02-28Remove extra blank linepgoyette
2018-02-28Add RCSID and short title/synopsispgoyette
2018-02-28- Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIRK_NOEXTCNF. Some devices'msaitoh
2018-02-27Remove extraneous space from $NetBSD$ tagpgoyette
2018-02-27Remove the Econet code. It was part of acorn26, which was removed amaxv
2018-02-27- don't leak ccb on alloc failure.christos
2018-02-27Detach our children before allowing ourselves to detach.pgoyette
2018-02-27Fix total timeout amount - since we decrement by 10 every 10 usec, wepgoyette
2018-02-27Fix another case of 7-bit right-justified addressing, without write-bitpgoyette
2018-02-27Use I2C_READ_OP_P() rather than negating I2C_WRITE_OP_P()pgoyette
2018-02-27Change a couple of aprint messages to aprint_debug-onlypgoyette
2018-02-27KNF - remove space between cast and variablepgoyette
2018-02-27For byte-writes we only load an 8-bit quantitypgoyette
2018-02-27Our i2c addresses are right-justified 7-bit; we don't shift leftpgoyette
2018-02-27The controller only supports 1-byte "commands"pgoyette
2018-02-27 Add hw.ixvM.q[01].{interrupt_rate,[tr]xd_head,[tr]xd_tail} sysctls as ixg(4).msaitoh
2018-02-27Add dependency on iic module to get access to iicbus_print()pgoyette
2018-02-26Remove support for macofcons(4), it's not actually possible to build a kernelsevan
2018-02-26Better device identification during configuration/attachpgoyette
2018-02-26Apply ixgbe.c:r1.127 to ixv.c. Pointed out by msaitoh@n.o.knakahara
2018-02-26Modularize the ichsmb(4) driver. No functional changes.pgoyette
2018-02-26For non-modular driver, don't set return status for the default case.pgoyette
2018-02-26Identify the device that wsa just attached. Avoids getting strangepgoyette
2018-02-26Change the "Child not added" message from normal to debugpgoyette
2018-02-26Remove unneeded imc_print() routinepgoyette
2018-02-26Search for child devices using the i2cbus attributepgoyette
2018-02-26Fix poll mode assumption breaking.knakahara
2018-02-25Import imcsmb driver from FreeBSD. This driver allows access to thepgoyette
2018-02-24Regen.mlelstv
2018-02-24Add AMD KERNCZ chipset for Zen processors.mlelstv