diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-11-26 12:02:50 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-11-26 12:02:50 +0000 |
commit | 21b5c69fb0a8e719f2e6852fd81a2167807fdc40 (patch) | |
tree | 11fb8a9cbf8abdef373126674fb5adf8e8327fd7 /sys/arch/i386/conf | |
parent | 234d05ef74b052ef7219feb3856f44eadd6b1222 (diff) |
Activate pwdog(4) after successful testing on i386 and macppc.
ok deraadt
Diffstat (limited to 'sys/arch/i386/conf')
-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 a223f524622..8f66dead8a1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.535 2006/11/25 20:44:30 dlg Exp $ +# $OpenBSD: GENERIC,v 1.536 2006/11/26 12:02:49 mbalmer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -92,6 +92,7 @@ geodesc* at pci? # Geode SC1100/SCx200 IAOC #gscpm* at pci? # NS Geode SC1100 SMI/ACPI module #ichwdt* at pci? # Intel 6300ESB ICH watchdog timer wdt0 at pci? # Ind Computer Source PCI-WDT50x driver +pwdog0 at pci? # Quancom PWDOG1 watchdog timer # National Semiconductor LM7[89] and compatible hardware monitors lm0 at isa? port 0x290 |