Date: Sun, 16 Mar 2003 21:44:30 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma index.sgml Message-ID: <200303170544.h2H5iUdw006383@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/03/16 21:44:30 PST
FreeBSD doc repository
Modified files:
en/projects/busdma index.sgml
Log:
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
Revision Changes Path
1.50 +88 -0 www/en/projects/busdma/index.sgml
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303170544.h2H5iUdw006383>
