diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-24 21:28:42 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-24 21:28:42 +0000 |
commit | f74e9ab1666a577be109069f2050159657d7fcc9 (patch) | |
tree | 04541031e49b794e007b1c0f9e5fa5115643ea21 | |
parent | 473b21e3c81bfab36d20d6e1a9062342a6a4f179 (diff) |
Enable berkwdt(4) now. It'll make it easier for people to test it.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 99066f70118..03393729c17 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.655 2009/04/24 17:52:55 mk Exp $ +# $OpenBSD: GENERIC,v 1.656 2009/04/24 21:28:41 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -100,7 +100,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 -#berkwdt0 at pci? # Berkshire PCI-PC Watchdog driver +berkwdt0 at pci? # Berkshire PCI-PC Watchdog driver pwdog0 at pci? # Quancom PWDOG1 watchdog timer # National Semiconductor LM7[89] and compatible hardware monitors |