| Age | Commit message (Expand) | Author |
|---|---|---|
| 2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer |
| 2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass |
| 2003-04-21# $FreeBSD$ .PATH: ${.CURDIR}/.. KMOD= sis NO_MAN= YES SRCS= sis_drv.c sis_ds.c sis_mm.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS+= ${DEBUG_FLAGS} -I. -I.. .if defined(DRM_DEBUG) DRM_DEBUG_OPT= "\#define DRM_DEBUG 1" .endif .if !defined(DRM_NOLINUX) DRM_LINUX_OPT= "\#define DRM_LINUX 1" .endif opt_drm.h: touch opt_drm.h echo $(DRM_DEBUG_OPT) >> opt_drm.h echo $(DRM_LINUX_OPT) >> opt_drm.h .include <bsd.kmod.mk> |
