From f9d0e7462ae2be5aa52042c36ed04a171b7e4e77 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 10 May 2001 19:27:39 +0000 Subject: [PATCH] mga now loads and initializes, but fails when mapping warp microcode. glide seems to be the problem with the tdfx driver - a small test apps shows you get the 'non-existent Sst' error. Glide needs a closer look. --- bsd-core/mga/Makefile | 2 +- bsd-core/tdfx/Makefile | 2 +- bsd/mga/Makefile | 2 +- bsd/tdfx/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bsd-core/mga/Makefile b/bsd-core/mga/Makefile index 0123652f..26e8b91f 100644 --- a/bsd-core/mga/Makefile +++ b/bsd-core/mga/Makefile @@ -4,7 +4,7 @@ KMOD= mga NOMAN= YES SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @ diff --git a/bsd-core/tdfx/Makefile b/bsd-core/tdfx/Makefile index f234feb6..334b306a 100644 --- a/bsd-core/tdfx/Makefile +++ b/bsd-core/tdfx/Makefile @@ -4,7 +4,7 @@ KMOD= tdfx NOMAN= YES SRCS= tdfx_drv.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @ diff --git a/bsd/mga/Makefile b/bsd/mga/Makefile index 0123652f..26e8b91f 100644 --- a/bsd/mga/Makefile +++ b/bsd/mga/Makefile @@ -4,7 +4,7 @@ KMOD= mga NOMAN= YES SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @ diff --git a/bsd/tdfx/Makefile b/bsd/tdfx/Makefile index f234feb6..334b306a 100644 --- a/bsd/tdfx/Makefile +++ b/bsd/tdfx/Makefile @@ -4,7 +4,7 @@ KMOD= tdfx NOMAN= YES SRCS= tdfx_drv.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @