Merged from sys/isa/syscons_isa.c revision 1.20.
This commit is contained in:
parent
c0e2acef98
commit
2ea0bd9562
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105712
@ -74,7 +74,9 @@ scattach(device_t dev)
|
||||
return sc_attach_unit(device_get_unit(dev), device_get_flags(dev));
|
||||
}
|
||||
|
||||
#ifndef SC_NO_SUSPEND_VTYSWITCH
|
||||
static int sc_cur_scr;
|
||||
#endif
|
||||
|
||||
static int
|
||||
scsuspend(device_t dev)
|
||||
|
@ -74,7 +74,9 @@ scattach(device_t dev)
|
||||
return sc_attach_unit(device_get_unit(dev), device_get_flags(dev));
|
||||
}
|
||||
|
||||
#ifndef SC_NO_SUSPEND_VTYSWITCH
|
||||
static int sc_cur_scr;
|
||||
#endif
|
||||
|
||||
static int
|
||||
scsuspend(device_t dev)
|
||||
|
Loading…
Reference in New Issue
Block a user