index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
nand
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
sys/dev: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
1
-1
/
+1
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
2
-2
/
+2
*
No need to test command values this way. There can be only one, even
imp
2015-12-18
2
-13
/
+13
*
Remove one more that crept in unnecessarily from previous commit.
jhibbits
2015-08-05
1
-1
/
+0
*
Remove some unnecessary includes.
jhibbits
2015-08-05
1
-5
/
+1
*
Use the correct le*dec function to decode a 16bit type.
brueffer
2015-07-01
1
-1
/
+1
*
Map the LAW for the RouterBoard's NAND LBC memory.
jhibbits
2015-06-06
1
-0
/
+12
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-1
/
+1
*
Implement a driver for the PowerPC-base RouterBoard (RB333/600/800/1100)
jhibbits
2015-05-04
1
-0
/
+275
*
machine/fdt.h no longer exists for powerpc.
jhibbits
2015-03-31
1
-1
/
+0
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-10
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+10
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-10
/
+1
*
Add fdt binding for nand for Atmel parts. This does little more than
imp
2014-02-28
1
-2
/
+17
*
Correct the order of arguments to mtx_init().
brueffer
2014-02-14
1
-1
/
+1
*
Generalize AT91 NAND support a bit. Be more flexible about ALE and CLE
imp
2014-01-19
2
-11
/
+81
*
More NAND IDs of some really old Samsung parts, also list the part
imp
2014-01-04
1
-7
/
+7
*
Fill in some more info about the (somewhat old) Samsung parts I have
imp
2014-01-03
1
-4
/
+4
*
The HOT-E HL201 has 128MB Samsung SLC NAND, ID it properly.
imp
2014-01-03
1
-0
/
+2
*
Make the comment match the code. Not sure why we calculate it this
imp
2014-01-02
1
-1
/
+1
*
Add support for Samsung K9F2G08U0A (256MiB SLC) NAND found on some old
imp
2013-12-31
1
-0
/
+2
*
Add a nand flash controller driver for Atmel at91 family. Tested only
ian
2013-12-02
1
-0
/
+258
*
Look up a nand chip by id in the static table before trying to obtain
ian
2013-11-29
1
-11
/
+21
*
Unbreak compilation with GCC.
gber
2013-11-21
2
-2
/
+4
*
Split raw reading/programming into smaller chunks to avoid allocating too
gber
2013-11-20
2
-18
/
+100
*
Rework the routine that returns a pointer to the table of software ECC
ian
2013-11-15
1
-17
/
+16
*
Move the luns field to the end of the struct, for serendipitous packing.
ian
2013-11-15
1
-1
/
+1
*
ONFI parameters are little-endian, hence we must take care to convert them
ian
2013-11-15
3
-21
/
+48
*
Search for and validate the ONFI params as specified in the standard.
ian
2013-11-15
1
-9
/
+46
*
Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).
ian
2013-11-15
1
-5
/
+16
*
The vendor specified field is 88 bytes, not 8 bytes.
ian
2013-11-15
1
-1
/
+3
*
o Add ONFI signature check.
br
2013-11-09
3
-2
/
+9
*
Use direct custom implementations instead of g_handleattr() for CFI and NAND
mav
2013-06-12
1
-16
/
+20
*
Fix ONFI chip detection.
gber
2013-05-27
2
-2
/
+2
*
Add the chip used in recent GlobalScale Technologies *Plug computers
ian
2013-01-27
1
-0
/
+2
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-10
/
+2
*
Add a driver for the Freescale FCM module in the localbus controller.
marcel
2012-07-03
2
-0
/
+813
*
Add nand core module and module dependency information.
takawata
2012-06-26
2
-0
/
+4
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
24
-0
/
+8078