Subject: Problems in i386 sup from last night
To: None <current-users@netbsd.org>
From: Paul Newhouse <newhouse@pimin.rockhead.com>
List: current-users
Date: 11/28/1998 12:55:12
Platform i386:

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DREALEXTMEM="0x1fc00" -DLKM -DDIAGNOSTIC -DCOMPAT_43 -DPPP_BSDCOMP -DPPP_DEFLATE -DPPP_FILTER -DIPFILTER_LOG -DMAXUSERS=32 -D_KERNEL  -Di386  -c ../../../../dev/ic/i82365.c
../../../../dev/ic/i82365.c: In function `pcic_submatch':
../../../../dev/ic/i82365.c:465: `PCICCF_CONTROLLER' undeclared (first use in this function)
../../../../dev/ic/i82365.c:465: (Each undeclared identifier is reported only once
../../../../dev/ic/i82365.c:465: for each function it appears in.)
../../../../dev/ic/i82365.c:466: `PCICCF_CONTROLLER_DEFAULT' undeclared (first use in this function)
../../../../dev/ic/i82365.c:469: `PCICCF_SOCKET' undeclared (first use in this function)
../../../../dev/ic/i82365.c:469: `PCICCF_SOCKET_DEFAULT' undeclared (first use in this function)
*** Error code 1


Did I miss having to do something?

TIA,
Paul