Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/23/1999 13:41:09
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().