summaryrefslogtreecommitdiff
path: root/sys/dev/pci/amdpm.c
AgeCommit message (Expand)Author
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2020-05-30remove #if 0'ed pci_conf_print() calljdolecek
2020-04-30rnd_attach_source calls the callback itself now.riastradh
2020-04-30Don't attach rndsource until it's actually ready to run.riastradh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2013-06-13Convert the entropy pool framework from pseudo-callout-driven totls
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2010-02-07Recognize the i2c bus on the AMD768 PCI-ISA/LPC Bridgepgoyette
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-26There's no need to add timecounter code inside of __HAVE_TIMECOUNTERxtraeme
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-02-05Disgusting Xbox hack;jmcneill
2007-01-06Make sure that we don't use the amdpm timecounter on Xbox.jmcneill
2007-01-06nForce uses a slightly different register offset for the smbus controls;jmcneill
2007-01-06Add nVidia nForce support, tested on Xbox.jmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-27restructure ifdefschristos
2006-07-11include machine/bus.h explicitely, fixes build problemdrochner
2006-07-11use timecounter code in dev/ic/acpipmtimer.*,drochner
2006-07-10Attach amdpm timer on AMD8111 too, as was suggested by Nicolas Joly.xtraeme
2006-07-10PR/33968: Nicolas Joly: amdpm(4) timer, fix and AMD8111 supportchristos
2006-06-21formatting nit, newline, print device nameexplorer
2006-06-21Actually set amdpm_timecounter.tc_priv before using it later.explorer
2006-06-17Support for the 24/32bit timer in the AMD 768 Power Managementxtraeme
2006-02-19Add support for i2c bus on AMD-8111 used on many Opteron server motherboards,tls
2006-01-28Add support for the AMD8111 RNG; from Nicolas Joly in PR kern/32284.kleink
2005-12-04PR/32220: Murray Armfield: Enable AMD768 random no generator.christos
2005-06-28Use ANSI function decls and static.thorpej
2003-09-01Revert previous change, which was wrong. As Enami points out, we really dotls
2003-08-12Remove RND_FLAG_NO_ESTIMATE and comment claiming we can't estimate (whichtls
2003-01-31Use aprint_*().thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-06-02Collect random number from AMD 768MPX power management controller.enami