K 10 svn:author V 5 peter K 8 svn:date V 27 1999-07-02T04:17:16.000000Z K 7 svn:log V 294 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. END