Date: Sat, 12 Oct 2002 13:40:36 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp_amd.c Message-ID: <200210122040.g9CKeatu097643@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/10/12 13:40:36 PDT Modified files: sys/pci agp_amd.c Log: Make this compile on 64-bit architectures (e.g. ia64) by not assuming pointers (but more precisely vm_offset_t) can be printed with %x. Use %p instead and cast the argument to caddr_t. Revision Changes Path 1.11 +2 -2 src/sys/pci/agp_amd.c 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?200210122040.g9CKeatu097643>