Merged from sys/isa/syscons_isa.c revision 1.20.

This commit is contained in:
Yoshihiro Takahashi 2002-10-22 15:22:49 +00:00
parent c0e2acef98
commit 2ea0bd9562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105712
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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)