I'm trying to get usb ethernet working on snv_49, so i was patching
<http://www.bolthole.com/solaris/drivers/usbnet.tar.gz> and tried to
figure out how to do a mapping for certain functions (i figured it
out).

while following the code, i believe i hit an infinite loop, what am i missing:

http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/io/usb/usba10/usba10.c#124
124 usb_get_ep_data(
calls:
132 return (usba10_usb_get_ep_data( 133 dip, dev_datap, interface,
alternate, type, direction));
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/io/usb/usba/usba10_calls.c#95
95 usba10_usb_get_ep_data(
calls:
103 return (usb_get_ep_data( 104 dip, dev_datap, interface, alternate,
type, direction));

am i missing something, or is that an infinite loop?
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to