OpenGrok
Cross Reference: nandemulator.c
xref
: /
src
/
sys
/
dev
/
nand
/
nandemulator.c
Home
|
History
|
Annotate
|
Download
|
only in
nand
History log of
/src/sys/dev/nand/nandemulator.c
Revision
Date
Author
Comments
1.10
10-May-2023
riastradh
nandemulator(4): Use config_detach_children.
1.9
01-Oct-2019
chs
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
and remove code to handle failures that can no longer happen.
1.8
05-Feb-2019
mrg
add fallthru comments, and a comment this code needs attention
1.7
20-Aug-2015
christos
branches: 1.7.8; 1.7.18;
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
1.6
03-Nov-2012
ahoka
branches: 1.6.14;
Endiannes fixes from Brett Slager in ONFI Param page parsing.
Similar changes in nandemulator by me.
Remove panic about more than one LUNs.
1.5
28-Jun-2011
ahoka
branches: 1.5.2; 1.5.4; 1.5.10; 1.5.16;
adjust to nand changes
1.4
26-Apr-2011
ahoka
branches: 1.4.4;
fix some bugs in detachment
1.3
10-Apr-2011
ahoka
Add some KASSERTs and a few more debug printf
1.2
27-Mar-2011
ahoka
Add support for redifining page read and program functions by drivers.
Some controllers implement read/write in one step, so this is required
to support those.
1.1
26-Feb-2011
ahoka
branches: 1.1.2; 1.1.4;
Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.
The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards
1.1.4.4
31-May-2011
rmind
sync with head
1.1.4.3
21-Apr-2011
rmind
sync with head
1.1.4.2
05-Mar-2011
rmind
sync with head
1.1.4.1
26-Feb-2011
rmind
file nandemulator.c was added on branch rmind-uvmplock on 2011-03-05 20:53:33 +0000
1.1.2.2
05-Mar-2011
bouyer
Sync with HEAD
1.1.2.1
26-Feb-2011
bouyer
file nandemulator.c was added on branch bouyer-quota2 on 2011-03-05 15:10:22 +0000
1.4.4.2
06-Jun-2011
jruoho
Sync with HEAD.
1.4.4.1
26-Apr-2011
jruoho
file nandemulator.c was added on branch jruoho-x86intr on 2011-06-06 09:08:08 +0000
1.5.16.2
03-Dec-2017
jdolecek
update from HEAD
1.5.16.1
20-Nov-2012
tls
Resync to 2012-11-19 00:00:00 UTC
1.5.10.2
27-Dec-2011
matt
Merge flash/nand/nor infrastruct from matt-nb5-pq3.
1.5.10.1
28-Jun-2011
matt
file nandemulator.c was added on branch matt-nb5-mips64 on 2011-12-27 17:35:48 +0000
1.5.4.1
16-Jan-2013
yamt
sync with (a bit old) head
1.5.2.2
26-Jul-2011
matt
Backport flash/nand/nor subsystem from -HEAD.
1.5.2.1
28-Jun-2011
matt
file nandemulator.c was added on branch matt-nb5-pq3 on 2011-07-26 03:22:28 +0000
1.6.14.1
22-Sep-2015
skrll
Sync with HEAD
1.7.18.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.7.18.1
10-Jun-2019
christos
Sync with HEAD
1.7.8.1
17-May-2017
pgoyette
At suggestion of chuq@, modify config_attach_pseudo() to return with a
reference held on the device.
Adapt callers to expect the reference to exist, and to ensure that the
reference is released.
Indexes created Sat Oct 11 14:09:46 GMT 2025