39 lines
852 B
Plaintext
39 lines
852 B
Plaintext
# $NetBSD: files.shbus,v 1.3 2001/08/22 13:32:45 msaitoh Exp $
|
|
#
|
|
# Config file and device description for machine-independent SHBus code.
|
|
# Included by ports that need it. Requires that the SCSI files be
|
|
# defined first.
|
|
|
|
device shb {[port = -1], [size = 0],
|
|
[iomem = -1], [iosiz = 0],
|
|
[irq = -1], [drq = -1], [drq2 = -1]}
|
|
attach shb at mainbus
|
|
|
|
file arch/hpcsh/hpcsh/shb.c shb needs-flag
|
|
|
|
# Misc devices
|
|
|
|
device wdog
|
|
attach wdog at shb
|
|
file arch/sh3/dev/wdog.c wdog needs-flag
|
|
|
|
#
|
|
# Serial drivers
|
|
#
|
|
|
|
defopt opt_sci.h SCICONSOLE SCICN_SPEED
|
|
device sci: tty
|
|
attach sci at shb
|
|
file arch/sh3/dev/sci.c sci needs-flag
|
|
|
|
defopt opt_scif.h SCIFCONSOLE SCIFCN_SPEED
|
|
device scif: tty
|
|
attach scif at shb
|
|
file arch/sh3/dev/scif.c scif needs-flag
|
|
|
|
#
|
|
# Machine-independent PCMCIA drivers
|
|
#
|
|
device fdc {drive = -1}
|
|
include "dev/pcmcia/files.pcmcia"
|