Home | History | Annotate | Download | only in atari
History log of /src/sys/arch/atari/atari/mainbus.c
RevisionDateAuthorComments
 1.14  06-Jan-2023  tsutsui TAB/spaces/indents cleanup.
 1.13  03-Jan-2021  thorpej malloc(9) -> kmem(9)
 1.12  10-Nov-2019  chs branches: 1.12.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.11  01-Jul-2011  dyoung branches: 1.11.54;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.10  08-Mar-2009  tsutsui ANSIfy, some KNF, misc cosmetics.
 1.9  05-Mar-2009  tsutsui Remove __P().
 1.8  27-Dec-2008  tsutsui branches: 1.8.2;
Sprinkle volatile to bus_space(9) access functions.
 1.7  19-Dec-2008  cegger use M_ZERO on malloc() and remove subsequent bzero().
 1.6  28-Apr-2008  martin branches: 1.6.8; 1.6.10;
Remove clause 3 and 4 from TNF licenses
 1.5  04-Mar-2007  christos branches: 1.5.40; 1.5.42; 1.5.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.4  11-Dec-2005  christos branches: 1.4.24; 1.4.26;
merge ktrace-lwp.
 1.3  15-Jul-2003  lukem branches: 1.3.16;
__KERNEL_RCSID()
 1.2  25-May-1998  leo branches: 1.2.48;
Add bus_space_{read,write}_region_stream_N functions.
 1.1  10-Apr-1998  leo Major overhaul of the atari bus_space implementation.
 1.2.48.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.48.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.48.1  03-Aug-2004  skrll Sync with HEAD
 1.3.16.1  03-Sep-2007  yamt sync with head.
 1.4.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.4.24.1  02-Jan-2009  jdc Pull up revisions:
1.10 src/sys/arch/atari/atari/be_bus.c
1.14 src/sys/arch/atari/atari/le_bus.c
1.8 src/sys/arch/atari/atari/mainbus.c
1.33 src/sys/arch/atari/dev/wdc_mb.c
(requested by tsutsui in ticket #1252).

Sprinkle volatile to bus_space(9) access functions.
 1.5.44.2  04-May-2009  yamt sync with head.
 1.5.44.1  16-May-2008  yamt sync with head.
 1.5.42.1  18-May-2008  yamt sync with head.
 1.5.40.2  17-Jan-2009  mjf Sync with HEAD.
 1.5.40.1  02-Jun-2008  mjf Sync with HEAD.
 1.6.10.1  06-Jan-2009  snj Pull up following revision(s) (requested by tsutsui in ticket #218):
sys/arch/atari/dev/wdc_mb.c: revision 1.33
sys/arch/atari/atari/mainbus.c: revision 1.8
sys/arch/atari/atari/le_bus.c: revision 1.14
sys/arch/atari/atari/be_bus.c: revision 1.10
Sprinkle volatile to bus_space(9) access functions.
 1.6.8.2  28-Apr-2009  skrll Sync with HEAD.
 1.6.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.8.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.11.54.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.12.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed