#!/bin/tcsh # Run IOBhack (I/O board hack) with Region-2 and Region-1 addresses on # the command line. Revised: 2002 September 20, JAB # ~jball/bin/IOBhack 0 ` /sbin/setpci -d 10b5:3001 BASE_ADDRESS_2 ` \ # ` /sbin/setpci -d 10b5:3001 BASE_ADDRESS_1 ` ~jball/bin/IOBhack $* # 0x10b5 is PLX Technology, and 0x3001 is Dan's I/O board assignment # BASE_ADDRESS_2 is Region 2 memory; BASE_ADDRESS_1 is Region 1 I/O ports # Note that IOBhack needs root privileges