Date: Sun, 17 Jan 1999 19:14:55 +0000 (GMT) From: Sergio de Almeida Lenzi <lenzi@k1.com.br> To: questions@FreeBSD.ORG Subject: problem with pci code on pcibus.c Message-ID: <Pine.BSF.3.96.990117190559.478A-100000@gate1.ilhadamagia.com.br>
next in thread | raw e-mail | index | archive | help
Hello All.. There is a problem with the code in /usr/src/sys/i386/isa/pcibus.c in FreeBSD 3.0 RELEASE....near line 196 oldval1 = inl(CONF1_ADDR_PORT); if (bootverbose) { printf("pci_open(1):\tmode 1 addr port (0x0cf8) is 0x%08lx\n", oldval1); } oldval1=0; ------> ^^^^^^^^^^^^ inserted (temporary turnaround). The problem occurs only when the motherboard uses chipset VXpro II the variable oldval1 reads 0xcf8cfff0 and the code does not properly find any device on the pci bus. On another machine whith different chipset, oldval1 reads 0x000000c0. and the code works. Thanks for any attention. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990117190559.478A-100000>