diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-11-13 14:31:53 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-11-13 14:31:53 +0000 |
commit | 661e8fbc2f4b11788fc42fa5a38571b6fd93fc00 (patch) | |
tree | 0df2eb3234baf8b5608206ffee5b1174dafafc1a /sys/arch/macppc/conf/GENERIC | |
parent | bb78d2489d1784bc41de0246d10a10951c377a71 (diff) |
Add AltiVec support to powerpc/macppc. This is not currently enabled because
the 'as' in openbsd source tree does not yet support altivec instructions.
The pieces to enable it have been put in macppc/conf/GENERIC and
macppc/conf/Makefile.macppc in comments.
Once 'as' is updated the kernel option should be removed.
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-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 cd63483ec2f..b1efa944efa 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2001/10/03 14:45:37 drahn Exp $ +# $OpenBSD: GENERIC,v 1.6 2001/11/13 14:31:52 drahn Exp $ # # PPC GENERIC config file # @@ -17,6 +17,7 @@ option PCIVERBOSE option USBVERBOSE #option MACOBIOVERBOSE option WSEMUL_NO_DUMB +#option PPC_VECTOR_SUPPORTED option USER_PCICONF # user-space PCI configuration |