diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-05-31 01:44:28 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-05-31 01:44:28 +0000 |
commit | e76a1b4c0a990e1e77443f2bb17b907966f64dbb (patch) | |
tree | 2702647197a70e8e75af72d1152521e57def17f3 /sys/arch/i386/conf | |
parent | b7a544bacd1e13f77af031c22f573b6f8995964f (diff) |
Enable wdt(4) by default. ok deraadt
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8f1865d86f6..1c0ed3f86a9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.499 2006/05/29 00:56:42 canacar Exp $ +# $OpenBSD: GENERIC,v 1.500 2006/05/31 01:44:27 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -90,6 +90,7 @@ gpio* at elansc? 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 # National Semiconductor LM7[89] and compatible hardware monitors lm0 at isa? port 0x290 @@ -642,8 +643,6 @@ radio* at fms? #joy0 at isa? port 0x201 joy* at isapnp? -#wdt0 at pci? # Ind Computer Source PCI-WDT50x driver - # crypto support hifn* at pci? # Hi/fn 7751 crypto card lofn* at pci? # Hi/fn 6500 crypto card |