HomeSort by: relevance | last modified time | path
    Searched refs:ST_POOL_SIZE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/atari/conf/
SMALL030 33 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
ATARITT 47 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
FALCON 50 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
GENERIC.in 206 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
HADES 49 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
MILAN-ISAIDE 49 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
MILAN-PCIIDE 49 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
files.atari 12 defparam ST_POOL_SIZE
  /src/sys/arch/atari/atari/
atari_init.c 143 #ifndef ST_POOL_SIZE
144 #define ST_POOL_SIZE 56 /* Xserver requires 320KB (40 pages) */
147 psize_t st_pool_size = ST_POOL_SIZE * PAGE_SIZE; /* Patchable */ variable
294 if (st_pool_size > ST_POOL_SIZE_MIN * PAGE_SIZE &&
296 st_pool_size = ST_POOL_SIZE_MIN * PAGE_SIZE;
298 st_pool_size = m68k_round_page(st_pool_size);
299 st_pool_phys = stphysize - st_pool_size;
515 vstart += st_pool_size;
    [all...]

Completed in 19 milliseconds