Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/powerpc/ibm4xx/dev/ecc_plb.c
RevisionDateAuthorComments
 1.16  27-Feb-2021  rin Switch to intr_establish_xname().
 1.15  25-Feb-2014  martin branches: 1.15.42;
Remove unused variable
 1.14  18-Jun-2011  matt branches: 1.14.2; 1.14.12; 1.14.16;
Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
Don't assume <sys/cpu.h> includes <powerpc/subarch/cpu*.h>. Include it
explicitly.
 1.13  17-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
split device/softc (CFATTACH_DECL_NEW)
use device_accessors and device_private
constify
 1.12  18-Mar-2010  kiyohara branches: 1.12.6;
Support PowerPC 405EX/EXr.
1. Add some new source and header files.
(MAL(split) and RGMII(new) relations for EMAC)
2. Create dcr4xx.h. Its moved from dcr405gp.h. Also remove dcr405xx.h.
3. intr.c supports MULTIUIC with virtual-irq. likes to oea.
support 32-virq/128-hwirq.
4. multiple emac support.
5. WALNUT and VIRTEX_* includes arch/powerpc/conf/files.ibm4xx.
6. WALNUT pci uses arch/powerpc/ibm4xx/pci/.
 1.11  05-May-2006  thorpej branches: 1.11.66; 1.11.86; 1.11.88;
Remove the devprop API and switch everthing over to the new proplib. Add
a new device_properties() accessor for device_t that returns the device's
property dictionary.
 1.10  24-Dec-2005  perry branches: 1.10.4; 1.10.6; 1.10.8; 1.10.10; 1.10.12;
bare asm -> __asm
 1.9  11-Dec-2005  christos merge ktrace-lwp.
 1.8  15-Jul-2003  lukem branches: 1.8.16;
__KERNEL_RCSID()
 1.7  11-Mar-2003  hannken branches: 1.7.2;
Add support for the IBM 403GCX cpu. Enabled with "options PPC_IBM403".

- different set of device control registers.
- non-standard access to the time base.
- 16 byte cache lines.

Approved by: Eduardo Horvath <eeh@netbsd.org>
 1.6  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL.
 1.5  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  27-Sep-2002  provos remove trailing \n in panic(). approved perry.
 1.2  27-Sep-2002  thorpej Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
 1.1  23-Aug-2002  scw branches: 1.1.2; 1.1.4; 1.1.6;
Add "ecc at plb" device.
Add an "irq" locator to the plb device.
This gets rid of the original hack where ecc support was wedged into
the cpu driver.
 1.1.6.3  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.1.6.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.1.6.1  23-Aug-2002  jdolecek file ecc_plb.c was added on branch kqueue on 2002-09-06 08:39:06 +0000
 1.1.4.2  31-Aug-2002  gehenna catch up with -current.
 1.1.4.1  23-Aug-2002  gehenna file ecc_plb.c was added on branch gehenna-devsw on 2002-08-31 13:45:44 +0000
 1.1.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.2  27-Aug-2002  nathanw Catch up to -current.
 1.1.2.1  23-Aug-2002  nathanw file ecc_plb.c was added on branch nathanw_sa on 2002-08-27 23:45:07 +0000
 1.7.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.7.2.1  03-Aug-2004  skrll Sync with HEAD
 1.8.16.1  21-Jun-2006  yamt sync with head.
 1.10.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.10.10.1  11-May-2006  elad sync with head
 1.10.8.1  24-May-2006  yamt sync with head.
 1.10.6.1  01-Jun-2006  kardel Sync with head.
 1.10.4.1  09-Sep-2006  rpaulo sync with head
 1.11.88.1  30-May-2010  rmind sync with head
 1.11.86.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.11.66.1  11-Aug-2010  yamt sync with head.
 1.12.6.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.14.16.1  18-May-2014  rmind sync with head
 1.14.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.14.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.15.42.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed