Module Name:    src
Committed By:   skrll
Date:           Tue Nov 12 07:30:13 UTC 2024

Modified Files:
        src/sys/arch/riscv/conf: GENERIC64

Log Message:
Remove the USB stuff that is already in GENERIC.common


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/riscv/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/riscv/conf/GENERIC64
diff -u src/sys/arch/riscv/conf/GENERIC64:1.17 src/sys/arch/riscv/conf/GENERIC64:1.18
--- src/sys/arch/riscv/conf/GENERIC64:1.17	Mon Nov 11 20:30:08 2024
+++ src/sys/arch/riscv/conf/GENERIC64	Tue Nov 12 07:30:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64,v 1.17 2024/11/11 20:30:08 skrll Exp $
+# $NetBSD: GENERIC64,v 1.18 2024/11/12 07:30:12 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -91,12 +91,6 @@ sunxiusbphy* 	at fdt?			# Allwinner USB 
 # USB
 jh71x0usb* 	at fdt?			# StarFive JH71x0 usb
 
-# USB
-xhci* 		at fdt?			# XHCI
-usb* 		at usbus?
-include "dev/usb/usbdevices.config"
-midi* 		at midibus?
-
 # Ethernet
 #awge* 		at fdt?			# DesignWare Gigabit Ethernet
 eqos* 		at fdt?			# DesignWare Ethernet QoS

Reply via email to