diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-01-07 09:50:28 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-01-07 09:50:28 +0000 |
commit | 737eddfa4b6a8851e20823405b7269dd49c49b89 (patch) | |
tree | fc0c69f37d7895b5b1651c5da5934c4e0a1344dd /hw/kdrive | |
parent | 5a2c23f8a18767f0eb2fe2846ca3ba18fd236284 (diff) |
Disconnect the sis300 driver. I've never managed to fix it, and it breaks
the build on PPC.
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index e047bdd1c..b43d6c948 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -11,5 +11,5 @@ SUBDIRS = \ linux \ $(FBDEV_SUBDIRS) \ $(VESA_SUBDIRS) \ - ati \ - sis300 + ati + |