* 2.4.21-rc5 - drivers/ide/pci/via82cxxx.c (PCI_DEVICE_ID_VIA_8237)
@ 2003-05-27 21:51 Damian Kołkowski
0 siblings, 0 replies; only message in thread
From: Damian Kołkowski @ 2003-05-27 21:51 UTC (permalink / raw)
To: linux-kernel; +Cc: Vojtech Pavlik
Hi,
With new -rc5 there is, something like add new:
{ "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 |
VIA_BAD_AST },
This is not correct.
After make bzImage I have:
(...)
make[4]: Entering directory `/usr/src/linux-2.4.20/drivers/ide/pci'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=athlon -I../ -nostdinc -iwithprefix
include -DKBUILD_BASENAME=via82cxxx -c -o via82cxxx.o via82cxxx.c
via82cxxx.c:78: `PCI_DEVICE_ID_VIA_8237' undeclared here (not in a function)
via82cxxx.c:78: initializer element is not constant
via82cxxx.c:78: (near initialization for `via_isa_bridges[0].id')
via82cxxx.c:78: initializer element is not constant
via82cxxx.c:78: (near initialization for `via_isa_bridges[0]')
(...)
So, you better live it in / FUTURE_BRIDGES / like it was before or something
;-)
P.S. It works, but I don't know if it supose to be that:
#ifdef FUTURE_BRIDGES
{ "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
#endif
Take care.
--
# Damian *dEiMoS* Kołkowski # http://deimos.one.pl/ #
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-27 21:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-27 21:51 2.4.21-rc5 - drivers/ide/pci/via82cxxx.c (PCI_DEVICE_ID_VIA_8237) Damian Kołkowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®