19 lines
586 B
Plaintext
19 lines
586 B
Plaintext
# $NetBSD: INSTALLSBC,v 1.32 2008/03/27 20:00:24 hauke 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
|
|
sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
|