[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] [PATCH] Add PCI-BIOS functions to kentry structure



Thanks, and committed.

Alan.

On 03/26/14 21:43, David Gálvez wrote:
Alan, new version of the patch.

2014-03-26 17:10 GMT+01:00 David Gálvez <dgalvez75@gmail.com>:
2014-03-26 16:52 GMT+01:00 Alan Hourihane <alanh@fairlite.co.uk>:
On 03/26/14 15:27, David Gálvez wrote:
Alan, here is the patch for adding PCI-BIOS functions to kentry.

Please check and commit if it's fine for you. Thanks!

I must be missing some additional patch....

No, you're not missing any patch. Also fails to build here. I tested
it building the kernel and the EHCI driver I working on, but forgot to
test building the entire USB, sorry. I'll send you a new patch when I
fix it.


m68k-atari-mint-gcc -I../../../.. -D__KERNEL_MODULE__ -DMODULE_NAME=aranym
-m68040 -Werror -mshort -g -O2 -fomit-frame-pointer -Wall
-Wmissing-prototypes -Wshadow -Wpointer-arith -Waggregate-return -c
aranym-hcd.c -o aranym-hcd.o
cc1: warnings being treated as errors
In file included from ../../../../libkern/libkern.h:222:0,
                  from aranym-hcd.c:28:
../../../../libkern/kernel_module.h:1117:13: error: no previous prototype
for 'Find_pci_device'
../../../../libkern/kernel_module.h:1120:13: error: no previous prototype
for 'Find_pci_classcode'
../../../../libkern/kernel_module.h:1123:13: error: no previous prototype
for 'Read_config_byte'
../../../../libkern/kernel_module.h:1126:13: error: no previous prototype
for 'Read_config_word'
../../../../libkern/kernel_module.h:1129:13: error: no previous prototype
for 'Read_config_longword'
../../../../libkern/kernel_module.h:1132:22: error: no previous prototype
for 'Fast_read_config_byte'
../../../../libkern/kernel_module.h:1135:23: error: no previous prototype
for 'Fast_read_config_word'
../../../../libkern/kernel_module.h:1138:22: error: no previous prototype
for 'Fast_read_config_longword'
../../../../libkern/kernel_module.h:1141:13: error: no previous prototype
for 'Special_cycle'
../../../../libkern/kernel_module.h:1144:13: error: no previous prototype
for 'Write_mem_byte'
../../../../libkern/kernel_module.h:1147:13: error: no previous prototype
for 'Write_mem_word'
../../../../libkern/kernel_module.h:1150:13: error: no previous prototype
for 'Write_io_byte'
../../../../libkern/kernel_module.h:1153:13: error: no previous prototype
for 'Write_io_word'
make[5]: *** [aranym-hcd.o] Error 1

Alan.