diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-15 20:28:54 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-15 20:28:54 +0000 |
commit | aec8f31385e7e0e1e65430ba9eaa07b1d4450438 (patch) | |
tree | a8feee3271550c13f5a364f53cc53efc4d3c2664 /sys/arch/i386/conf | |
parent | b1379ce33feb2c08906011871e6850e8e088ebad (diff) |
gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver.
Provides a timecounter for kern_tc. There's also code for cpu throttling tho
it's not tested due to the hardware errata.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 2009ce890b3..0481c851ddb 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.126 2004/07/14 05:34:14 tedu Exp $ +# $OpenBSD: files.i386,v 1.127 2004/09/15 20:28:53 grange Exp $ # # new style config file for i386 architecture # @@ -123,6 +123,11 @@ device geodesc attach geodesc at pci file arch/i386/pci/geodesc.c geodesc +# National Semiconductor Geode SC1100 SMI/ACPI module +device gscpm +attach gscpm at pci +file arch/i386/pci/gscpm.c gscpm + # PCI-ISA bridge chipsets device pcib: isabus attach pcib at pci |