diff options
author | 2005-08-05 03:56:49 +0000 | |
---|---|---|
committer | 2005-08-05 03:56:49 +0000 | |
commit | eaa02aac3ad8a255d5a358d65b14dbb79b532f19 (patch) | |
tree | 58830054320da9761652d28f6236b6a85d086d7b | |
parent | Start of a driver for the "Active Protection System" accelerometer (diff) | |
download | wireguard-openbsd-eaa02aac3ad8a255d5a358d65b14dbb79b532f19.tar.xz wireguard-openbsd-eaa02aac3ad8a255d5a358d65b14dbb79b532f19.zip |
Add commented entry for aps (ThinkPad Active Protection System)
Diffstat (limited to '')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f62d71f95dc..f2698c6bb9c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.425 2005/08/03 22:42:51 brad Exp $ +# $OpenBSD: GENERIC,v 1.426 2005/08/05 03:56:49 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -103,6 +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 # ISA PCMCIA controllers #option PCMCIAVERBOSE |