diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-08-24 19:18:15 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-08-24 19:18:15 -0400 |
commit | 334054e0e7c80a8b6b817089214e5282174fc7c9 (patch) | |
tree | 4a5d5456b18bfaa4659fa1faba5b5e9b2b4262d7 /sys/src/9/boot | |
parent | 808480f76bedbbe4215da11de31f7403de668b2a (diff) |
nusb/ether: add aue driver for admtek pegasus usb ethernet adapter
Diffstat (limited to 'sys/src/9/boot')
-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 9a9f70754..ff2a12ed9 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -16,6 +16,8 @@ if(! nusb/usbd) nusb/ether -t a88772 $etherargs $1 & case 0b951780 14eaab11 17370039 0411006e 050d5055 nusb/ether -t a88178 $etherargs $1 & + case 2001abc1 + nusb/ether -t aue $etherargs $1 & case * switch($4){ case *03 |