On 12/12/06, Brian Bechtel <email@hidden> wrote:
kextload -a com.apple.iokit.IOPCIFamily@0x123456 \
-a com.apple.iokit.IOSCSIFamily@0x234567 \
-a com.acard.driver.ACard68xxM@0xADDR_FROM_SHOWALLKMODS \
-s ~/Desktop/gg -- /path/to/ACard68xxM_driver.kext
every "-a" argument is of the form drivername@address
"-s" defines the directory to store the symbol files
The path to the driver is typically
/System/Library/Extensions/ACard68xMM.kext
that would replace "/path/to/ACard68xxM_driver.kext"