diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 04:21:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 04:21:57 +0000 |
commit | 8345c6b9e45c1cbf934828713fc8e134d39a4cdb (patch) | |
tree | 23cb705080cb1c81640ba6511818dbf6fe6ea752 | |
parent | bb1c72d4cfd822bf49244b94ac3f3f1f28354a48 (diff) |
+ pcagpio
-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 5badf001d29..7b4b422772e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.106 2005/11/15 22:25:53 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.107 2005/11/16 04:21:56 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -255,6 +255,8 @@ lmenv* at maciic? maxtmp* at maciic? adc* at maciic? tsl* at maciic? +pcagpio* at maciic? +gpio* at pcagpio? # CardBus bus support cardbus* at cardslot? |