mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a no-op "port ?" declaration.
This commit is contained in:
parent
b33b19409d
commit
6bd284603b
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ device atkbdc0 at isa? port IO_KBD
|
|||
device atkbd0 at atkbdc? irq 1
|
||||
device psm0 at atkbdc? irq 12
|
||||
|
||||
device vga0 at isa? port ? conflicts
|
||||
device vga0 at isa? conflicts
|
||||
|
||||
# splash screen/screen saver
|
||||
pseudo-device splash
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ device atkbdc0 at isa? port IO_KBD
|
|||
device atkbd0 at atkbdc? irq 1
|
||||
device psm0 at atkbdc? irq 12
|
||||
|
||||
device vga0 at isa? port ? conflicts
|
||||
device vga0 at isa? conflicts
|
||||
|
||||
# splash screen/screen saver
|
||||
pseudo-device splash
|
||||
|
|
|
|||
Loading…
Reference in a new issue