mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Don't forget to create opt_agp.h on ia64, which also uses agp(4).
This commit is contained in:
parent
875d039fd8
commit
eb0a4a4b80
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188274
@ -20,6 +20,9 @@ VGA_NO_MODE_CHANGE opt_vga.h
|
||||
VGA_SLOW_IOACCESS opt_vga.h
|
||||
VGA_WIDTH90 opt_vga.h
|
||||
|
||||
# AGP debugging.
|
||||
AGP_DEBUG opt_agp.h
|
||||
|
||||
PSM_HOOKRESUME opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
@ -101,6 +101,9 @@ options VGA_WIDTH90 # support 90 column modes
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
# AGP debugging.
|
||||
options AGP_DEBUG
|
||||
|
||||
# The following devices are not supported.
|
||||
nodevice fdc
|
||||
nooption FDC_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user