CVS log for src/sys/arch/arm/sociox/if_scx.c
Up to [cvs.NetBSD.org] / src / sys / arch / arm / sociox
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jun 29 11:27:12 2024 UTC (5 months ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3
lines
scx(4): Fix if_statinc call.
We don't have a reference to the local statistics counters, so we
can't use if_statinc_ref. But, because net_stat_ref_t is just an
alias for void *, the compiler doesn't detect this mistake.
PR kern/58380
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jun 15 07:21:45 2023 UTC (17 months, 2 weeks ago) by nisimura
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +31 -28
lines
if_scx.c
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jun 14 00:07:22 2023 UTC (17 months, 3 weeks ago) by nisimura
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +76 -25
lines
force PHY loopback while uengine reloading process as tianocore/EDK2 UEFI
mentions. A piece of comment updates.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jun 13 00:15:52 2023 UTC (17 months, 3 weeks ago) by nisimura
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +149 -153
lines
major code quality improvements, descriptive comments, code density.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun May 21 00:35:38 2023 UTC (18 months, 2 weeks ago) by nisimura
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +310 -177
lines
small fixes, code shuffle for ease of understanding.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 27 06:36:43 2022 UTC (2 years, 2 months ago) by skrll
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3
lines
Remove unnecessary sys/malloc.h include
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Sep 18 15:22:43 2022 UTC (2 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -14
lines
Eliminate use of IFF_OACTIVE.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jun 12 16:22:37 2022 UTC (2 years, 5 months ago) by andvar
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -5
lines
fix few typos in comments.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jan 27 02:34:23 2022 UTC (2 years, 10 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +17 -12
lines
always use mac_write/read to handle DWC registers
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 25 10:51:36 2022 UTC (2 years, 10 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +25 -30
lines
- don't put const for CFATTACH_DECL_NEW()
- MDIO now senses PHY correctly.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Dec 31 14:25:22 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
sys: Use if_init wrapper function.
Exception: Not in kern_pmf.c, for the kind of silly reason that it
avoids having kern_pmf.c refer to symbols defined only in net; this
avoids a pain in the rump.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Dec 21 21:30:49 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
pursue better register description
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 21 12:12:52 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -10
lines
correct register definition error and improve naming
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Dec 21 11:07:51 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +102 -40
lines
add interrupt logic stuff
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 20 06:47:24 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +85 -47
lines
- iron out attach error case messages
- use 64-bit paddr bus_dma_tag
- dig and decode FDT "clock-frequency" value
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Dec 20 02:24:33 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +32 -22
lines
development snapshot; endianness and others.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 20 02:23:04 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +78 -27
lines
fix and improve register definitions
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 16 11:36:25 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +101 -79
lines
interlim commit to snapshot SC2A11 GbE progress.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Dec 16 11:32:22 2021 UTC (2 years, 11 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +137 -104
lines
improve SC2A11 hardware register description.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Aug 2 12:56:22 2021 UTC (3 years, 4 months ago) by andvar
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-futex2-base,
thorpej-futex2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -10
lines
fix various typos in comments and log messages.
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:18 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +8 -7
lines
Sync with HEAD.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:10:19 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex-base,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -7
lines
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Oct 10 03:29:48 2020 UTC (4 years, 1 month ago) by nisimura
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +422 -383
lines
reorder functions for better relevance
Revision 1.22.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:37 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.22.4.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.4.1: +1615 -0
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.22.4.1
Sat Mar 28 13:15:24 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.22: +0 -1615
lines
file if_scx.c was added on branch phil-wifi on 2020-04-13 08:03:37 +0000
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 28 13:15:24 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: phil-wifi
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +30 -34
lines
- comb down rcvfilt() filter adjustment logic.
- some mii_statchg() can be written in simpler form.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 27 13:00:13 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +28 -45
lines
extend mii_statchg() to use ether_mediachange(). care about hash filter selection.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 27 09:19:33 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +16 -16
lines
try to be better register descriptions
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Mar 27 07:59:50 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +46 -17
lines
more register mashup work
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 27 06:32:49 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +105 -65
lines
register definition mashed. from UEFI and CycloneV PDF
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Mar 26 10:38:16 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +22 -21
lines
update register definition. from UEFI source code.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Mar 26 08:28:50 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +18 -14
lines
correct global reset logic. still remains MII speed trouble.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 26 01:05:26 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -11
lines
adjust minor comments
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 25 20:19:46 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +67 -35
lines
use dma32 for descriptor store. likely still missing freq designation(s)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 25 01:39:49 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +96 -52
lines
make sure to use mac_write() for GMACxxx registers. try to decode xMII link status report
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 24 13:44:21 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +12 -8
lines
add more register description
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 24 13:07:46 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -7
lines
add more registers supposed to exist
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 24 11:26:21 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -3
lines
fix FDT 2nd addr to map EEPROM store. mention ACPI _DSD contains FDT equiv parameters.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 24 10:47:03 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -7
lines
try to be consistent for the number of address match filter. tentative util the reality.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 24 10:31:52 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -9
lines
small knit about multicast hash table handling. use sc_100mii as bool
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 24 02:31:59 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +24 -19
lines
add some more findings about SC2A11 GbE. do some code steamline practice.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 23 07:42:00 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +42 -42
lines
replace some macro names for descriptor management
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 23 05:49:57 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -12
lines
do better work in ifmedia_upd. fix ucode injection.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 23 05:27:41 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +28 -17
lines
try to catch RMII/MII phy condition. fix divisor cal. nuke &= 03 error
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 23 04:34:16 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +26 -24
lines
improve comment descriptions. DRT for ucode load
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 23 03:55:49 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +39 -28
lines
try to DRT about EEPROM ucode
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 23 03:25:06 2020 UTC (4 years, 8 months ago) by nisimura
Branches: MAIN
Socionext "NetSec" GbE driver
CVSweb <webmaster@jp.NetBSD.org>