Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb urio(4) has gone - remove it from here as well, ...



details:   https://anonhg.NetBSD.org/src/rev/9164087cdcbf
branches:  trunk
changeset: 744486:9164087cdcbf
user:      kre <kre%NetBSD.org@localhost>
date:      Mon Feb 03 12:56:26 2020 +0000

description:
urio(4) has gone - remove it from here as well, so any kernel config
files that reference it will fail to configure, rather than later
failing to build.

diffstat:

 sys/dev/usb/files.usb |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 88eabddbd144 -r 9164087cdcbf sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Mon Feb 03 10:37:46 2020 +0000
+++ b/sys/dev/usb/files.usb     Mon Feb 03 12:56:26 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.169 2020/01/17 15:00:20 maya Exp $
+#      $NetBSD: files.usb,v 1.170 2020/02/03 12:56:26 kre Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -282,11 +282,6 @@
 attach umodeswitch at usbdevif
 file   dev/usb/umodeswitch.c           umodeswitch
 
-# Diamond Multimedia Rio 500
-device urio
-attach urio at usbdevif
-file   dev/usb/urio.c                  urio                    needs-flag
-
 # Apple iPad
 device uipad
 attach uipad at usbdevif



Home | Main Index | Thread Index | Old Index