diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-09-21 07:05:48 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-09-21 07:05:48 +0000 |
commit | 372c73375922be670fced0fce1b20ecf742469a3 (patch) | |
tree | 303802c58e91fe139354a9339e1b0ffcf6d415ce /sys/amd64 | |
parent | 1764b93ab247c3f1b5d4e13d4b1ba591011f77ac (diff) | |
download | src-372c73375922be670fced0fce1b20ecf742469a3.tar.gz src-372c73375922be670fced0fce1b20ecf742469a3.zip |
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
Notes
Notes:
svn path=/head/; revision=197379
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index ada5e32c0bbc..c911593c2af0 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -219,6 +219,9 @@ options VGA_WIDTH90 # support 90 column modes # Debugging. 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 # 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 |