On my dual processor I am running old boot blocks and an AOUT kernel.  I need 
the AOUT because I have a lkm device the talks out the parallel port to 
"Background Debug Module" for a Motorola 68332.  I haven't been able to convert 
it over yet.

My code is up to date with cvs-cur.5648.gz (Sept. 9 13:40) and my source tree 
was updated with "cvs update -r RELENG_3" I get the following error:

exception.o:
smp_rendezvous_action not found

Or similar at link time (ELF works just fine).  If I edit 
/sys/i386/isa/apic_vector.s (ver 1.34.2.3) line 928 and change
        call    smp_rendezvous_action
to
        call    _smp_rendezvous_action
All works.  Why is this the only function/routine that is being hit by the name 
change between ELF and AOUT?

Jim
-- 
 James E. Housley                            PGP:   1024/03983B4D
 System Supply, Inc.                         2C 3F 3A 0D A8 D8 C3 13
 Pager: [email protected]                 7C F0 B5 BF 27 8B 92 FE 

"The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD"


To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to