Enable s3pci on amd64 which works on top of VESA, and allow
static building it into kernel on i386 and amd64. Submitted by: swell.k at gmail.com
This commit is contained in:
parent
1764b93ab2
commit
372c733759
@ -219,6 +219,9 @@ options VGA_WIDTH90 # support 90 column modes
|
|||||||
# Debugging.
|
# Debugging.
|
||||||
options VGA_DEBUG
|
options VGA_DEBUG
|
||||||
|
|
||||||
|
# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
|
||||||
|
device s3pci
|
||||||
|
|
||||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||||
|
@ -170,6 +170,7 @@ dev/ed/if_ed_wd80x3.c optional ed isa
|
|||||||
dev/ed/if_ed_hpp.c optional ed isa ed_hpp
|
dev/ed/if_ed_hpp.c optional ed isa ed_hpp
|
||||||
dev/ed/if_ed_sic.c optional ed isa ed_sic
|
dev/ed/if_ed_sic.c optional ed isa ed_sic
|
||||||
dev/fb/fb.c optional fb | vga
|
dev/fb/fb.c optional fb | vga
|
||||||
|
dev/fb/s3_pci.c optional s3pci
|
||||||
dev/fb/vesa.c optional vga vesa x86emu
|
dev/fb/vesa.c optional vga vesa x86emu
|
||||||
dev/fb/vga.c optional vga
|
dev/fb/vga.c optional vga
|
||||||
dev/ichwd/ichwd.c optional ichwd
|
dev/ichwd/ichwd.c optional ichwd
|
||||||
|
@ -157,6 +157,7 @@ dev/ed/if_ed_wd80x3.c optional ed isa
|
|||||||
dev/ed/if_ed_hpp.c optional ed isa ed_hpp
|
dev/ed/if_ed_hpp.c optional ed isa ed_hpp
|
||||||
dev/ed/if_ed_sic.c optional ed isa ed_sic
|
dev/ed/if_ed_sic.c optional ed isa ed_sic
|
||||||
dev/fb/fb.c optional fb | vga
|
dev/fb/fb.c optional fb | vga
|
||||||
|
dev/fb/s3_pci.c optional s3pci
|
||||||
dev/fb/vesa.c optional vga vesa x86emu
|
dev/fb/vesa.c optional vga vesa x86emu
|
||||||
dev/fb/vga.c optional vga
|
dev/fb/vga.c optional vga
|
||||||
dev/fdc/fdc.c optional fdc
|
dev/fdc/fdc.c optional fdc
|
||||||
|
@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <dev/pci/pcivar.h>
|
#include <dev/pci/pcivar.h>
|
||||||
|
|
||||||
#include <machine/md_var.h>
|
#include <machine/md_var.h>
|
||||||
#include <machine/vm86.h>
|
|
||||||
#include <machine/pc/bios.h>
|
#include <machine/pc/bios.h>
|
||||||
#include <dev/fb/vesa.h>
|
#include <dev/fb/vesa.h>
|
||||||
|
|
||||||
|
@ -444,6 +444,9 @@ options VGA_WIDTH90 # support 90 column modes
|
|||||||
# Debugging.
|
# Debugging.
|
||||||
options VGA_DEBUG
|
options VGA_DEBUG
|
||||||
|
|
||||||
|
# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
|
||||||
|
device s3pci
|
||||||
|
|
||||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||||
|
@ -528,6 +528,7 @@ _padlock= padlock
|
|||||||
.endif
|
.endif
|
||||||
_pccard= pccard
|
_pccard= pccard
|
||||||
_rdma= rdma
|
_rdma= rdma
|
||||||
|
_s3= s3
|
||||||
_safe= safe
|
_safe= safe
|
||||||
_scsi_low= scsi_low
|
_scsi_low= scsi_low
|
||||||
_smbfs= smbfs
|
_smbfs= smbfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user