History log of /netbsd/sys/arch/next68k/include/bus.h (Results 1 – 3 of 3)
Revision Date Author Comments
# c618f2cc 11-Sep-2002 mycroft <mycroft@NetBSD.org>

Comprehensive patches from Christian Limpach:
* Fix problems with the DMA and SCSI drivers.
* Make turbo machines sort of work.
Additional fixes from me:
* Determine if we're a turbo at boot time, by

Comprehensive patches from Christian Limpach:
* Fix problems with the DMA and SCSI drivers.
* Make turbo machines sort of work.
Additional fixes from me:
* Determine if we're a turbo at boot time, by looking at the ROM machine type.
* Set the display size correctly (1120 pixels wide, but padded to 1152 only on
non-turbo machines).
Caveats:
* SCSI doesn't work on the turbo (or at least it blows chunks with no devices
attached).
* Media selection doesn't work on the turbo (the BMAP stuff doesn't exist on
turbo machines).
* The boot block is prone to timing out.

show more ...


# 705311bc 03-Aug-1999 dbj <dbj@NetBSD.org>

resync bus_dma functions with current alpha versions.
added a field to a dma segment to return the actual length of that segment that
was successfully transferred.


# ddff5f8e 09-Jun-1998 dbj <dbj@NetBSD.org>

Initial import of NetBSD/next68k.