Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mac68k
Module Name: src
Committed By: rin
Date: Tue Jul 23 07:52:53 UTC 2019
Modified Files:
src/sys/arch/mac68k/include: bus.h
src/sys/arch/mac68k/obio: esp.c espvar.h
Log Message:
PR port-mac68k/24883
Style-only changes in preparation to import AV DMA code:
- G/C unused from esp_softc
- clean up headers:
- prefer <sys/bus.h> over <machine/bus.h>
- G/C unused
- sort
- staticify private functions and variables
- stop using inline qualifier for functions called via function pointers
- use C99 initializer
- provide bus_space_vaddr(9) and use it, instead of using member of
bus_handle_t directly
- use uint*_t:
- u_char --> uint8_t
- u_int*_t --> uint*_t
- use proper names from ncr53c9xreg.h instead of magic numbers
- and some KNF, and etc.
No functional changes intended.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/mac68k/include/bus.h
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mac68k/obio/esp.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mac68k/obio/espvar.h
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