Remove 'conflicts' token - it has been effectively doing absolutely
nothing for quite some time. The only thing that cared was userconfig, but it was for one invisible device so we never saw it's effects.
This commit is contained in:
parent
74dc445310
commit
0e3b7819f3
@ -95,7 +95,7 @@ device atkbdc0 at isa? port IO_KBD
|
||||
device atkbd0 at atkbdc? irq 1
|
||||
device psm0 at atkbdc? irq 12
|
||||
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# splash screen/screen saver
|
||||
pseudo-device splash
|
||||
|
@ -95,7 +95,7 @@ device atkbdc0 at isa? port IO_KBD
|
||||
device atkbd0 at atkbdc? irq 1
|
||||
device psm0 at atkbdc? irq 12
|
||||
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# splash screen/screen saver
|
||||
pseudo-device splash
|
||||
|
@ -113,7 +113,7 @@ device atkbdc0 at isa? port IO_KBD
|
||||
device atkbd0 at atkbdc? irq 1
|
||||
device psm0 at atkbdc? irq 12
|
||||
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# splash screen/screen saver
|
||||
pseudo-device splash
|
||||
|
@ -951,7 +951,7 @@ options PSM_HOOKRESUME #hook the system resume event, useful
|
||||
options PSM_RESETAFTERSUSPEND #reset the device at the resume event
|
||||
|
||||
# The video card driver.
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# Options for vga:
|
||||
# Try the following option if the mouse pointer is not drawn correctly
|
||||
|
@ -113,7 +113,7 @@ device atkbdc0 at isa? port IO_KBD
|
||||
device atkbd0 at atkbdc? irq 1
|
||||
device psm0 at atkbdc? irq 12
|
||||
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# splash screen/screen saver
|
||||
pseudo-device splash
|
||||
|
@ -951,7 +951,7 @@ options PSM_HOOKRESUME #hook the system resume event, useful
|
||||
options PSM_RESETAFTERSUSPEND #reset the device at the resume event
|
||||
|
||||
# The video card driver.
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# Options for vga:
|
||||
# Try the following option if the mouse pointer is not drawn correctly
|
||||
|
@ -951,7 +951,7 @@ options PSM_HOOKRESUME #hook the system resume event, useful
|
||||
options PSM_RESETAFTERSUSPEND #reset the device at the resume event
|
||||
|
||||
# The video card driver.
|
||||
device vga0 at isa? conflicts
|
||||
device vga0 at isa?
|
||||
|
||||
# Options for vga:
|
||||
# Try the following option if the mouse pointer is not drawn correctly
|
||||
|
@ -272,7 +272,7 @@ device sn
|
||||
#device xe0 at isa?
|
||||
|
||||
#device snd
|
||||
#device sb0 at isa? port 0x20d2 irq 10 conflicts drq 3
|
||||
#device sb0 at isa? port 0x20d2 irq 10 drq 3
|
||||
#device sbxvi0 at isa? drq 3
|
||||
#device sbmidi0 at isa? port 0x80d2
|
||||
#device opl0 at isa? port 0x28d2
|
||||
|
@ -272,7 +272,7 @@ device sn
|
||||
#device xe0 at isa?
|
||||
|
||||
#device snd
|
||||
#device sb0 at isa? port 0x20d2 irq 10 conflicts drq 3
|
||||
#device sb0 at isa? port 0x20d2 irq 10 drq 3
|
||||
#device sbxvi0 at isa? drq 3
|
||||
#device sbmidi0 at isa? port 0x80d2
|
||||
#device opl0 at isa? port 0x28d2
|
||||
|
Loading…
Reference in New Issue
Block a user