Home | History | Annotate | Download | only in arm
History log of /src/sys/arch/arm/arm/disksubr_acorn.c
RevisionDateAuthorComments
 1.14  15-Jan-2024  andvar Replace format specifier from %08x to PRId64 for bp->blkno.
Exchange incorrectly placed printf() __func__ and loop arguments.

Fixes DEBUG_LABEL enabled build for acorn32.
 1.13  29-Sep-2020  msaitoh s/occurence/occurrence/
 1.12  09-Mar-2013  christos - make errors positive like elsewhere in the kernel, document error returns
- KNF
- fix commented out debugging
 1.11  09-Mar-2013  mlelstv Errors are supposed to be negative errno numbers, not -1 which is interpreted
as EPERM.
 1.10  15-Mar-2009  cegger branches: 1.10.12; 1.10.22;
ansify function definitions
 1.9  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.8  02-Jan-2008  ad branches: 1.8.10; 1.8.18; 1.8.24; 1.8.28;
Merge vmlocking2 to head.
 1.7  17-Oct-2007  garbled branches: 1.7.2; 1.7.4; 1.7.8;
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.6  08-Oct-2007  ad Merge brelse() changes from the vmlocking branch.
 1.5  11-Dec-2005  christos branches: 1.5.30; 1.5.38; 1.5.46; 1.5.48; 1.5.50; 1.5.52; 1.5.54;
merge ktrace-lwp.
 1.4  02-Jun-2005  he branches: 1.4.2;
Adapt to shadowing and qualifier-cast warnings.
 1.3  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.2  14-Jul-2003  lukem use __KERNEL_RCSID() in a consistent manner
 1.1  04-Mar-2001  matt branches: 1.1.2; 1.1.4; 1.1.28;
These are same between arm32 & arm26.
 1.1.28.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.28.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.28.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.28.1  03-Aug-2004  skrll Sync with HEAD
 1.1.4.2  12-Mar-2001  bouyer Sync with HEAD.
 1.1.4.1  04-Mar-2001  bouyer file disksubr_acorn.c was added on branch thorpej_scsipi on 2001-03-12 13:27:18 +0000
 1.1.2.1  10-Oct-2001  fvdl Convert all remaining devices.
 1.4.2.2  21-Jan-2008  yamt sync with head
 1.4.2.1  27-Oct-2007  yamt sync with head.
 1.5.54.1  14-Oct-2007  yamt sync with head.
 1.5.52.2  09-Jan-2008  matt sync with HEAD
 1.5.52.1  06-Nov-2007  matt sync with HEAD
 1.5.50.2  20-Jan-2008  chris Sync to HEAD.
 1.5.50.1  01-Jan-2008  chris Sync with HEAD.
 1.5.48.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.5.46.2  28-Feb-2008  rjs Sync with HEAD.
 1.5.46.1  01-Nov-2007  rjs Sync with HEAD.
 1.5.38.1  16-Oct-2007  garbled Sync with HEAD
 1.5.30.1  09-Oct-2007  ad Sync with head.
 1.7.8.1  02-Jan-2008  bouyer Sync with HEAD
 1.7.4.1  31-Dec-2007  ad Make compile with new buffer cache locking scheme.

XXX This should be largely MI, please do not make another clone of disksubr.c.
 1.7.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.8.28.1  15-Feb-2014  matt Merge armv7 support from HEAD, specifically support for the BCM5301X
and BCM56340 evbarm kernels.
 1.8.24.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.18.1  28-Apr-2009  skrll Sync with HEAD.
 1.8.10.1  04-May-2009  yamt sync with head.
 1.10.22.1  23-Jun-2013  tls resync from head
 1.10.12.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")

RSS XML Feed