| /src/sys/dev/vme/ |
| Makefile | 3 INCSDIR= /usr/include/dev/vme
|
| sc_vme.c | 34 * This file contains VME bus-dependent of the `sc' SCSI adapter. 42 * This driver originated as an MD implementation for the `si' VME driver. 46 * which included support for the VME adapter only. (no reselection). 49 * both the VME and OBIO code to support disconnect/reselect. 54 * Jason R. Thorpe ported the autoconfiguration and VME portions to 56 * a wacky OBIO variant of the VME SCSI-3. Many thanks to Chuck Cranor 80 #include <dev/vme/vmereg.h> 81 #include <dev/vme/vmevar.h> 98 #include <dev/vme/screg.h> 132 * If this is a VME SCSI board, we have to determine whethe [all...] |
| vme.c | 1 /* $NetBSD: vme.c,v 1.31 2024/04/24 02:27:33 thorpej Exp $ */ 32 __KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.31 2024/04/24 02:27:33 thorpej Exp $"); 41 #include <dev/vme/vmereg.h> 42 #include <dev/vme/vmevar.h> 54 #define VME_NUMCFRANGES 3 /* cf. "files.vme" */ 56 CFATTACH_DECL_NEW(vme, sizeof(struct vmebus_softc), 103 * This looks for a (dummy) vme device "VME_SLAVE_DUMMYDRV". 107 * of the VME master's slave side to its driver via the normal 114 * -other adapter VME slave ranges which should be kept track of 116 * In any case, the adapter driver must get the data before VME [all...] |
| /src/usr.bin/pmap/ |
| pmap.c | 334 struct vm_map_entry *vme; local 354 vme = D(vm_map_entry, vm_map_entry); 361 printf(" prev = %p,", vme->prev); 362 printf(" next = %p,\n", vme->next); 363 printf("%*s start = %#"PRIxVADDR",", indent(2), "", vme->start); 364 printf(" end = %#"PRIxVADDR",", vme->end); 365 printf(" object.uvm_obj/sub_map = %p,\n", vme->object.uvm_obj); 366 printf("%*s gap = %#"PRIxVSIZE",", indent(2), "", vme->gap); 367 printf(" maxgap = %#"PRIxVSIZE",\n", vme->maxgap); 369 vme->offset) 751 struct vm_map_entry *vme; local [all...] |
| /src/sys/arch/atari/conf/ |
| files.atari | 76 # The generic VME-bus driver 80 device vme {[ioport = -1], [iosize = 0], [mem = -1], [memsiz = 0], [irq = -1] } 81 attach vme at avmebus 82 file arch/atari/vme/vme.c vme 83 file arch/atari/vme/vme_machdep.c vme 86 # Devices on the VME-bus 91 attach le at vme with le_vme: le2 [all...] |
| /src/sys/arch/atari/vme/ |
| vme.c | 1 /* $NetBSD: vme.c,v 1.21 2023/12/20 00:40:43 thorpej Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.21 2023/12/20 00:40:43 thorpej Exp $"); 40 #include <atari/vme/vmevar.h> 46 CFATTACH_DECL_NEW(vme, sizeof(struct vme_softc), 80 vmeprint(void *aux, const char *vme)
|
| vmevar.h | 30 * Definitions for VME autoconfiguration. 40 #include <atari/vme/vme_machdep.h> 43 * VME bus attach arguments 47 bus_space_tag_t vba_iot; /* vme i/o space tag */ 48 bus_space_tag_t vba_memt; /* vme mem space tag */ 53 * VME driver attach arguments 56 bus_space_tag_t va_iot; /* vme i/o space tag */ 57 bus_space_tag_t va_memt; /* vme mem space tag */ 82 * VME master bus 86 bus_space_tag_t sc_iot; /* vme io space tag * [all...] |
| vme_machdep.c | 47 #include <atari/vme/vmevar.h> 76 vba.vba_busname = "vme"; 85 * XXX: Should we use zero or the actual (phys) start of VME memory.
|
| leo.c | 32 * VME graphics card based on the Texas Instruments TMS34061. 38 * the most was /sys/arch/atari/vme/if_le_vme.c. Due credits: 63 #include <atari/vme/vmevar.h> 64 #include <atari/vme/leovar.h> 65 #include <atari/vme/leoioctl.h>
|
| /src/sys/arch/mvme68k/dev/ |
| vme_two_68k.c | 49 #include <dev/vme/vmereg.h> 50 #include <dev/vme/vmevar.h>
|
| vme_pcc.c | 33 * VME support specific to the Type 1 VMEchip found on the 52 #include <dev/vme/vmereg.h> 53 #include <dev/vme/vmevar.h> 136 /* Only one VME chip, please. */
|
| mainbus.c | 58 #include <dev/vme/vmevar.h>
|
| /src/sys/arch/atari/ |
| Makefile | 14 SATARI+= ${SYSDIR}/arch/atari/vme/*.[ch]
|
| /src/sys/dev/ |
| Makefile | 6 spi sun tc usb vme wscons
|
| /src/sys/arch/sun2/sun2/ |
| tod.c | 105 #include <dev/vme/vmereg.h> 106 #include <dev/vme/vmevar.h>
|
| /src/sys/arch/sun3/sun3x/ |
| bus_subr.c | 53 #include <sun3/sun3x/vme.h> 67 /* VME A16 */ 70 /* VME A24 */ 73 /* VME A32 */
|
| vme.c | 1 /* $NetBSD: vme.c,v 1.19 2021/08/07 16:19:06 thorpej Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.19 2021/08/07 16:19:06 thorpej Exp $"); 47 #include <sun3/sun3x/vme.h> 49 /* Does this machine have a VME bus? */ 53 * Convert vme unit number to bus type, 55 * (See autoconf.h and vme.h) 83 CFATTACH_DECL_NEW(vme, sizeof(struct vme_softc),
|
| /src/share/man/man9/ |
| Makefile | 78 video.9 vme.9 vnfileops.9 vnode.9 vnodeops.9 vnsubr.9 vmem.9 \ 1032 MLINKS+=vme.9 vme_probe.9 \ 1033 vme.9 vme_space_map.9 \ 1034 vme.9 vme_space_unmap.9 \ 1035 vme.9 vme_intr_map.9 \ 1036 vme.9 vme_intr_establish.9 \ 1037 vme.9 vme_intr_disestablish.9 \ 1038 vme.9 vme_intr_evcnt.9 \ 1039 vme.9 vme_dmamap_create.9 \ 1040 vme.9 vme_dmamap_destroy.9 [all...] |
| /src/sys/arch/sun3/sun3/ |
| vme.c | 1 /* $NetBSD: vme.c,v 1.24 2021/08/07 16:19:06 thorpej Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.24 2021/08/07 16:19:06 thorpej Exp $"); 47 #include <sun3/sun3/vme.h> 49 /* Does this machine have a VME bus? */ 53 * Convert vme unit number to bus type, 55 * (See autoconf.h and vme.h) 83 CFATTACH_DECL_NEW(vme, sizeof(struct vme_softc),
|
| bus_subr.c | 54 #include <sun3/sun3/vme.h> 71 /* VME A16 */ 74 /* VME A24 */ 77 /* VME A32 */
|
| /src/sys/dev/mvme/ |
| vme_two_isr.c | 52 #include <dev/vme/vmereg.h> 53 #include <dev/vme/vmevar.h>
|
| /src/lib/libkvm/ |
| kvm_proc.c | 184 struct vm_map_entry vme; local 204 if (KREAD(kd, addr, &vme)) 207 if (va >= vme.start && va < vme.end && 208 vme.aref.ar_amap != NULL) 211 addr = (u_long)vme.next; 219 if (vme.aref.ar_amap == NULL) 222 addr = (u_long)vme.aref.ar_amap; 226 offset = va - vme.start; 227 slot = offset / kd->nbpg + vme.aref.ar_pageoff [all...] |
| /src/sys/arch/sun2/dev/ |
| sc_mbmem.c | 39 * Sun SCSI-2 on VME (Sun2/50,Sun3/160,Sun3/260,others?) 48 * included support for the VME adapter only. (no reselection). 51 * both the VME and OBIO code to support disconnect/reselect. 86 /* Yes, we use a VME header file. */ 87 #include <dev/vme/screg.h>
|
| /src/sys/arch/sun68k/stand/libsa/ |
| sun3.c | 50 #include <arch/sun3/sun3/vme.h> 88 /* VME A16 */ 91 /* VME A24 */ 94 /* VME A32 */
|
| /src/sys/arch/sun68k/sun68k/ |
| vme_sun68k.c | 52 #include <dev/vme/vmereg.h> 53 #include <dev/vme/vmevar.h> 102 * The VME bus logic on sun68k machines maps DMA requests in the first MB 103 * of VME space to the last MB of DVMA space. The base bus_dma code 124 /* Does this machine have a VME bus? */ 128 * Probe the VME bus. 143 * Attach the VME bus. 175 * Probes for a device on the VME bus. 217 * Maps in a device on the VME bus. 238 * Assists in mmap'ing a device on the VME bus [all...] |