diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-12 02:24:30 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:12:28 -0500 |
commit | 1a7a242c898dd131f2df005c492e9b44fb8900e0 (patch) | |
tree | 5f00961b9c6539951adda7bfaafda030cea39c38 /include/asm-sparc64 | |
parent | 02fead75055246d01af56a45a9d1b311d506da3e (diff) |
[SPARC64]: Recognize "virtual-console" as input and output console device.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/oplib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/oplib.h b/include/asm-sparc64/oplib.h index ce5066ef2dd0..0631d13475f2 100644 --- a/include/asm-sparc64/oplib.h +++ b/include/asm-sparc64/oplib.h | |||
@@ -167,6 +167,7 @@ enum prom_input_device { | |||
167 | PROMDEV_ITTYA, /* input from ttya */ | 167 | PROMDEV_ITTYA, /* input from ttya */ |
168 | PROMDEV_ITTYB, /* input from ttyb */ | 168 | PROMDEV_ITTYB, /* input from ttyb */ |
169 | PROMDEV_IRSC, /* input from rsc */ | 169 | PROMDEV_IRSC, /* input from rsc */ |
170 | PROMDEV_IVCONS, /* input from virtual-console */ | ||
170 | PROMDEV_I_UNK, | 171 | PROMDEV_I_UNK, |
171 | }; | 172 | }; |
172 | 173 | ||
@@ -179,6 +180,7 @@ enum prom_output_device { | |||
179 | PROMDEV_OTTYA, /* to ttya */ | 180 | PROMDEV_OTTYA, /* to ttya */ |
180 | PROMDEV_OTTYB, /* to ttyb */ | 181 | PROMDEV_OTTYB, /* to ttyb */ |
181 | PROMDEV_ORSC, /* to rsc */ | 182 | PROMDEV_ORSC, /* to rsc */ |
183 | PROMDEV_OVCONS, /* to virtual-console */ | ||
182 | PROMDEV_O_UNK, | 184 | PROMDEV_O_UNK, |
183 | }; | 185 | }; |
184 | 186 | ||