blob: 7136d8ee97bf4d72be72d7595f18439365a59a2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: INSTALLSBC,v 1.33 2023/02/18 13:28:05 nat Exp $
#
# INSTALLSBC machine description file
include "arch/mac68k/conf/INSTALL"
# This is a copy of INSTALL with the ncr5380 sbc driver enabled, for
# those "other" SCSI devices that the default ncrscsi will not even
# boot from.
#
# Note that the ncr53c9x esp driver is not concerned.
no ncrscsi0 # SCSI NCR 5380
# SBC_PDMA 0x01 Use PDMA for polled transfers
# SBC_INTR 0x02 Allow SCSI IRQ/DRQ interrupts
# SBC_RESELECT 0x04 Allow disconnect/reselect
# SBC_PDMA_NO_WRITE 0x08 Disallow PDMA for writing
sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
|