diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-15 18:28:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-15 18:28:15 +0000 |
commit | 607454fea2377dafc69b88091e3acfab45c6205b (patch) | |
tree | 376b1e2a0d162df19435c1714b3f35c8a29c3b73 /sys/arch/macppc | |
parent | 55a22685834d70e5446b8b2c2114345619d2af68 (diff) |
enable adc
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 1131e87ac0f..ac90aa276a9 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2005/11/15 18:18:53 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.105 2005/11/15 18:28:14 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -253,6 +253,7 @@ maciic* at ki2c? lmtemp* at maciic? lmenv* at maciic? maxtmp* at maciic? +adc* at maciic? # CardBus bus support cardbus* at cardslot? |