HomeFreeBSD

Add a new driver status column to indicate whether the driver can

Description

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

Details

Provenance
rwatsonAuthored on Mar 17 2003, 5:44 AM
Parents
R9:93c8cafdc031: Add a link to Japanese version of the FreeBSD-SA-03:04.sendmail.
Branches
Unknown
Tags
Unknown