Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/wip/libusb purge some stuff not used by this co...



details:   https://anonhg.NetBSD.org/src/rev/b622d7de2933
branches:  trunk
changeset: 750173:b622d7de2933
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Dec 19 11:29:26 2009 +0000

description:
purge some stuff not used by this component anymore

diffstat:

 sys/rump/dev/wip/libusb/locators.h |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 8369333fc19b -r b622d7de2933 sys/rump/dev/wip/libusb/locators.h
--- a/sys/rump/dev/wip/libusb/locators.h        Sat Dec 19 10:34:18 2009 +0000
+++ b/sys/rump/dev/wip/libusb/locators.h        Sat Dec 19 11:29:26 2009 +0000
@@ -1,12 +1,7 @@
-/*     $NetBSD: locators.h,v 1.1 2009/10/01 21:46:31 pooka Exp $       */
+/*     $NetBSD: locators.h,v 1.2 2009/12/19 11:29:26 pooka Exp $       */
 
 /* locators borrowed from config.  redo properly some day */
 
-#define SCSIBUSCF_TARGET 0
-#define SCSIBUSCF_TARGET_DEFAULT -1
-#define SCSIBUSCF_LUN 1
-#define SCSIBUSCF_LUN_DEFAULT -1
-#define SCSIBUSCF_NLOCS 2
 #define USBIFIFCF_PORT 0
 #define USBIFIFCF_PORT_DEFAULT -1
 #define USBIFIFCF_CONFIGURATION 1
@@ -33,6 +28,3 @@
 #define USBDEVIFCF_RELEASE 5
 #define USBDEVIFCF_RELEASE_DEFAULT -1
 #define USBDEVIFCF_NLOCS 6
-#define SCSICF_CHANNEL 0
-#define SCSICF_CHANNEL_DEFAULT -1
-#define SCSICF_NLOCS 1



Home | Main Index | Thread Index | Old Index