pci.h lacking an entry?

Mark P Mozynski (markmoz@WPI.EDU)
Wed, 27 Aug 1997 19:46:23 -0400 (EDT)


Hmm. I was trying to compile pre-patch-2.0.31-7, and I got complaints that
some things weren't designed. Take a look:

It appears two defines got left out of pci.h

gcc -D__KERNEL__ -I/usr/src/pre-linux-2.0.31/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c
ne.c
ne.c:79: `PCI_VENDOR_ID_NETVIN' undeclared here (not in a function)
ne.c:79: initializer element for `pci_clone_list[4].vendor' is not constant
ne.c:79: `PCI_DEVICE_ID_NETVIN_NV5000SC' undeclared here (not in a function)
ne.c:79: initializer element for `pci_clone_list[4].dev_id' is not constant
make[3]: *** [ne.o] Error 1

Comments? Advice?