57d6225b2b
The driver have been tested with the following devices * Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware) * Option GlobeSurfer iCON 225 Older cards should work just fine with ubsa(4) or any similar USB-over-serial driver. Note that this driver should be considered beta. WWW: http://www.shapeshifter.se/code/hso/ PR: ports/123680 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
9 lines
412 B
Text
9 lines
412 B
Text
%%PL_DEVD%%@unexec if cmp -s %D/etc/devd/option-icon.conf.sample %D/etc/devd/option-icon.conf; then rm -f %D/etc/devd/option-icon.conf; fi
|
|
%%PL_DEVD%%etc/devd/option-icon.conf.sample
|
|
%%PL_DEVD%%@exec if [ ! -f %D/etc/devd/option-icon.conf ]; then mkdir -p %B; cp -p %D/%F %B/option-icon.conf; fi
|
|
%%PL_DEVD%%@dirrmtry etc/devd
|
|
%%PL_HSOCTL%%bin/hsoctl
|
|
@cwd /boot/modules
|
|
hso.ko
|
|
@exec kldxref %D
|
|
@unexec kldxref %D
|