blob: c624843a167e43ad6ada375d86e4d32846222bb0 [file] [log] [blame]
purpose: USB ethernet driver loader
\ See license at end of file
command: &tokenize &this
build-now
silent on
begin-tokenizing usbnet.fc
FCode-version2
fload ${BP}/dev/usb2/device/common.fth \ USB device driver common routines
fload ${BP}/dev/usb2/vendor.fth \ Vendor/product id table search routines
fload ${BP}/dev/usb2/device/net/vendor.fth \ Ethernet vendor/product id table
fload ${BP}/dev/usb2/device/net/common.fth \ Ethernet common variables and routines
fload ${BP}/dev/usb2/device/net/ax8817x.fth \ AX8817X device routines
fload ${BP}/dev/usb2/device/net/lan7500.fth \ SMSC LAN7500 device routines
fload ${BP}/dev/usb2/device/net/pegasus.fth \ PegasusII device routines
fload ${BP}/dev/usb2/device/net/ethernet.fth \ USB ethernet driver
end0
end-tokenizing
\ LICENSE_BEGIN
\ Copyright (c) 2006 FirmWorks
\
\ Permission is hereby granted, free of charge, to any person obtaining
\ a copy of this software and associated documentation files (the
\ "Software"), to deal in the Software without restriction, including
\ without limitation the rights to use, copy, modify, merge, publish,
\ distribute, sublicense, and/or sell copies of the Software, and to
\ permit persons to whom the Software is furnished to do so, subject to
\ the following conditions:
\
\ The above copyright notice and this permission notice shall be
\ included in all copies or substantial portions of the Software.
\
\ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
\ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
\ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
\ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
\ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
\ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
\ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\
\ LICENSE_END