Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/usb pullup 1.4->1.5 (augustss)
details: https://anonhg.NetBSD.org/src/rev/9aa4f69711ed
branches: netbsd-1-4
changeset: 469132:9aa4f69711ed
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 01 19:21:18 1999 +0000
description:
pullup 1.4->1.5 (augustss)
diffstat:
sys/dev/usb/ohcivar.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r cee12167f1a0 -r 9aa4f69711ed sys/dev/usb/ohcivar.h
--- a/sys/dev/usb/ohcivar.h Thu Jul 01 19:19:34 1999 +0000
+++ b/sys/dev/usb/ohcivar.h Thu Jul 01 19:21:18 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcivar.h,v 1.4 1998/12/26 12:53:01 augustss Exp $ */
+/* $NetBSD: ohcivar.h,v 1.4.2.1 1999/07/01 19:21:18 perry Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -53,6 +53,9 @@
/*ohci_soft_ed_t *sed;*/
usbd_request_handle reqh;
u_int16_t len;
+ u_int16_t flags;
+#define OHCI_CALL_DONE 0x0001
+#define OHCI_SET_LEN 0x0002
} ohci_soft_td_t;
#define OHCI_TD_CHUNK 256
@@ -96,7 +99,9 @@
usbd_request_handle sc_intrreqh;
int sc_intrs;
+
char sc_vendor[16];
+ int sc_id_vendor;
} ohci_softc_t;
usbd_status ohci_init __P((ohci_softc_t *));
Home |
Main Index |
Thread Index |
Old Index