diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-15 07:35:49 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-15 07:35:49 +0000 |
| commit | b4d6f74dce65466e5f008f22e1b62391fd44ae68 (patch) | |
| tree | 42d7e7b3dac8d384c7222f97cc42127a2458079c /sys/dev/syscons | |
| parent | e108c3d726ee89b197f2f5b84e1045a7c914db5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index a4e5d8b8c7ed..66ef368aa957 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -1340,12 +1340,6 @@ scioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) #endif /* SC_NO_FONT_LOADING */ -#ifdef PC98 - case ADJUST_CLOCK: /* /dev/rtc for 98note resume */ - inittodr(0); - return 0; -#endif - default: break; } |
