diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-24 17:52:56 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-24 17:52:56 +0000 |
commit | 5e447f5682947f6d1215c333e2384b9cb43a0035 (patch) | |
tree | 30398c8fa29152460ec896dcc1166bf85db29e36 /sys/arch/i386/conf | |
parent | 0f0593975f8218b3760a43a95057eaeda2fa7f47 (diff) |
Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog written
by Wim Van Sebroeck. Commented out in GENERIC but Heriberto Molina is
getting devices for developers so we can maintain this more easily.
Many thanks to both!
Man page will follow later.
``don't hold back for man page'' 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 c9194f98495..99066f70118 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.654 2009/04/19 21:33:49 mk Exp $ +# $OpenBSD: GENERIC,v 1.655 2009/04/24 17:52:55 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -100,6 +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 pwdog0 at pci? # Quancom PWDOG1 watchdog timer # National Semiconductor LM7[89] and compatible hardware monitors |