Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: drochner
Date: Tue Mar 23 21:41:08 UTC 1999
Modified Files:
src/sys/dev/ic: ne2000.c
src/sys/dev/isa: if_ec.c if_we.c
Log Message:
Use BUS_SPACE_ALIGNED_POINTER() instead of ALIGNED_POINTER() where the pointer
in not just used to access memory but is bassed to bus_space_xxx_n()
methods. For debugging purposes, bus_space can have additional constraints
which will be properly met by BUS_SPACE_ALIGNED_POINTER().
Home |
Main Index |
Thread Index |
Old Index