Subject: Re: kn01_intr_establish in sys/dev/tc/if_le_ibus.c
To: None <current-users@NetBSD.ORG, port-pmax@NetBSD.ORG>
From: None <erik@mediator.uni-c.dk>
List: port-pmax
Date: 04/19/1998 22:18:36
On Tue, Apr 07, 1998 at 03:51:28PM -0700, Jonathan Stone wrote:
> 
> That looks right to me, too. My apologies for this being broken.  
> 
> As I said on port-pmax, the pmax autoconfig code is being totally
> reworked, to support better integration of TC support between
> the Alpha and the DECstations, and to support the DECsystem 5100.  

After todays SUP (with the 5100 support), I still cannot build
a kernel for my 3100:

cc  -O2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -mno-abicalls -mno-half-pic -I. -I../../../../arch -I../../../.. -nostdinc -DCPU_R3000 -DMIPS1 -DDIAGNOSTIC -DDEBUG -DCOMPAT_43 -DCOMPAT_13 -DKTRACE -DNKMEMCLUSTERS=1024 -DNTP -DFIFO -DINET -DHZ=256 -DSYSVSHM -DSYSVSEM -DSYSVMSG -DMAXUSERS=16 -D_KERNEL  -D__pmax__ -Dpmax -G 0  -c ../../../../dev/tc/if_le_ibus.c
../../../../dev/tc/if_le_ibus.c:45: pmax/pmax/kn01var.h: No such file or directory

According to the changes in conf/DS3100, I removed options DS3100 and
added an include of arch/pmax/conf/ibus.std to my kernel configuration
file.

Is ...dev/tc/if_le_ibus.c supposed to be updated since rev. 1.8 of
12 Jan 1998 ?