;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Sample configuration file for iSBC 254 board bootstrap driver ; ; A configuration file for a bootstrap driver consists of ; an include of the bootstrap driver macro file followed ; by an invocation of the configuration macro for the driver. ; ; The 254 board macro is: ; ; b254(IO_base, Dev_gran, Num_boards, Board_size) ; ; IO_base is the I/O base port number selected on the 254 board. ; Dev_gran is the page size in bytes. ; Num_boards is the maximum number of iSBC 254 boards in the system. ; Board_size is the size in pages of each board. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include(:f1:b254.inc) %b254(0880H, 256, 8, 2048)