Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/x68k/dev/intiovar.h
RevisionDateAuthorComments
 1.15  15-Dec-2019  tsutsui Remove clause 3 and 4 leftovers from TNF licenses in more sources.

Confirmed by martin@ in PR/54760.
 1.14  22-Jan-2013  isaki branches: 1.14.38; 1.14.42;
Detect emulators (and display it on dmesg).
 1.13  18-Dec-2008  isaki branches: 1.13.14; 1.13.24;
Sync with other m68k ports.
- Remove PHYS_IODEV, PHYS_INTIODEV. These are real copy of INTIOBASE.
- Define IIOV() (and IIOP()) and use it, rather than INTIO_ADDR().
 1.12  18-Dec-2008  isaki Move external decl. of intiobase: dev/intiovar.h -> include/cpu.h
Move definition of intiobase: x68k/pmap_bootstrap.c -> x68k/locore.s
These synchronize code with other m68k ports.
 1.11  25-Jun-2008  isaki branches: 1.11.4;
Split device_t/softc. Use aprint*() and device_xname().
 1.10  23-Jun-2008  isaki Make intio_intr_establish() use evcnt(9),
instead of dynamic allocation of intrnames/intrcnt.
 1.9  17-Oct-2007  garbled branches: 1.9.16; 1.9.20; 1.9.22; 1.9.24;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.8  12-May-2007  isaki branches: 1.8.10;
Clean up white spaces and tabs.
 1.7  11-Dec-2005  christos branches: 1.7.26; 1.7.30; 1.7.32; 1.7.38;
merge ktrace-lwp.
 1.6  18-Jan-2005  chs branches: 1.6.8;
de-__P, remove register, ansify.
 1.5  04-Jan-2004  wiz branches: 1.5.8;
Spell controller with two ls. Inspired by miod@openbsd.
 1.4  29-Sep-2002  isaki branches: 1.4.6;
const-ify ia_name. It makes intio.c compilable.
 1.3  16-Jan-2000  minoura branches: 1.3.8; 1.3.12;
Minor cleanups & corrections.
 1.2  16-Mar-1999  minoura branches: 1.2.8;
Merged minoura_x68k_bus_h branch.
 1.1  23-Dec-1998  minoura branches: 1.1.2;
file intiovar.h was initially added on branch minoura_x68k_bus_h.
 1.1.2.5  02-Feb-1999  minoura I/O controler support.
 1.1.2.4  31-Jan-1999  minoura Attach arg dmaintr.
 1.1.2.3  30-Jan-1999  minoura Added DMAC driver.
 1.1.2.2  27-Dec-1998  minoura Match device names.
 1.1.2.1  23-Dec-1998  minoura First import of bus_space implementation for x68k port.
 1.2.8.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.3.12.1  18-Oct-2002  nathanw Catch up to -current.
 1.3.8.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.4.6.4  24-Jan-2005  skrll Sync with HEAD.
 1.4.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.6.1  03-Aug-2004  skrll Sync with HEAD
 1.5.8.1  29-Apr-2005  kent sync with -current
 1.6.8.1  03-Sep-2007  yamt sync with head.
 1.7.38.1  22-May-2007  matt Update to HEAD.
 1.7.32.1  11-Jul-2007  mjf Sync with head.
 1.7.30.1  27-May-2007  ad Sync with head.
 1.7.26.1  17-May-2007  yamt sync with head.
 1.8.10.1  06-Nov-2007  matt sync with HEAD
 1.9.24.1  27-Jun-2008  simonb Sync with head.
 1.9.22.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.9.20.1  04-May-2009  yamt sync with head.
 1.9.16.2  17-Jan-2009  mjf Sync with HEAD.
 1.9.16.1  29-Jun-2008  mjf Sync with HEAD.
 1.11.4.1  19-Jan-2009  skrll Sync with HEAD.
 1.13.24.1  25-Feb-2013  tls resync with head
 1.13.14.1  23-Jan-2013  yamt sync with head
 1.14.42.1  18-Dec-2019  martin Pull up following revision(s) (requested by tsutsui in ticket #570):

sys/compat/netbsd32/netbsd32_compat_50_sysv.c: revision 1.3
sys/dev/raidframe/rf_compat50.h: revision 1.6
sys/arch/emips/emips/bus_space.c: revision 1.3
sys/compat/net/if.h: revision 1.5
sys/arch/emips/stand/common/bootinfo.c: revision 1.2
sys/compat/common/sysv_msg_50.c: revision 1.5
sys/compat/common/kern_time_30.c: revision 1.8
sys/arch/emips/stand/common/bootinfo.h: revision 1.2
sys/arch/ia64/include/bus.h: revision 1.4
sys/arch/ia64/ia64/bus_space.c: revision 1.2
sys/compat/common/sysv_shm_50.c: revision 1.5
sys/dev/ic/adw.h: revision 1.15
sys/compat/common/uipc_syscalls_50.c: revision 1.10
sys/arch/emips/ebus/flash_ebus.c: revision 1.22
sys/dev/ic/adv.h: revision 1.15
sys/dev/ic/adwmcode.c: revision 1.18
sys/dev/ic/advlib.c: revision 1.29
sys/arch/hpcarm/include/kloader.h: revision 1.3
sys/dev/usb/uberry.c: revision 1.16
sys/compat/common/sysv_sem_50.c: revision 1.5
sys/compat/netbsd32/netbsd32_compat_50.c: revision 1.43
sys/dev/ic/advlib.h: revision 1.21
sys/dev/ic/adv.c: revision 1.50
sys/compat/netinet6/in6_var.h: revision 1.5
sys/arch/hpc/stand/hpcboot/arm/arm_sa1100_asm.asm: revision 1.2
sys/arch/emips/include/loadfile_machdep.h: revision 1.3
sys/arch/emips/stand/common/prom_iface.c: revision 1.7
sys/dev/ic/adw.c: revision 1.56
sys/dev/ic/adwmcode.h: revision 1.12
sys/dev/ic/advmcode.c: revision 1.10
sys/arch/emips/ebus/ace_ebus.c: revision 1.22
sys/compat/netbsd32/netbsd32_compat_60.c: revision 1.5
sys/dev/raidframe/rf_compat50.c: revision 1.13
sys/arch/x68k/dev/intiovar.h: revision 1.15
sys/dev/usb/uipad.c: revision 1.8
sys/arch/zaurus/include/kloader.h: revision 1.3
sys/arch/emips/stand/common/bootxx.c: revision 1.2
sys/dev/ic/adwlib.h: revision 1.23
sys/dev/ic/adwlib.c: revision 1.44
sys/compat/netbsd32/netbsd32_compat_16.c: revision 1.3
sys/arch/amigappc/include/intr.h: revision 1.27
sys/arch/x68k/dev/mfp.c: revision 1.27
sys/arch/arm/at91/at91dbgu.c: revision 1.17
sys/dev/ic/advmcode.h: revision 1.7
sys/compat/ultrix/ultrix_exec.h: revision 1.7
sys/compat/common/vfs_syscalls_50.c: revision 1.24
sys/arch/mips/cavium/octeon_dma.c: revision 1.3
sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0_asm.asm: revision 1.2

Remove clause 3 and 4 from TNF licenses.
Ok'ed by martin@ in PR/54760.

Remove clause 3 and 4 leftovers from TNF licenses in more sources.
Confirmed by martin@ in PR/54760.
 1.14.38.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed