diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-26 07:46:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-26 07:46:13 +0000 |
commit | c867096a06f8017d0d29dca0ffb4a2a54f33274a (patch) | |
tree | b7a76a8a65acf5556949d0307e0433b07cd5ba94 /sys/arch/pmax | |
parent | c2c907e5519d2e9cdb5391fac37e2597ccd97411 (diff) |
150ms delay
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/dev/lk201.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/lk201.c b/sys/arch/pmax/dev/lk201.c index 08b62a312e2..0719e8f2e3e 100644 --- a/sys/arch/pmax/dev/lk201.c +++ b/sys/arch/pmax/dev/lk201.c @@ -391,6 +391,6 @@ MouseInit(mdev, putc, getc) * For some reason, the mouse doesn't see this command if it comes * too soon after a self test. */ - DELAY(100); + DELAY(150); (*putc)(mdev, MOUSE_INCREMENTAL); } |