--- - branch: netbsd-9 date: Tue Jul 7 10:29:06 UTC 2020 files: - new: 1.1649.2.7 old: 1.1649.2.6 path: src/distrib/sets/lists/man/mi pathrev: src/distrib/sets/lists/man/mi@1.1649.2.7 type: modified - new: 1.680.2.5 old: 1.680.2.4 path: src/share/man/man4/Makefile pathrev: src/share/man/man4/Makefile@1.680.2.5 type: modified - new: 1.4.2.2 old: '0' path: src/share/man/man4/aq.4 pathrev: src/share/man/man4/aq.4@1.4.2.2 type: added - new: 1.120.2.4 old: 1.120.2.3 path: src/sys/arch/amd64/conf/ALL pathrev: src/sys/arch/amd64/conf/ALL@1.120.2.4 type: modified - new: 1.531.2.10 old: 1.531.2.9 path: src/sys/arch/amd64/conf/GENERIC pathrev: src/sys/arch/amd64/conf/GENERIC@1.531.2.10 type: modified - new: 1.167.2.3 old: 1.167.2.2 path: src/sys/arch/amd64/conf/XEN3_DOM0 pathrev: src/sys/arch/amd64/conf/XEN3_DOM0@1.167.2.3 type: modified - new: 1.103.2.13 old: 1.103.2.12 path: src/sys/arch/evbarm/conf/GENERIC64 pathrev: src/sys/arch/evbarm/conf/GENERIC64@1.103.2.13 type: modified - new: 1.469.2.3 old: 1.469.2.2 path: src/sys/arch/i386/conf/ALL pathrev: src/sys/arch/i386/conf/ALL@1.469.2.3 type: modified - new: 1.1208.2.5 old: 1.1208.2.4 path: src/sys/arch/i386/conf/GENERIC pathrev: src/sys/arch/i386/conf/GENERIC@1.1208.2.5 type: modified - new: 1.413.2.2 old: 1.413.2.1 path: src/sys/dev/pci/files.pci pathrev: src/sys/dev/pci/files.pci@1.413.2.2 type: modified - new: 1.17.2.2 old: '0' path: src/sys/dev/pci/if_aq.c pathrev: src/sys/dev/pci/if_aq.c@1.17.2.2 type: added - new: 1.1383.2.8 old: 1.1383.2.7 path: src/sys/dev/pci/pcidevs pathrev: src/sys/dev/pci/pcidevs@1.1383.2.8 type: modified - new: 1.18.42.1 old: '1.18' path: src/sys/net/ethertypes.h pathrev: src/sys/net/ethertypes.h@1.18.42.1 type: modified id: 20200707T102906Z.6fbe70142f66c2f18b02c944c0d4945fe548b520 log: "Pull up following revision(s) (requested by jmcneill in ticket #980):\n\n\tsys/dev/pci/if_aq.c: revision 1.4\n\tsys/dev/pci/if_aq.c: revision 1.5\n\tsys/arch/amd64/conf/GENERIC: revision 1.553\n\tsys/dev/pci/files.pci: revision 1.419\n\tsys/arch/amd64/conf/XEN3_DOM0: revision 1.170\n\tsys/dev/pci/if_aq.c: revision 1.9\n\tshare/man/man4/Makefile: revision 1.693\n\tsys/dev/pci/pcidevs: revision 1.1411\n\tshare/man/man4/aq.4: revision 1.1\n\tshare/man/man4/aq.4: revision 1.3\n\tsys/arch/i386/conf/ALL: revision 1.479\n\tshare/man/man4/aq.4: revision 1.4\n\tsys/dev/pci/if_aq.c: revision 1.10\n\tsys/dev/pci/files.pci: revision 1.421\n\tsys/dev/pci/if_aq.c: revision 1.11\n\tsys/dev/pci/if_aq.c: revision 1.12\n\tsys/dev/pci/if_aq.c: revision 1.13\n\tsys/dev/pci/if_aq.c: revision 1.14\n\tsys/dev/pci/if_aq.c: revision 1.15\n\tsys/dev/pci/if_aq.c: revision 1.16\n\tsys/dev/pci/pcidevs: revision 1.1408\n\tsys/arch/amd64/conf/ALL: revision 1.135\n\tsys/net/ethertypes.h: revision 1.19\n\tsys/arch/i386/conf/GENERIC: revision 1.1218\n\tdistrib/sets/lists/man/mi: revision 1.1668\n\tsys/dev/pci/if_aq.c: revision 1.1\n\tsys/dev/pci/if_aq.c: revision 1.2\n\tsys/dev/pci/pcidevs: revision 1.1395\n\tsys/dev/pci/if_aq.c: revision 1.3\n\tsys/arch/evbarm/conf/GENERIC64: revision 1.125\n\nAdd the ETHERTYPE_QINQ for 802.1ad VLAN stacking\n\nadd Aquantia AQC 10G network adapters\nadd support Aquantia AQC seriese 10G network adapters.\n\nthis driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,\nbut drastically rewritten for NetBSD.\n\nadd aq(4)\n\n Add Aquantia AQC100, AQC100S and D100.\n\nadd support VLAN HW filter\n\nset/clear IFF_OACTIVE flag only on txring 0\n\nmake counters per queue\n\nsupport internal PHY temperature sensor\n\nFound by kUBSan:\n- Use unsigned to avoid undefined behavior in aq_hw_init().\n- Cast to unsigned to avoid undefined behavior in aq_set_mac_addr().\n\nfix descriptions of register map in comment\n\nreturn the ifmedia active status correctly even while the link is not up after attach.\npointed out by msaitoh@. thanks.\n\nOn FIBRE devices, there are times when linkstat interrupt doesn't occur?\nreported from Andrius V. thanks.\n- use polling instead of linkstat interrupt when FIBRE\n- add AQ_FORCE_POLL_LINKSTAT options (not by default)\n\nsort product table, and tabify\n\nadd support AQC100S and D100.\nnot tested, but they are probably the same as the AQC100.\n" module: src subject: 'CVS commit: [netbsd-9] src' unixtime: '1594117746' user: martin