diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3cf34b27428..c7cc22dbf4e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.458 2006/01/05 20:04:10 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.459 2006/01/05 22:26:54 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -110,8 +110,8 @@ amdiic* at pci? # AMD-8111 SMBus controller iic* at amdiic? #nviic* at pci? # NVIDIA nForce2/3/4 SMBus controller #iic* at nviic? -#amdpm* at pci? # AMD-76x PM and SMBus controller -#iic* at amdpm? +amdpm* at pci? # AMD-76x PM and SMBus controller +iic* at amdpm? it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware it1 at isa? port 0xc00 # monitors |