diff options
author | 2005-11-16 19:38:24 +0000 | |
---|---|---|
committer | 2005-11-16 19:38:24 +0000 | |
commit | 6088af77c2dd6241472cb5efcf5ec530a2dbc1c2 (patch) | |
tree | ee0d83a78dd42093b2ebe6dac2fdd44c262af22f | |
parent | - add comments for functions. (diff) | |
download | wireguard-openbsd-6088af77c2dd6241472cb5efcf5ec530a2dbc1c2.tar.xz wireguard-openbsd-6088af77c2dd6241472cb5efcf5ec530a2dbc1c2.zip |
fcu is readonly, so safe, i think
-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? |