diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-05-02 17:26:01 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-05-02 17:26:01 +0000 |
commit | 6f535402cf6aa61d9045f193ea6def7850de777d (patch) | |
tree | 7bf138fa6cbf17e3ccca4fe8037b861c4a3827d3 /sys/arch/i386 | |
parent | 1039653c9b3464c6b94b570416ee3a6ca79adc36 (diff) |
Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled for
now due to lack of testing. If you have a machine that uses this
device please contact me.
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1d7ad669856..b1002422948 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.410 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: GENERIC,v 1.411 2005/05/02 17:26:00 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,6 +76,7 @@ gpio* at elansc? geodesc* at pci? # Geode SC1100/SCx200 IAOC #piixpm* at pci? # Intel PIIX PM #gscpm* at pci? # NS Geode SC1100 SMI/ACPI module +#ichwdt* at pci? # Intel 6300ESB ICH watchdog timer # National Semiconductor LM7[89] and compatible hardware monitors lm0 at isa? port 0x290 |