summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/amdpcib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
| | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt
* Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenmbalmer2007-10-071-0/+162
by mickey, man page by me. Help, suggestions by Theo and jmc. Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4) does not provide the watchdog timer in the RAMDISK kernels. Prodded by deraadt. E