From: <fh...@at...> - 2000-08-02 02:20:08
|
I've added my two Zorro cards to /usr/src/linux/include/zorro.h For example I added ZORRO_PROD_VMC_HYPERCOM_4_PLUS \ ZORRO_ID(VMC, 0x06, 0). However, when I compile the kernel with the new definition and try to use zorro_find the card is not detected. i.e. key = zorro_find( ZORRO_PROD_VMC_HYPERCOM_4_PLUS, 0, 0); The board does not get "found". What have I missed? Fred |