-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy pathfiles.dev
More file actions
80 lines (60 loc) · 1.86 KB
/
Copy pathfiles.dev
File metadata and controls
80 lines (60 loc) · 1.86 KB
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
# $NetBSD: files.dev,v 1.1 2026/01/09 22:54:29 jmcneill Exp $
#
#
attach genfb at mainbus with wiifb
file arch/evbppc/nintendo/dev/wiifb.c wiifb
attach genfb at mainbus with wiiufb
file arch/evbppc/nintendo/dev/wiiufb.c wiiufb
device bwai
attach bwai at mainbus
file arch/evbppc/nintendo/dev/bwai.c bwai
device bwdsp: audiobus
attach bwdsp at mainbus
file arch/evbppc/nintendo/dev/bwdsp.c bwdsp
define exi { }
device exi: exi
attach exi at mainbus
file arch/evbppc/nintendo/dev/exi.c exi
device rtcsram
attach rtcsram at exi
file arch/evbppc/nintendo/dev/rtcsram.c rtcsram
device gecko
attach gecko at exi
file arch/evbppc/nintendo/dev/gecko.c gecko needs-flag
define si { }
device si: si
attach si at mainbus
file arch/evbppc/nintendo/dev/si.c si
define gcport { }
device gcport: gcport, hid
attach gcport at si with gcport_si
file arch/evbppc/nintendo/dev/gcport_si.c gcport_si
attach uhid at gcport with uhid_si
file arch/evbppc/nintendo/dev/uhid_si.c uhid_si
define ahb { [addr=-1], [irq=-1] }
device ahb: ahb
attach ahb at mainbus
file arch/evbppc/nintendo/dev/ahb.c ahb
device resetbtn : sysmon_power, sysmon_taskq
attach resetbtn at ahb
file arch/evbppc/nintendo/dev/resetbtn.c resetbtn
device hwgpio: gpiobus
attach hwgpio at ahb
file arch/evbppc/nintendo/dev/hwgpio.c hwgpio
attach ehci at ahb with ehci_ahb
file arch/evbppc/nintendo/dev/ehci_ahb.c ehci_ahb
attach ohci at ahb with ohci_ahb
file arch/evbppc/nintendo/dev/ohci_ahb.c ohci_ahb
attach sdhc at ahb with sdhc_ahb
file arch/evbppc/nintendo/dev/sdhc_ahb.c sdhc_ahb
device avenc
attach avenc at iic
file arch/evbppc/nintendo/dev/avenc.c avenc
device di: scsi
attach di at ahb
file arch/evbppc/nintendo/dev/di.c di
device hwaes
attach hwaes at ahb
file arch/evbppc/nintendo/dev/hwaes.c hwaes
attach ahcisata at ahb with ahcisata_ahb
file arch/evbppc/nintendo/dev/ahcisata_ahb.c ahcisata_ahb