Subject: asc_ioasic compilation
To: None <port-pmax@NetBSD.org>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: port-pmax
Date: 02/07/2000 13:02:26
In the last couple of days, compiling a kernel for my 5000/133 gives:

cc  -O2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-main -G 0  -mno-abicalls -mno-half-pic -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DMIPS1 -DHZ=256 -DMAXUSERS=64 -D_KERNEL -Dpmax  -c ../../../../dev/tc/asc_ioasic.c
../../../../dev/tc/asc_ioasic.c: In function `asc_ioasic_attach':
../../../../dev/tc/asc_ioasic.c:81: structure has no member named `sc_bst'
../../../../dev/tc/asc_ioasic.c:82: structure has no member named `sc_bsh'
../../../../dev/tc/asc_ioasic.c:83: structure has no member named `sc_dmat'
../../../../dev/tc/asc_ioasic.c:84: structure has no member named `sc_bst'
../../../../dev/tc/asc_ioasic.c:85: structure has no member named `sc_bsh'
../../../../dev/tc/asc_ioasic.c:86: structure has no member named `sc_scsi_bsh'
../../../../dev/tc/asc_ioasic.c:101: structure has no member named `sc_bst'
../../../../dev/tc/asc_ioasic.c:101: structure has no member named `sc_bsh'
../../../../dev/tc/asc_ioasic.c:102: structure has no member named `sc_bst'
../../../../dev/tc/asc_ioasic.c:102: structure has no member named `sc_bsh'
../../../../dev/tc/asc_ioasic.c:103: structure has no member named `sc_bst'
../../../../dev/tc/asc_ioasic.c:103: structure has no member named `sc_bsh'
..  etc..

A missing commit?

- Erik