mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
2 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue