diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-08 00:40:44 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-08 00:40:44 +0000 |
| commit | 5edf2bc0a57ed3a7293abe683e8226176913c228 (patch) | |
| tree | b7353c24638bd58a85359d492e049457f6152529 /sys | |
| parent | c971c124a12ace0044767f1a5b3baee75bc79d9d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/if_kue.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 1512fbdac1d0..0167d9e75e57 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -892,7 +892,13 @@ static void kue_init(xsc) kue_setword(sc, KUE_CMD_SET_PKT_FILTER, sc->kue_rxfilt); /* I'm not sure how to tune these. */ +#ifdef notdef + /* + * Leave this one alone for now; setting it + * wrong causes lockups on some machines/controllers. + */ kue_setword(sc, KUE_CMD_SET_SOFS, 1); +#endif kue_setword(sc, KUE_CMD_SET_URB_SIZE, 64); /* Init TX ring. */ |
