Greetings,
With the latest CVS I have problems with the support for the southbridge in subject. Here is a part of the make output:
=== gcc ... -o southbridge.o /usr/src/freebios/src/southbridge/via/vt82c686/southbri dge.c /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c: In function `keybo ard_on': /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:32: warning: passin g arg 3 of `pci_read_config_byte' discards qualifiers from pointer target type /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:48: warning: passin g arg 3 of `pci_read_config_byte' discards qualifiers from pointer target type /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c: In function `south bridge_fixup': /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:83: warning: implic it declaration of function `memcpy' /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:96: `devfn' undecla red (first use in this function) /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:96: (Each undeclare d identifier is reported only once /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:96: for each functi on it appears in.) /usr/src/freebios/src/southbridge/via/vt82c686/southbridge.c:96: too many argume nts to function `pci_write_config_byte' make: *** [southbridge.o] Error 1 ===
At line 96, there is a wrong parameters count for pci_write_config_byte function. Any suggestions?
Bye.
Nhan NGO DINH
we'll have to find out who broke it; I saw some commits fly by but didn't watch them closely enough.
thanks
ron