diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-10-07 18:41:08 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-10-07 18:41:08 +0000 |
commit | 042762629ae171662af5c1caeee0b2d3797e2230 (patch) | |
tree | 4b8a0de6bfa0febd341c88072b9495fa1ee56eb4 /sys/arch/i386/conf/GENERIC | |
parent | d297dc193bfe20930e7d8c895fb00f4b5e0eab99 (diff) |
Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written
by mickey, man page by me. Help, suggestions by Theo and jmc.
Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4)
does not provide the watchdog timer in the RAMDISK kernels.
Prodded by deraadt.
E
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-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 f8d5a237bd9..75d84f496ee 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.579 2007/10/07 13:41:48 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.580 2007/10/07 18:41:07 mbalmer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -82,6 +82,7 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? pci* at pchb? pcib* at pci? # PCI-ISA bridge +amdpcib* at pci? # AMD 8111 LPC bridge ichpcib* at pci? # Intel ICHx/ICHx-M LPC bridges piixpcib* at pci? # Intel PIIX4 PCI-ISA bridge gscpcib* at pci? # NS Geode SC1100 PCI-ISA bridge |