diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-02-04 06:25:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-02-04 06:25:41 +0000 |
commit | 48e7408966e5718a58d93c5ef84f4cc7a856ccc4 (patch) | |
tree | 723bca434c7ac3c59b688b874a058eab71a29095 | |
parent | ecbae0d91a1a1d71812eaa67d60c348f95610a27 (diff) |
Drivers list for loongson.
-rw-r--r-- | driver/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index 6c51cdb02..015655a70 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2009/12/12 09:46:40 matthieu Exp $ +# $OpenBSD: Makefile,v 1.34 2010/02/04 06:25:40 matthieu Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -24,6 +24,8 @@ INPUT_DRV_i386= ${INPUT_DRV_COMMON} xf86-input-vmmouse INPUT_DRV_landisk= +INPUT_DRV_loongson= ${INPUT_DRV_DEFAULT} + INPUT_DRV_macppc= ${INPUT_DRV_COMMON} INPUT_DRV_mvme68k= @@ -83,6 +85,9 @@ VIDEO_DRV_i386= \ VIDEO_DRV_landisk= +VIDEO_DRV_loonson= \ + xf86-video-siliconmotion xf86-video-wsfb + VIDEO_DRV_macppc= \ xf86-video-ati xf86-video-mach64 xf86-video-nv xf86-video-r128 \ xf86-video-wsfb xf86-video-wsudl |