diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-10-02 02:25:43 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-10-02 02:25:43 -0400 |
commit | 225cc4af5c5be518460b204aaba7beb9e013d6a7 (patch) | |
tree | 162fc2cacaf992f7bc560b6209c6207fd01e6f8e /sys/src/9/boot/nusbrc | |
parent | 805fe4660e71ebb2fc18b5da1fee50b02b9a8b4e (diff) |
nusb/ether: add rtl8150 driver, remove unused includes
Diffstat (limited to 'sys/src/9/boot/nusbrc')
-rwxr-xr-x | sys/src/9/boot/nusbrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/boot/nusbrc b/sys/src/9/boot/nusbrc index ff2a12ed9..88be1c85f 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -18,6 +18,8 @@ if(! nusb/usbd) nusb/ether -t a88178 $etherargs $1 & case 2001abc1 nusb/ether -t aue $etherargs $1 & + case 0bda8150 + nusb/ether -t url $etherargs $1 & case * switch($4){ case *03 |