/src/sys/arch/mac68k/nubus/ |
nubus.c | 107 int i, rsrcid; local in function:nubus_attach 138 rsrcid = 0x80; 157 &fmtblock, &dir, rsrcid, &dirent) <= 0) { 158 if ((rsrcid = nubus_video_resource(i)) == -1) { 172 rsrcid = nubus_read_1(bst, bsh, 174 if (rsrcid == 0x1) { 179 rsrcid = nubus_read_1(bst, bsh, lanes, entry); 181 if (rsrcid == 0xff) { 185 rsrcid = 0x01; 189 printf("\tUsing rsrc 0x%x.\n", rsrcid); [all...] |
nubus.h | 363 int rsrcid; member in struct:nubus_attach_args
|