git: cf82a0d2b72f - main - ASUS_AC1300: add storage device options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Feb 2025 02:49:42 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=cf82a0d2b72ffa749a845d721033d27106f954f7
commit cf82a0d2b72ffa749a845d721033d27106f954f7
Author: Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2025-02-15 20:47:46 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2025-02-21 02:48:12 +0000
ASUS_AC1300: add storage device options
This adds the required bits for the installed NAND/NOR chips.
Differential Revision: https://reviews.freebsd.org/D49028
---
sys/arm/conf/ASUS_AC1300 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/sys/arm/conf/ASUS_AC1300 b/sys/arm/conf/ASUS_AC1300
index 67ee0b541c2e..1730d389f988 100644
--- a/sys/arm/conf/ASUS_AC1300
+++ b/sys/arm/conf/ASUS_AC1300
@@ -49,4 +49,18 @@ device gpio
device ether
device mii
device bpf
+device vlan
+options GEOM_UZIP
+device xz
+
+# SPI NOR flash
+device mx25l
+
+# SPI NAND flash
+device w25n
+
+# USB storage
+device scbus
+device umass
+device da