K 10 svn:author V 7 rwatson K 8 svn:date V 27 2003-03-17T05:44:30.000000Z K 7 svn:log V 354 Add a new driver status column to indicate whether the driver can safely handle sizeof(void *) != sizeof(vm_paddr_t) or != sizeof(bus_addr_t). In order for drivers to be supported with PAE, they must be able to handle this, including avoiding casting of physical addresses to pointers for printfs, pointer arithmetic, etc. Thought reasonable by: jake END