CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/06 22:32:07
Modified files:
sys/dev/pci/drm/include/linux: types.h
Log message:
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
Types stay unsigned long; we don't do 64 bit paddr_t on any 32 bit arch.
