Home | History | Annotate | Download | only in boot2440
History log of /src/sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
RevisionDateAuthorComments
 1.6  29-Aug-2024  andvar s/Perfom/Perform/ in comment.
 1.5  09-Jul-2018  christos Remove duplicate copies of the SET/CLR/ISSET macros.
 1.4  09-Jul-2018  kre Avoid redefining SET/CLR/ISSET (which in the kernel are normally
defined in <sys/types.h>). These redefinitions (when they are,
that is, when types.h is included) were sneaking through because
they were defined identically ... until CLR in <sys/types.h> was
changed... Avoid that issue arising again.
 1.3  02-Jan-2015  christos branches: 1.3.16; 1.3.18;
We have three sets of DTYPE_ constants in the kernel:
altq Drop Type
disklabel Disk Type
file Descriptor Type
(not to mention constants that contain the string DTYPE).
Let's make them two, by changing the disklabel one to be DisK TYPE since the
other disklabel constants seem to do that. Not many userland programs use
these constants (and the ones that they do are mostly in ifdefs). They will
be fixed shortly.
 1.2  04-Nov-2013  christos branches: 1.2.6;
make unused.
 1.1  30-Jan-2012  nisimura branches: 1.1.4; 1.1.8; 1.1.12;

Add FriendlyARM Mini2440 support.
- new code for Samsung S3C2440 SoC.
- update for other S3C2xx0.
This port was done by Paul Fleischer.
 1.1.12.1  18-May-2014  rmind sync with head
 1.1.8.2  03-Dec-2017  jdolecek update from HEAD
 1.1.8.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.4.3  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.1.4.2  17-Apr-2012  yamt sync with head
 1.1.4.1  30-Jan-2012  yamt file dev_sdmmc.c was added on branch yamt-pagecache on 2012-04-17 00:06:15 +0000
 1.2.6.1  06-Apr-2015  skrll Sync with HEAD
 1.3.18.1  10-Jun-2019  christos Sync with HEAD
 1.3.16.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed