Re: HTT , APIC_IO

2003-03-19 Thread Joris Vandalon
On Wed, Mar 19, 2003 at 03:27:46PM -0500, John Baldwin wrote:
> 
> On 18-Mar-2003 Joris Vandalon wrote:
> > Hi there,
> > 
> > I'm having a problem compling a current kernel with HTT
> > it seemd the option APIC_IO gives me some trouwbels (see output below)
> > is there anyone who had similar problems or even how got HTT working on current?
> 
> The APIC_IO option is required for SMP on i386.  It seems that you do
> not have APIC_IO in your kernel?

Yes id did, but i hadn't SMP in my kernel :) 
is tought HTT and APIC_IO where enough, i tought wrong :)
but my problem is allready solved. 

but tnx for the reply.

Regards,
Joris


> 
> > -start output-
> > cc -c -x assembler-with-cpp -DLOCORE -O -pipe -mcpu=pentiumpro -Wall 
> > -Wredundant-decls
> > -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
> > -Winline -Wcast-qual 
> > -fformat-extensions -ansi  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev
> > -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL 
> > -include opt_global.h
> > -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding 
> > -Werror
> > /usr/src/sys/i386/i386/exception.s
> > {standard input}: Assembler messages:
> > {standard input}: Assembler messages:
> > {standard input}:379: Error: undefined symbol `lapic' in operation
> > {standard input}:379: Error: undefined symbol `LA_EOI' in operation
> > {standard input}:403: Error: undefined symbol `lapic' in operation
> > {standard input}:403: Error: undefined symbol `LA_EOI' in operation
> > {standard input}:432: Error: undefined symbol `lapic' in operation
> > {standard input}:432: Error: undefined symbol `LA_EOI' in operation
> > 
> > and so on...
> > 
> > {standard input}:653: Error: undefined symbol `LA_EOI' in operation
> > {standard input}:707: Error: undefined symbol `lapic' in operation
> > {standard input}:707: Error: undefined symbol `LA_EOI' in operation
> > *** Error code 1
> > 
> > Stop in /usr/obj/usr/src/sys/OPTIMUS.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> >  -stop output-
> > 
> > Regards
> > 
> > Joris
> > 
> > 
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-current" in the body of the message
> 
> -- 
> 
> John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


RE: HTT , APIC_IO

2003-03-19 Thread John Baldwin

On 18-Mar-2003 Joris Vandalon wrote:
> Hi there,
> 
> I'm having a problem compling a current kernel with HTT
> it seemd the option APIC_IO gives me some trouwbels (see output below)
> is there anyone who had similar problems or even how got HTT working on current?

The APIC_IO option is required for SMP on i386.  It seems that you do
not have APIC_IO in your kernel?

> -start output-
> cc -c -x assembler-with-cpp -DLOCORE -O -pipe -mcpu=pentiumpro -Wall 
> -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
> -Wcast-qual 
> -fformat-extensions -ansi  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev
> -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include 
> opt_global.h
> -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding 
> -Werror
> /usr/src/sys/i386/i386/exception.s
> {standard input}: Assembler messages:
> {standard input}: Assembler messages:
> {standard input}:379: Error: undefined symbol `lapic' in operation
> {standard input}:379: Error: undefined symbol `LA_EOI' in operation
> {standard input}:403: Error: undefined symbol `lapic' in operation
> {standard input}:403: Error: undefined symbol `LA_EOI' in operation
> {standard input}:432: Error: undefined symbol `lapic' in operation
> {standard input}:432: Error: undefined symbol `LA_EOI' in operation
> 
> and so on...
> 
> {standard input}:653: Error: undefined symbol `LA_EOI' in operation
> {standard input}:707: Error: undefined symbol `lapic' in operation
> {standard input}:707: Error: undefined symbol `LA_EOI' in operation
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/OPTIMUS.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
>  -stop output-
> 
> Regards
> 
> Joris
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


Re: HTT , APIC_IO

2003-03-18 Thread Joris Vandalon
Hi again,
On Tue, Mar 18, 2003 at 04:25:31PM -0800, Peter Wemm wrote:
> Joris Vandalon wrote:
> > Hi there,
> > 
> > I'm having a problem compling a current kernel with HTT
> > it seemd the option APIC_IO gives me some trouwbels (see output below)
> > is there anyone who had similar problems or even how got HTT working on curre
> nt?
> 
> You are using APIC_IO, HTT *and* SMP, aren't you?  HTT is an addition to the
> SMP option.  You must use APIC_IO and SMP together, with an optional addition
> of HTT.
Well I was doing that in the first place but that wouldn't work so i assumed that SMP 
shouldn't be used
but today I figured the problems i got with SMP in my kernel came because of 
DEVICE_POLLING in my kernel.
so I tried again without device polling and that did the trick :)

But tnx for you're input anyway.


Regards,
Joris
> 
> Cheers,
> -Peter
> --
> Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> "All of this is for nothing if we don't go to the stars" - JMS/B5
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


Re: HTT , APIC_IO

2003-03-18 Thread Peter Wemm
Joris Vandalon wrote:
> Hi there,
> 
> I'm having a problem compling a current kernel with HTT
> it seemd the option APIC_IO gives me some trouwbels (see output below)
> is there anyone who had similar problems or even how got HTT working on curre
nt?

You are using APIC_IO, HTT *and* SMP, aren't you?  HTT is an addition to the
SMP option.  You must use APIC_IO and SMP together, with an optional addition
of HTT.

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


HTT , APIC_IO

2003-03-18 Thread Joris Vandalon
Hi there,

I'm having a problem compling a current kernel with HTT
it seemd the option APIC_IO gives me some trouwbels (see output below)
is there anyone who had similar problems or even how got HTT working on current?

-start output-
cc -c -x assembler-with-cpp -DLOCORE -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-  -I. -I/usr/src/sys 
-I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter 
-D_KERNEL -include opt_global.h -fno-common  -mno-align-long-strings 
-mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/i386/i386/exception.s
{standard input}: Assembler messages:
{standard input}: Assembler messages:
{standard input}:379: Error: undefined symbol `lapic' in operation
{standard input}:379: Error: undefined symbol `LA_EOI' in operation
{standard input}:403: Error: undefined symbol `lapic' in operation
{standard input}:403: Error: undefined symbol `LA_EOI' in operation
{standard input}:432: Error: undefined symbol `lapic' in operation
{standard input}:432: Error: undefined symbol `LA_EOI' in operation

and so on...

{standard input}:653: Error: undefined symbol `LA_EOI' in operation
{standard input}:707: Error: undefined symbol `lapic' in operation
{standard input}:707: Error: undefined symbol `LA_EOI' in operation
*** Error code 1

Stop in /usr/obj/usr/src/sys/OPTIMUS.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
 -stop output-

Regards

Joris



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message