diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-06 06:32:25 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-06 06:32:25 +0000 |
commit | 900a7e4c364d86a10dcce535f0533dac7a7a97aa (patch) | |
tree | c861d919f203b97b390c93462bb88eace2f2854e | |
parent | 39615ec06e8ca9280b4feefc42e008c9795541bd (diff) |
Re-disable the via driver while it's broken on BSD.
-rw-r--r-- | bsd-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile index 57189e9a..a5ac952b 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -55,7 +55,7 @@ SHAREDFILES= drm.h \ via_verifier.h \ via_video.c -SUBDIR = drm mach64 mga r128 radeon sis tdfx via # i915 +SUBDIR = drm mach64 mga r128 radeon sis tdfx # via i915 CLEANFILES+= ${SHAREDFILES} |