diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 19:38:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-16 19:38:25 +0000 |
commit | 2ca146cd468e3c406b42c1f7cbcff4ad01862948 (patch) | |
tree | 285d1cca00db85c26b9befd2bd9fa6e2cb037932 /sys/arch | |
parent | 14c3f573f493c3434b185acf2761b899da6e949e (diff) |
fcu is readonly, so safe, i think
Diffstat (limited to 'sys/arch')
-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 6f179346c01..99d93822234 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.109 2005/11/16 16:38:48 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.110 2005/11/16 19:38:24 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -261,6 +261,7 @@ admtmp* at maciic? pcagpio* at maciic? gpio* at pcagpio? maxds* at maciic? +fcu* at maciic? # CardBus bus support cardbus* at cardslot? |