Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with pci code on pcibus.c IamReal

0 views
Skip to first unread message

Sergio de Almeida Lenzi

unread,
Jan 20, 1999, 3:00:00 AM1/20/99
to

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 majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

pete collins

unread,
Jan 20, 1999, 3:00:00 AM1/20/99
to
i added my dot profile file as below and it works great!
date and everything which i discovered purely by accident!

PS1="\u@\h \d $ "
SHELL=/usr/local/bin/bash export SHELL

however where are these commands from \u and \h
i know what they mean but not why or where??

how do i add (pwd) to the prompt also so i know which directory i'm currently at?

and how do i get this prompt to appear in an xterm??

thanks

pete

0 new messages