diff options
author | 1999-05-22 02:11:25 +0000 | |
---|---|---|
committer | 1999-05-22 02:11:25 +0000 | |
commit | e2850ab588324bd37ba7157c18e077bee45af4de (patch) | |
tree | 0d4570be24f31961c68b685ea4fd4234e57d8ba9 | |
parent | sync (diff) | |
download | wireguard-openbsd-e2850ab588324bd37ba7157c18e077bee45af4de.tar.xz wireguard-openbsd-e2850ab588324bd37ba7157c18e077bee45af4de.zip |
reportedly 2000 works also
-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) |