NetBSD/sys/arch/pmax/tc
mhitch f9521e4c70 Set the boundary to NBPG for bus_dmamap_create(). The IOASIC DMA segment
can not cross a page boundary.  This fixes a problem when a dump(8) buffer
just crossed a page boundary and bus_dmamap_load() would coalesce the
the overlap onto the first segment.  The NEXTPTR value would get set to
-1 when starting the DMA transfer and the residual data for unaligned
transfers would be copied to physical address 0x1ffffffc.  On the R3000,
this would result in corrupted data, and on the R4000 would usually result
in a hard system hang.
2000-09-28 03:27:29 +00:00
..
asc_ioasic.c Set the boundary to NBPG for bus_dmamap_create(). The IOASIC DMA segment 2000-09-28 03:27:29 +00:00
asc_pmaz.c Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adater 2000-06-05 07:59:50 +00:00
ioasic.c - Use PMAD-BA name for device match logic. It's not a real TURBOchannel 2000-07-11 04:10:25 +00:00
mcclock_ioasic.c
scc.c
sccvar.h
tc_3max.c Implement the more flexiable `evcnt' interface as discussed (briefly) on 2000-06-04 19:14:14 +00:00
tc_3maxplus.c Implement the more flexiable `evcnt' interface as discussed (briefly) on 2000-06-04 19:14:14 +00:00
tc_3min.c Implement the more flexiable `evcnt' interface as discussed (briefly) on 2000-06-04 19:14:14 +00:00
tc_maxine.c Implement the more flexiable `evcnt' interface as discussed (briefly) on 2000-06-04 19:14:14 +00:00
tcbus.c Add a missing parenthesis and correct the function return value declaration. 2000-06-06 00:27:58 +00:00