| History log of /src/sys/arch/alpha/include/bus_defs.h |
| Revision | | Date | Author | Comments |
| 1.6 |
| 18-Jul-2021 |
thorpej | Allow for the SGMAP implementation to specify a minimum alignment for SGMAP DMA segments. If not specified, PAGE_SIZE will be used, as before.
|
| 1.5 |
| 23-Sep-2019 |
skrll | branches: 1.5.12; Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches to follow arm and (generic) mips.
Reviewed by christos.
|
| 1.4 |
| 22-Jun-2017 |
flxd | branches: 1.4.6; spelling (DEC called it "TURBOchannel")
|
| 1.3 |
| 06-Feb-2012 |
matt | branches: 1.3.6; 1.3.24; Do a minor cleanup of alpha (this will make applying pullups post branching easier). u_int{8,16,32,64}_t -> uint{*}_t Change all old-style definitions to C89 prototypes. Whitespace cleanup. Constification in db_disasm.c
|
| 1.2 |
| 12-Aug-2011 |
dyoung | branches: 1.2.2; 1.2.6; Pull the bus_space(9) definitions needed by alpha userland into bus_user.h and include that from pio.h, sysarch.h, bus_defs.h. Fixes the alpha build.
|
| 1.1 |
| 01-Jul-2011 |
dyoung | Per discussion at <http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>, divide each machine's bus.h into bus_defs.h (constants & data types) and bus_funcs.h (macro implementations of bus_space(9) routines and MD prototypes).
Note that some bus_space(9) routines' implementation will move to .c files from inline subroutines or macros in .h files.
I've only made the split for machine architectures where there is PCI. All of the non-PCI-having architectures will require a similar split.
These #include files are not referenced by any (committed) Makefiles or header files, yet. Changes to Makefiles, to <sys/bus.h>, and to some more machine-dependent files will dribble in before I throw the switch.
|
| 1.2.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.2.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.3.24.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.3.6.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.4.6.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.5.12.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|