Subject: ncr5380.c makes si.c fail
To: None <port-sparc@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: port-sparc
Date: 09/26/1995 14:38:54
Sources supped fresh this morning.  I started putting those infamous
rcons things into the new rcons paradigm, and in the process
uncommented the things I had commented out in the kernel config file.
But when I tried building the kernel I got

cc  -c -I. -I../../../../arch -I../../../.. -I../../../../sys -DSUN4 -DSUN4C -DDDB -DDEBUG -DDIAGNOSTIC -DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DKTRACE -DRCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_09 -DCOMPAT_10 -DFFS -DNFSSERVER -DNFSCLIENT -DKERNFS -DFIFO -DQUOTA -DMFS -DLOFS -DFDESC -DUMAPFS -DLFS -DPORTAL -DPROCFS -DCD9660 -DUNION -DNULLFS -DINET -DTCP_COMPAT_42 -DCOMPAT_43 -DLKM -DRCONS_WONB -DRCONS_SMALL -DRCONS_FULLSCREEN -DCOMPAT_SUNOS -DCOMPAT_SVR4 -D_KERNEL -O2 -Werror -fno-builtin  ../../../../arch/sparc/dev/si.c
../../../../dev/ic/ncr5380.c: In function `ncr5380_send_cmd':
In file included from ../../../../arch/sparc/dev/si.c:347:
../../../../dev/ic/ncr5380.c:175: `PSL_IPL' undeclared (first use this function)
../../../../dev/ic/ncr5380.c:175: (Each undeclared identifier is reported only once
../../../../dev/ic/ncr5380.c:175: for each function it appears in.)
../../../../dev/ic/ncr5380.c:175: `PSL_IPL2' undeclared (first use this function)
*** Error code 1

Stop.

For now, I'm just taking si out of my config again.

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu