Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: jdolecek
Date: Thu Sep 15 21:45:37 UTC 2016
Modified Files:
src/sys/arch/ia64/include: bus.h
src/sys/arch/mips/atheros/dev: argpio.c
src/sys/arch/mips/include: bus_space_defs.h
src/sys/dev/ic: atppcreg.h rtw.c rtwreg.h rtwvar.h sl811hs.c
Log Message:
remove last isolated islands using BUS_SPACE_BARRIER_SYNC and
BUS_SPACE_BARRIER_X_BEFORE_X - these were only ever defined for mips and ia64,
and never actually implemented even there
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/include/bus.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/atheros/dev/argpio.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/include/bus_space_defs.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/atppcreg.h
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/ic/rtw.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/rtwreg.h
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/rtwvar.h
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/ic/sl811hs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index