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