MFi386: change an outb to a DELAY()

This commit is contained in:
Peter Wemm 2004-01-28 20:46:31 +00:00
parent d5b75694e7
commit d0f2d056fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125163

View File

@ -286,7 +286,7 @@ pcireg_cfgopen(void)
devmax = 32;
outl(CONF1_ADDR_PORT, CONF1_ENABLE_CHK);
outb(CONF1_ADDR_PORT + 3, 0);
DELAY(1);
mode1res = inl(CONF1_ADDR_PORT);
outl(CONF1_ADDR_PORT, oldval1);