summaryrefslogtreecommitdiff
path: root/sys/dev/pci/amdpmvar.h
AgeCommit message (Expand)Author
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2013-06-13Convert the entropy pool framework from pseudo-callout-driven totls
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-14Replace the xxx_acquire()/xxx_release() rwlocks with mutexes. There arepgoyette
2011-11-19First step of random number subsystem rework described intls
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-08-27Use rwlock(9) rather than lockmgr(9).xtraeme
2007-02-05Disgusting Xbox hack;jmcneill
2007-01-06Add nVidia nForce support, tested on Xbox.jmcneill
2006-04-30PR kern/32913: amdpm(4) smbus/i2cbus needs locking. Apply patchxtraeme
2006-02-19Add support for i2c bus on AMD-8111 used on many Opteron server motherboards,tls