|
|
| version 1.8, 2004/04/09 22:34:09 | version 1.9, 2004/04/21 18:13:49 |
|---|---|
| Line 76 Static struct ifqueue usbq_rx; | Line 76 Static struct ifqueue usbq_rx; |
| Static struct ifqueue usbq_tx; | Static struct ifqueue usbq_tx; |
| Static int mtx_inited = 0; | Static int mtx_inited = 0; |
| Static void usbintr(struct netmsg *msg) | Static int usbintr(struct netmsg *msg) |
| { | { |
| struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; | struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; |
| struct ether_header *eh; | struct ether_header *eh; |
| Line 118 Static void usbintr(struct netmsg *msg) | Line 118 Static void usbintr(struct netmsg *msg) |
| splx(s); | splx(s); |
| lwkt_replymsg(&msg->nm_lmsg, 0); | lwkt_replymsg(&msg->nm_lmsg, 0); |
| return; | return EASYNC; |
| } | } |
| void | void |