summaryrefslogtreecommitdiff
path: root/sys/dev/mscp/files.mscp
blob: 61a1a4cdff48158813b983a351b5417f758123c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: files.mscp,v 1.7 1999/06/06 19:16:18 ragge Exp $
#
# File and device description for MSCP devices.
#

define	mscp {}
file	dev/mscp/mscp.c		mscp
file	dev/mscp/mscp_subr.c	mscp

device	mscpbus {drive = -1}
attach	mscpbus at mscp

device	rx: disk
attach	rx at mscpbus

device	ra: disk
attach	ra at mscpbus
file	dev/mscp/mscp_disk.c	ra | rx needs-flag

device	mt: tape
attach	mt at mscpbus
file	dev/mscp/mscp_tape.c	mt needs-flag

uda.c?id=8cf919c100c71839466f5d55263516e3236427ae'>#include <sys/bus.h> instead of <machine/bus.h>.dyoung 2011-06-18struct device * -> device_tmatt 2009-12-12Remove `volatile' qualifier from argument types oftsutsui 2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger 2009-02-04Return error status if an attempt is made to use the quick_{read,write}pgoyette 2009-01-11fix format instead of casting wildlymacallan 2009-01-11don't truncate the print.christos 2009-01-11deal with 64bit time_tmacallan 2008-12-07Fix attach messages. (extra colons, misplaced newline etc.)tsutsui 2008-05-16struct device * -> device_tmacallan 2008-04-29Convert to new 2 clause licensemartin 2007-12-06lockmgr -> mutexad 2007-11-07Convert macppc to shared ofw_autoconf.c. Compile tested only.garbled 2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled 2007-02-15don't use IPL_HIGHmacallan 2007-02-05- don't go CUDA_IDLE before calling message handlers, that way we force allmacallan 2007-01-17new drivers for pmu and cudamacallan