blob: 6ca8fc070809c3311f0158154ded8376a2172dc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
# $NetBSD$
# mvme88k-specific configuration info
# maxpartitions must be first item in files.${ARCH}
maxpartitions 8
maxusers 2 8 64
device mainbus at root {}
file arch/m88k/dev/mb.c
device bugtty at mainbus: tty
file arch/m88k/dev/bugtty.c bugtty needs-count
device cpu at mainbus
device pcc at mainbus {}
file arch/m88k/dev/pcc2.c pcc
device vme at mainbus {}
device nvram at pcc
file arch/m88k/dev/nvram.c nvram
device clock at pcc
file arch/m88k/dev/rtc.c clock
#device ser at pcc: tty
#file arch/m88k/dev/bugtty.c ser needs-count
device bugscsi at pcc
#file arch/m88k/dev/bugscsi.c bugscsi needs-flag
device ether at pcc
device scsi at pcc {}
#define scsi {}
device scsibus at scsi {target = -1, lun = -1}
# adapter driver for 1x7
device cd at scsibus: disk
#file scsi/cd.c cd needs-flag
device sd at scsibus: disk
#file scsi/sd.c sd needs-flag
device ch at scsibus: disk
#file scsi/ch.c cd needs-flag
device st at scsibus: tape
#file scsi/st.c st needs-flag
device su at scsibus: disk
#file scsi/su.c su needs-flag
device uk at scsibus: disk
#file scsi/uk.c uk needs-flag
# list of standard files
file dev/cons.c ite ser tty
file dev/cninit.c
#file scsi/scsi_base.c scsi
#file scsi/scsi_ioctl.c scsi
#file scsi/scsiconf.c scsi
#file arch/m88k/autoconf.c
#file arch/m88k/conf.c
##file arch/m88k/db_disasm.c
##file arch/m88k/db_interface.c
##file arch/m88k/db_trace.c
#file arch/m88k/disksubr.c
#file arch/m88k/in_cksum.c
#file arch/m88k/machdep.c
#file arch/m88k/mem.c
##file arch/m88k/microtime.s
##file arch/m88k/ns_cksum.c
#file arch/m88k/pmap.c
##file arch/m88k/process_machdep.c
##file arch/m88k/random.s
#file arch/m88k/sys_machdep.c
#file arch/m88k/trap.c
#file arch/m88k/vm_machdep.c
#file arch/m88k/locore.S
#file arch/m88k/
file arch/m88k/dev/clock.c
file arch/m88k/m88k/autoconf.c
file arch/m88k/m88k/conf.c
file arch/m88k/m88k/cmmu.c
file arch/m88k/m88k/eh.S
#file arch/m88k/m88k/genassym.c
#file arch/m88k/m88k/locore.S
file arch/m88k/m88k/locore2.c
file arch/m88k/m88k/locore_asm_routines.S
file arch/m88k/m88k/locore_c_routines.c
file arch/m88k/m88k/m1x7_init.c
file arch/m88k/m88k/m88100_fp.S
file arch/m88k/m88k/machdep.c
file arch/m88k/m88k/pmap.c
file arch/m88k/m88k/process.S
file arch/m88k/m88k/process_machdep.c
file arch/m88k/m88k/trap.c
file arch/m88k/m88k/vm_machdep.c
file arch/m88k/ddb/db_disasm.c
file arch/m88k/ddb/db_interface.c
file arch/m88k/ddb/db_sstep.c
file arch/m88k/ddb/db_trace.c
file arch/m88k/dev/m88k/bugio.c
|