diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-05 22:35:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-05 22:35:17 +0000 |
commit | 52314b2341fb91c4df0f513b41f1b13afe60f192 (patch) | |
tree | d63b4eeca539e9f1cfefa8f8672f39ee27a5a90b /sys/arch | |
parent | 87ce65fcbcf66e2ebc1d808ec9a77c9bd400fe87 (diff) |
a driver for the rng on the amd768 power management device (no actual power management capabilities are supported yet; from netbsd
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bb206dee270..723e71fc250 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.301 2002/06/03 16:13:16 mickey Exp $ +# $OpenBSD: GENERIC,v 1.302 2002/06/05 22:35:16 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -57,6 +57,9 @@ pci* at ppb? bus ? pci* at pchb? bus ? pcib* at pci? dev ? function ? # PCI-ISA bridge +# power management and other environmental stuff +#amdpm* at pci? dev ? function ? # AMD768MPX + # ISA PCMCIA controllers #option PCMCIAVERBOSE pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 |