diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-06-01 01:00:46 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-06-01 01:00:46 +0000 |
commit | b32c8419b41053f7a015a9c06a14c8bf0e60f674 (patch) | |
tree | 220f9ee365f6fd9ce0fef9b345799f5fa9b092f6 /sys/arch/amd64 | |
parent | 078e3b8342fd27a3f38f7aa29dbbde3c07273337 (diff) |
never attempt to tweak a file just before commit
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/pci/pchb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c index 8fa544183bf..61ab5c9ee54 100644 --- a/sys/arch/amd64/pci/pchb.c +++ b/sys/arch/amd64/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.7 2007/05/31 23:35:46 tedu Exp $ */ +/* $OpenBSD: pchb.c,v 1.8 2007/06/01 01:00:45 tedu Exp $ */ /* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -202,7 +202,7 @@ pchbattach(struct device *parent, struct device *self, void *aux) /* see if we can read anything */ for (i = 1000; i-- && !(bus_space_read_1(sc->sc_bt,sc->sc_bh, - I82802_RNG_RNGST) & I82802_RNG_RNGST_DATAV)); + I82802_RNG_RNGST) & I82802_RNG_RNGST_DATAV);) DELAY(10); if (!(bus_space_read_1(sc->sc_bt, sc->sc_bh, |