Up to [cvs.NetBSD.org] / src / sys / dev / ic
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 10 17:19:30 2021 UTC (14 months, 2 weeks ago) by msaitoh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
s/endianess/endianness/
Revision 1.1.20.1 / (download) - annotate - [select for diffs], Sun Apr 22 07:20:20 2018 UTC (4 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.1: +102 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 19 21:50:08 2018 UTC (4 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
s/static inline/static __inline/g for consistency.
Revision 1.1.12.1 / (download) - annotate - [select for diffs], Thu Apr 19 15:37:56 2018 UTC (4 years, 9 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Changes since 1.1: +102 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Pull up following revision(s) (requested by nonaka in ticket #781): sbin/nvmectl/Makefile 1.4 sbin/nvmectl/bignum.c 1.2 sbin/nvmectl/devlist.c 1.3-1.5 sbin/nvmectl/firmware.c 1.3,1.4 sbin/nvmectl/identify.c 1.3-1.5 sbin/nvmectl/logpage.c 1.5-1.7 sbin/nvmectl/nvme.h 1.3 sbin/nvmectl/nvmectl.8 1.5 sbin/nvmectl/nvmectl.c 1.5-1.7 sbin/nvmectl/nvmectl.h 1.5-1.8 sbin/nvmectl/perftest.c 1.3-1.5 sbin/nvmectl/power.c 1.3,1.4 sbin/nvmectl/reset.c 1.2,1.3 sbin/nvmectl/util.c 1.1,1.2 sbin/nvmectl/wdc.c 1.2-1.4 sys/dev/ic/ld_nvme.c 1.20 sys/dev/ic/nvme.c 1.38,1.39 sys/dev/ic/nvmeio.h 1.2 sys/dev/ic/nvmereg.h 1.10,1.11 sys/dev/ic/nvmevar.h 1.16 sys/dev/pci/nvme_pci.c 1.20 nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763. nvmectl(8): fix wdc command usage. nvme(4): Added some delay before check RDY bit quirk when disabling device. Pick from FreeBSD nvme(4) r326937. Add some new structure fileds, opcodes and statuses from NVMe 1.3a. nvmectl(8): Add big-endian support. from FreeBSD nvmecontolr(8) r329824. nvmectl(8): fix subcommand usage. nvmectl(8): Remove some wdc subcommands from man page. - wdc drive-log - wdc get-crash-dump - wdc purge - wdc purge-monitor Typos. use setprogname()/getprogname(), do not hardcode the prognam name in fixed strings
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 10:11:45 2018 UTC (4 years, 9 months ago) by nonaka
Branch: MAIN
Changes since 1.1: +102 -2
lines
Diff to previous 1.1 (colored)
nvmectl(8): Add big-endian support. from FreeBSD nvmecontolr(8) r329824.
Revision 1.1.18.2 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:03 2017 UTC (5 years, 1 month ago) by jdolecek
Branch: tls-maxphys
Changes since 1.1.18.1: +97 -0
lines
Diff to previous 1.1.18.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
update from HEAD
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Jul 9 20:25:02 2016 UTC (6 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1.2.1: +97 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD
Revision 1.1.18.1, Sat Jun 4 16:11:51 2016 UTC (6 years, 7 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.1: +0 -97
lines
FILE REMOVED
file nvmeio.h was added on branch tls-maxphys on 2017-12-03 11:37:03 +0000
Revision 1.1.2.1, Sat Jun 4 16:11:51 2016 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1: +0 -97
lines
FILE REMOVED
file nvmeio.h was added on branch nick-nhusb on 2016-07-09 20:25:02 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 4 16:11:51 2016 UTC (6 years, 7 months ago) by nonaka
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: tls-maxphys,
pgoyette-compat,
nick-nhusb,
netbsd-8
Add NVMe command passthrough support.