Searched hist:48443 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/wb/
H A Dif_wb.cdiff 48443 Fri Jul 02 02:17:16 MDT 1999 peter 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.
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.cdiff 48443 Fri Jul 02 02:17:16 MDT 1999 peter 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.
/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.cdiff 48443 Fri Jul 02 02:17:16 MDT 1999 peter 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.
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.cdiff 48443 Fri Jul 02 02:17:16 MDT 1999 peter 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.

Completed in 164 milliseconds