From noreply at github.com Fri Oct 4 09:17:55 2024 From: noreply at github.com (Lucas Holt) Date: Fri, 04 Oct 2024 06:17:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] af55ca: add cpufeature.h and update byteorder logic Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: af55caee66aed522fbf2cc667d3666f624e00904 https://github.com/MidnightBSD/src/commit/af55caee66aed522fbf2cc667d3666f624e00904 Author: Lucas Holt Date: 2024-10-04 (Fri, 04 Oct 2024) Changed paths: M sys/compat/linuxkpi/common/include/asm/byteorder.h A sys/compat/linuxkpi/common/include/asm/cpufeature.h Log Message: ----------- add cpufeature.h and update byteorder logic To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri Oct 4 13:05:59 2024 From: noreply at github.com (Lucas Holt) Date: Fri, 04 Oct 2024 10:05:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 741737: Add atlantic(4) driver for Aquantia AQC multigigab... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 741737655f34455fd382d7458433470e752a0731 https://github.com/MidnightBSD/src/commit/741737655f34455fd382d7458433470e752a0731 Author: Lucas Holt Date: 2024-10-04 (Fri, 04 Oct 2024) Changed paths: M share/man/man4/Makefile A share/man/man4/atlantic.4 M sys/amd64/conf/GENERIC R sys/conf/Makefile.ia64 M sys/conf/files.amd64 A sys/dev/atlantic/LICENSE A sys/dev/atlantic/aq_common.h A sys/dev/atlantic/aq_dbg.c A sys/dev/atlantic/aq_dbg.h A sys/dev/atlantic/aq_device.h A sys/dev/atlantic/aq_fw.c A sys/dev/atlantic/aq_fw.h A sys/dev/atlantic/aq_fw1x.c A sys/dev/atlantic/aq_fw2x.c A sys/dev/atlantic/aq_hw.c A sys/dev/atlantic/aq_hw.h A sys/dev/atlantic/aq_hw_llh.c A sys/dev/atlantic/aq_hw_llh.h A sys/dev/atlantic/aq_hw_llh_internal.h A sys/dev/atlantic/aq_irq.c A sys/dev/atlantic/aq_main.c A sys/dev/atlantic/aq_media.c A sys/dev/atlantic/aq_ring.c A sys/dev/atlantic/aq_ring.h M sys/modules/Makefile A sys/modules/atlantic/Makefile Log Message: ----------- Add atlantic(4) driver for Aquantia AQC multigigabit adapters. This matches the version in mports from https://github.com/Aquantia/aqtion-freebsd Currently, we only supoprt using it as a module and not compiled into the kernel. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri Oct 4 14:48:47 2024 From: noreply at github.com (Lucas Holt) Date: Fri, 04 Oct 2024 11:48:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 3a9104: Add atlantic(4) driver for Aquantia AQC multigigab... Message-ID: Branch: refs/heads/stable/3.2 Home: https://github.com/MidnightBSD/src Commit: 3a9104a4f3998260241e064010d766f134bbd568 https://github.com/MidnightBSD/src/commit/3a9104a4f3998260241e064010d766f134bbd568 Author: Lucas Holt Date: 2024-10-04 (Fri, 04 Oct 2024) Changed paths: M share/man/man4/Makefile A share/man/man4/atlantic.4 M sys/amd64/conf/GENERIC R sys/conf/Makefile.ia64 M sys/conf/files.amd64 A sys/dev/atlantic/LICENSE A sys/dev/atlantic/aq_common.h A sys/dev/atlantic/aq_dbg.c A sys/dev/atlantic/aq_dbg.h A sys/dev/atlantic/aq_device.h A sys/dev/atlantic/aq_fw.c A sys/dev/atlantic/aq_fw.h A sys/dev/atlantic/aq_fw1x.c A sys/dev/atlantic/aq_fw2x.c A sys/dev/atlantic/aq_hw.c A sys/dev/atlantic/aq_hw.h A sys/dev/atlantic/aq_hw_llh.c A sys/dev/atlantic/aq_hw_llh.h A sys/dev/atlantic/aq_hw_llh_internal.h A sys/dev/atlantic/aq_irq.c A sys/dev/atlantic/aq_main.c A sys/dev/atlantic/aq_media.c A sys/dev/atlantic/aq_ring.c A sys/dev/atlantic/aq_ring.h M sys/modules/Makefile A sys/modules/atlantic/Makefile Log Message: ----------- Add atlantic(4) driver for Aquantia AQC multigigabit adapters. This matches the version in mports from https://github.com/Aquantia/aqtion-freebsd Currently, we only supoprt using it as a module and not compiled into the kernel. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications