diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-19 23:19:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-19 23:19:18 +0000 |
commit | f9ef425eff7652492de5b3669bde6b2896572af7 (patch) | |
tree | 8e41b9050bf8de56b97d918d0a49c6a44bdacbc3 | |
parent | c55ba9df8607166328ffc7aaba010ecd16d242d9 (diff) |
enable fins(4)
-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 68672b403c6..77f11d2a1eb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.604 2008/03/16 19:00:28 oga Exp $ +# $OpenBSD: GENERIC,v 1.605 2008/03/19 23:19:17 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine i386 include "../../../conf/GENERIC" -maxusers 40 # estimated number of users +maxusers 80 # estimated number of users option USER_PCICONF # user-space PCI configuration @@ -126,10 +126,10 @@ it2 at isa? port 0xd00 # monitors and watchdog timer viaenv* at pci? # VIA VT82C686A hardware monitor viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O viasio* at isa? port 0x4e flags 0x0000 - wbsio* at isa? port 0x2e # Winbond LPC Super I/O wbsio* at isa? port 0x4e lm* at wbsio? +fins0 at isa? port 0x4e # Fintek F71805 Super I/O aps0 at isa? port 0x1600 # ThinkPad Active Protection System |