diff options
author | 2005-08-05 04:10:32 +0000 | |
---|---|---|
committer | 2005-08-05 04:10:32 +0000 | |
commit | de7ea5122ce970dd3b78de9a747a0dc84e845ac4 (patch) | |
tree | d8ddce78fda7c413edc034f3aa7eda1484e3c7d6 | |
parent | Add commented entry for aps (ThinkPad Active Protection System) (diff) | |
download | wireguard-openbsd-de7ea5122ce970dd3b78de9a747a0dc84e845ac4.tar.xz wireguard-openbsd-de7ea5122ce970dd3b78de9a747a0dc84e845ac4.zip |
Uncomment aps to help gather more testing feedback.
I'd like to hear from anyone running with this.
Diffstat (limited to '')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f2698c6bb9c..e97dbf91017 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.426 2005/08/05 03:56:49 jsg Exp $ +# $OpenBSD: GENERIC,v 1.427 2005/08/05 04:10:32 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -103,7 +103,7 @@ it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware 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 -#aps0 at isa? port 0x1600 # ThinkPad Active Protection System +aps0 at isa? port 0x1600 # ThinkPad Active Protection System # ISA PCMCIA controllers #option PCMCIAVERBOSE |