Unsigned physical addresses & device table update
- 27 Jun, 2020 2 commits
-
-
Robert Sprowson authored
The prototype for vtophys returns an unsigned value (specifically an unsigned long for ARM in src/sys/arch/arm/include/types.h though for us int and long are both the same). This ensures any promotions to wider than 32b don't end up sign extending.
1f7ccada -
Robert Sprowson authored
usbdevs from NetBSD 1.783. usb_quirks.c from NetBSD 1.83, and also rename USB_PRODUCT_QUALCOMM_CDMA_MSM to account for the vendor name changing in usbdevs.
100ccfb9
-