Home
last modified time | relevance | path

Searched refs:rsrcid (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/mac68k/nubus/
Dnubus.c107 int i, rsrcid; in nubus_attach() local
138 rsrcid = 0x80; in nubus_attach()
157 &fmtblock, &dir, rsrcid, &dirent) <= 0) { in nubus_attach()
158 if ((rsrcid = nubus_video_resource(i)) == -1) { in nubus_attach()
172 rsrcid = nubus_read_1(bst, bsh, in nubus_attach()
174 if (rsrcid == 0x1) { in nubus_attach()
179 rsrcid = nubus_read_1(bst, bsh, lanes, entry); in nubus_attach()
181 if (rsrcid == 0xff) { in nubus_attach()
185 rsrcid = 0x01; in nubus_attach()
189 printf("\tUsing rsrc 0x%x.\n", rsrcid); in nubus_attach()
[all …]
Dgrf_nubus.c160 &sc->sc_slot, &dir, na->rsrcid, &dirent) <= 0) { in grfmv_attach()
170 if ((na->rsrcid != 128) || in grfmv_attach()
Dnubus.h363 int rsrcid; member