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.
This commit is contained in:
Alan Hourihane 2001-05-10 19:27:39 +00:00
parent 31bb8d5e9e
commit f9d0e7462a
4 changed files with 4 additions and 4 deletions

View file

@ -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 @

View file

@ -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 @

View file

@ -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 @

View file

@ -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 @