History log of /src/sys/dev/flash/flash_io.c |
Revision | | Date | Author | Comments |
1.7 |
| 08-Jan-2025 |
andvar | s/eraseing/erasing/ and couple more typos in debug messages and comments.
|
1.6 |
| 03-Apr-2023 |
gutteridge | branches: 1.6.6; Fix typos: s/trough/through/
|
1.5 |
| 25-Feb-2014 |
pooka | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy.
Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code.
|
1.4 |
| 07-Aug-2011 |
rmind | branches: 1.4.2; 1.4.8; 1.4.14; 1.4.18; Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.
|
1.3 |
| 15-Jul-2011 |
cliff | branches: 1.3.2; Add support for CFI NOR, using MPC8536DS as initial example. Only AMD/Fujitsu command set is suported so far. This is still work in progress, be advised.
|
1.2 |
| 28-Jun-2011 |
ahoka | use proper format string
|
1.1 |
| 28-Jun-2011 |
ahoka | Refactor flash and nand driver, so we can reuse the io thread code in the future nor driver (and any other future driver).
Also simplify some of the code in the process, eg. saner flash attachment.
|
1.3.2.2 |
| 26-Jul-2011 |
matt | Backport flash/nand/nor subsystem from -HEAD.
|
1.3.2.1 |
| 15-Jul-2011 |
matt | file flash_io.c was added on branch matt-nb5-pq3 on 2011-07-26 03:22:26 +0000
|
1.4.18.1 |
| 18-May-2014 |
rmind | sync with head
|
1.4.14.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.8.2 |
| 27-Dec-2011 |
matt | Merge flash/nand/nor infrastruct from matt-nb5-pq3.
|
1.4.8.1 |
| 07-Aug-2011 |
matt | file flash_io.c was added on branch matt-nb5-mips64 on 2011-12-27 17:35:47 +0000
|
1.4.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.6.6.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|