> thus ->dev_address should be of type dma_addr_t (and one should make > sure the values fit lossless in 32bit words...) > while ->host_address might be changed to 'unsigned long' (or maybe > better 'void *') I was wondering, actually, why those things weren't (void *) in the first place.