HomeSort by: relevance | last modified time | path
    Searched defs:ide (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
devopen.c 43 * /dev/disk/ide/0/master/0_n
44 * /dev/disk/ide/0/slave/0_n
55 char ide[] = "ide"; local in function:devparse
73 } else if (strncmp(p, ide, strlen(ide)) == 0) {
77 p += strlen(ide);
  /src/sys/arch/acorn32/podulebus/
icside.c 33 * Probe and attach functions to use generic IDE driver for the ICS IDE podule
37 * Thanks to David Baildon for loaning an IDE card for the development
63 * ICS IDE podule device.
65 * This probes and attaches the top level ICS IDE device to the podulebus.
66 * It then configures any children of the ICS IDE device.
71 * ICS IDE card softc structure.
119 int id; /* IDE card ID */
124 int ideregs[MAX_CHANNELS]; /* IDE registers */
176 const struct ide_version *ide = NULL local in function:icside_attach
    [all...]
  /src/sys/arch/x68k/stand/libdos/
dos.h 167 unsigned char ide; member in struct:dos_dpbptr
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 407 unsigned ac97, ide, pcib, pmgt, usb12, usb34, val; local in function:encbrdfix
412 * 0.22.1 1106.0571 IDE (viaide)
419 ide = pcimaketag(0, 22, 1);
462 (void) pcicfgread(ide, 0x08);
469 unsigned ide, irq, net, pcib, steer, val; local in function:encpcifix
473 ide = pcimaketag(0, 22, 1);
504 * //// IDE fixup ////
505 * - "native mode" (ide 0x09)
508 /* ide: 0x09 - programming interface; 1000'SsPp */
509 val = pcicfgread(ide, 0x08) & 0xffff00ff
596 unsigned ide, net, pcib, steer, val; local in function:motpcifix
    [all...]

Completed in 15 milliseconds