c05aa33cb0
the video switch by another. Exactly as VESA does on top of VGA. It adds linear framebuffer to S3 VESA 1.2 cards. Obtained from: The original S3 ISA code comes from Peter Horton <pdh@colonel-panic.com>
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/fb
|
|
KMOD = s3
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += s3pci.c
|
|
KMODDEPS = vesa
|
|
|
|
.include <bsd.kmod.mk>
|