Date: Thu, 1 Jul 1999 21:17:18 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c if_ax.c if_mx.c if_pn.c if_rl.c if_tl.c if_vr.c if_wb.c if_xl.c Message-ID: <199907020417.VAA31779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/07/01 21:17:17 PDT Modified files: sys/pci if_al.c if_ax.c if_mx.c if_pn.c if_rl.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Change the cast in pci_map_port() from u_short * to pci_port_t * so it compiles cleanly on the Alpha. (On the alpha, the port type is an int, not a short). Cast a couple of pointers to ints via 'uintptr_t' rather than 'unsigned int' since uintptr_t is long (64 bit) on Alpha, as are pointers. Revision Changes Path 1.5 +3 -3 src/sys/pci/if_al.c 1.10 +4 -4 src/sys/pci/if_ax.c 1.20 +4 -4 src/sys/pci/if_mx.c 1.22 +5 -5 src/sys/pci/if_pn.c 1.18 +3 -3 src/sys/pci/if_rl.c 1.33 +5 -5 src/sys/pci/if_tl.c 1.12 +3 -3 src/sys/pci/if_vr.c 1.11 +3 -3 src/sys/pci/if_wb.c 1.41 +3 -3 src/sys/pci/if_xl.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?199907020417.VAA31779>