diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-15 17:40:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-15 17:40:21 +0000 |
commit | 209cf3b26cb24b4854e4a796f69dab251bb41dd2 (patch) | |
tree | 1febd78dff5ea56e73754f31519a591c192a314c /sys/arch/i386/isa/pms.c | |
parent | d275dd514eae77c4d19827e59a9640c12c7df4c5 (diff) |
set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org
Diffstat (limited to 'sys/arch/i386/isa/pms.c')
-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 0c2b40cfebb..5edc1c08d13 100644 --- a/sys/arch/i386/isa/pms.c +++ b/sys/arch/i386/isa/pms.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pms.c,v 1.24 1999/11/22 07:13:56 matthieu Exp $ */ +/* $OpenBSD: pms.c,v 1.25 2000/01/15 17:40:20 deraadt Exp $ */ /* $NetBSD: pms.c,v 1.29 1996/05/12 23:12:42 mycroft Exp $ */ /*- @@ -207,7 +207,7 @@ pmsprobe(parent, match, aux) /*pms_dev_cmd(PMS_RESET);*/ pms_aux_cmd(PMS_AUX_TEST); - delay(2000); + delay(4000); x = inb(PMS_DATA); pms_pit_cmd(PMS_INT_DISABLE); if (x & 0x04) |