diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 16:38:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 16:38:49 +0000 |
commit | 91d1e481994cc287846a080c5e1c00751d39de46 (patch) | |
tree | ac3020cf4efa45e9d8643e2f209ca5e6db969545 | |
parent | c15a66bbd20038916f24acd0e84a8a72ca694bf9 (diff) |
enable two more sensor types (no reports yet, this will prompt them)
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 4b54193844e..6f179346c01 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.108 2005/11/16 12:29:54 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.109 2005/11/16 16:38:48 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -257,8 +257,10 @@ lmenv* at maciic? maxtmp* at maciic? adc* at maciic? tsl* at maciic? +admtmp* at maciic? pcagpio* at maciic? gpio* at pcagpio? +maxds* at maciic? # CardBus bus support cardbus* at cardslot? |