diff options
author | 2004-01-07 22:00:37 +0000 | |
---|---|---|
committer | 2004-01-07 22:00:37 +0000 | |
commit | 79b49ba4176f48ffe8d2779682f266cc86f500a6 (patch) | |
tree | 8f39fea86e68a1b8a36cc9a601a17366399bf5ea | |
parent | Add p_rlim_rss_cur for ps "lim" field. OK deraadt@ (diff) | |
download | wireguard-openbsd-79b49ba4176f48ffe8d2779682f266cc86f500a6.tar.xz wireguard-openbsd-79b49ba4176f48ffe8d2779682f266cc86f500a6.zip |
enable geodesc(4) and nsclpcsio(4); ok deraadt
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 30c0fa0990b..6fd1e272fb2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.351 2003/10/31 02:32:55 drahn Exp $ +# $OpenBSD: GENERIC,v 1.352 2004/01/07 22:00:37 markus Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -62,11 +62,13 @@ pcib* at pci? dev ? function ? # PCI-ISA bridge # power management and other environmental stuff #amdpm* at pci? dev ? function ? # AMD768MPX elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller +geodesc* at pci? dev ? function ? # Geode SC1100/SCx200 IAOC # National Semiconductor LM7[89] and compatible hardware monitors lm0 at isa? port 0x290 #lm1 at isa? port 0x280 #lm2 at isa? port 0x310 +nsclpcsio* at isa? # NS PC87366 hardware monitor it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware # monitors |