diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-22 02:11:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-05-22 02:11:26 +0000 |
commit | 4ffa9f55a73dc51640750cb29b325e69cc0756d1 (patch) | |
tree | 33d98e4c5c3fb83e5e7c8bb7287e25bff9a6a393 /sys | |
parent | bd69ec066ad7d8a922ea8409d86abeba62b907db (diff) |
reportedly 2000 works also
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/isa/pms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pms.c b/sys/arch/i386/isa/pms.c index 7efceccbdf7..819015eb380 100644 --- a/sys/arch/i386/isa/pms.c +++ b/sys/arch/i386/isa/pms.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pms.c,v 1.22 1999/05/21 18:52:09 deraadt Exp $ */ +/* $OpenBSD: pms.c,v 1.23 1999/05/22 02:11:25 deraadt Exp $ */ /* $NetBSD: pms.c,v 1.29 1996/05/12 23:12:42 mycroft Exp $ */ /*- @@ -204,7 +204,7 @@ pmsprobe(parent, match, aux) /*pms_dev_cmd(PMS_RESET);*/ pms_aux_cmd(PMS_AUX_TEST); - delay(6000); + delay(2000); x = inb(PMS_DATA); pms_pit_cmd(PMS_INT_DISABLE); if (x & 0x04) |