Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 03/31/2001 02:17:04
Module Name: syssrc
Committed By: wdk
Date: Fri Mar 30 23:17:04 UTC 2001
Modified Files:
syssrc/sys/arch/mipsco/include: bus.h
syssrc/sys/arch/mipsco/mipsco: bus_space.c
Log Message:
Re-implement bus_space(9) functions:
- Correctly handle striding of data
- Better support for endian neutral access
- Correctly implement _stream variants of bus_space functions that can
byte swap. This reverses the automatic byte swapping done in hardware
for 16 bit ISA bus cards
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/mipsco/include/bus.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/mipsco/mipsco/bus_space.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.