aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/slof/pci-class_03.fs
diff options
context:
space:
mode:
Diffstat (limited to 'board-js2x/slof/pci-class_03.fs')
-rw-r--r--board-js2x/slof/pci-class_03.fs5
1 files changed, 2 insertions, 3 deletions
diff --git a/board-js2x/slof/pci-class_03.fs b/board-js2x/slof/pci-class_03.fs
index 05c8eb6..86f7265 100644
--- a/board-js2x/slof/pci-class_03.fs
+++ b/board-js2x/slof/pci-class_03.fs
@@ -44,12 +44,11 @@ my-space a1000000 or encode-int+ \ non-relocatable, aliased I/O space
s" reg" property \ store "reg" property
-\ check wether we have already found a vga-device (vga-device-node? != 0) and if
-\ this device has Expansion ROM
+\ check whether we have already found a vga-device (vga-device-node? != 0)
+\ and if this device has an expansion ROM
vga-device-node? 0= 30 config-l@ 0<> AND IF
\ remember this vga device's phandle
get-node to vga-device-node?
THEN
cr
-