Home | History | Annotate | Download | only in obs405
History log of /src/sys/arch/evbppc/obs405/rbus_machdep.c
RevisionDateAuthorComments
 1.10  29-Jan-2019  gutteridge Fix typo in error message.
 1.9  09-Apr-2012  kiyohara branches: 1.9.40;
+ Fix panic() in cardbus_mapreg_map(). powerpc's bus-space uses extent(9).
obs405 calls rbus_new_root_delegate() instead of rbus_new_root_share().
+ Remove TABs from TAB-only-lines.
 1.8  22-Jun-2011  matt branches: 1.8.2; 1.8.6;
Add support pci_intr_setattr.
Export non-inline version of pci api for modules (_MODULE is defined).
Fix definition of pc_conf_hook and pc_conf_interrupt.
Switch to using inlines instead of macros.
Switch ibm4xx to use <powerpc/pci_machdep.h>
 1.7  18-Jun-2011  matt split device/softc (CFATTACH_DECL_NEW)
struct device * -> device_t
struct cfdata * -> cfdata_t
Use <sys/foo.h> instead of <machine/foo.h> if <sys/foo.h> exists
Explicitly include <powerpc/ibm4xx/cpu.h> when needed.
 1.6  18-Jan-2011  matt branches: 1.6.4;
include <uvm/uvm_extern.h>
 1.5  04-Jan-2011  kiyohara branches: 1.5.2;
Fix to build failure. Include uvm/uvm_extern.h for pmap_extract().
 1.4  20-Dec-2010  matt Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
 1.3  14-Mar-2009  dsl branches: 1.3.4;
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.2  11-Dec-2005  christos branches: 1.2.18; 1.2.80; 1.2.88; 1.2.94;
merge ktrace-lwp.
 1.1  04-Sep-2005  kiyohara branches: 1.1.2; 1.1.4; 1.1.10;
Support 'PCMCIA adapter BOX' for OpenBlockS266.
 1.1.10.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.10.1  04-Sep-2005  skrll file rbus_machdep.c was added on branch ktrace-lwp on 2005-11-10 13:56:05 +0000
 1.1.4.2  15-Sep-2005  riz Pull up following revision(s) (requested by shige in ticket #5820):
distrib/evbppc/md-kernel/Makefile 1.3 via patch
etc/etc.evbppc/Makefile.inc 1.3 via patch
sys/arch/evbppc/conf/files.obs405 1.5-1.8 via patch
sys/arch/evbppc/conf/OPENBLOCKS266 1.22,1.25 via patch
sys/arch/evbppc/include/obs266.h 1.1 (new)
sys/arch/evbppc/include/obs405.h 1.1-1.5 (new)
sys/arch/evbppc/include/rbus_machdep.h 1.1 (new)
sys/arch/evbppc/obs405/consinit.c 1.2-1.4
sys/arch/evbppc/obs405/dev/x1226.c deleted
sys/arch/evbppc/obs405/dev/x1226reg.h deleted
sys/arch/evbppc/obs405/machdep.c deleted
sys/arch/evbppc/obs405/obs266_autoconf.c 1.1 (new)
sys/arch/evbppc/obs405/obs266_machdep.c 1.1 (new, plus patch)
sys/arch/evbppc/obs405/obs405_autoconf.c 1.1 (new, plus patch)
sys/arch/evbppc/obs405/obs405_machdep.c 1.1 (new)
sys/arch/evbppc/obs405/rbus_machdep.c 1.1 (new)
sys/arch/powerpc/conf/files.ibm4xx 1.6-1.7
sys/arch/powerpc/ibm4xx/board_prop.c 1.1 (new)
sys/arch/powerpc/ibm4xx/dev/com_opb.c 1.12
sys/arch/powerpc/ibm4xx/dev/comopbvar.h 1.1 (new)
sys/arch/powerpc/ibm4xx/ibm40x_machdep.c 1.3-1.4
sys/arch/powerpc/ibm4xx/ibm4xx_autoconf.c 1.1-1.2 (new)
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c 1.1-1.3 (new)
sys/arch/powerpc/ibm4xx/ibm4xxgpx_autoconf.c 1.2-1.3
sys/arch/powerpc/ibm4xx/openbios/openbios.c 1.1 (new)
sys/arch/powerpc/include/ibm4xx/cpu.h 1.7-1.10
sys/arch/powerpc/include/ibm4xx/openbios.h 1.1 (new)

Update OpenBlockS266 support to more modern, stable sources.
 1.1.4.1  04-Sep-2005  riz file rbus_machdep.c was added on branch netbsd-2 on 2005-09-15 14:28:44 +0000
 1.1.2.2  14-Sep-2005  tron Apply patch (requested by shige in ticket #763):
Synchronize OpenBlockS266 port with NetBSD-current for enhanced stability.
 1.1.2.1  04-Sep-2005  tron file rbus_machdep.c was added on branch netbsd-3 on 2005-09-14 20:54:00 +0000
 1.2.94.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.88.1  28-Apr-2009  skrll Sync with HEAD.
 1.2.80.1  04-May-2009  yamt sync with head.
 1.2.18.2  21-Jun-2006  yamt sync with head.
 1.2.18.1  11-Dec-2005  yamt file rbus_machdep.c was added on branch yamt-lazymbuf on 2006-06-21 14:51:08 +0000
 1.3.4.1  05-Mar-2011  rmind sync with head
 1.5.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.6.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.8.6.1  29-Apr-2012  mrg sync to latest -current.
 1.8.2.1  17-Apr-2012  yamt sync with head
 1.9.40.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed