blob: c75ef9d44bb0d5e5588a30a834b13592fd46aafe (
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
|
# $OpenBSD: GENERIC,v 1.15 2020/08/03 19:05:46 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
machine powerpc64
include "../../../conf/GENERIC"
maxusers 80
option PCIVERBOSE
option USER_PCICONF
option USBVERBOSE
config bsd swap generic
mainbus0 at root
cpu0 at mainbus?
opal0 at fdt?
opalcons* at fdt?
opalsens* at fdt?
phb* at fdt?
pci* at phb?
xics* at fdt?
xive* at fdt?
ppb* at pci?
pci* at ppb?
ahci* at pci?
bge* at pci?
nvme* at pci?
xhci* at pci?
usb* at xhci?
scsibus* at scsi?
sd* at scsibus?
st* at scsibus? # SCSI tape drives
cd* at scsibus? # SCSI CD-ROM drives
ch* at scsibus? # SCSI autochangers
safte* at scsibus? # SCSI accessed fault-tolerant enclosures
ses* at scsibus? # SCSI enclosure services
uk* at scsibus? # unknown SCSI
# USB devices
uhub* at usb? # USB Hubs
uhub* at uhub? # USB Hubs
uaudio* at uhub? # USB Audio
audio* at uaudio?
umass* at uhub? # USB Mass Storage devices
brgphy* at mii? # Broadcom Gigabit PHYs
# Pseudo-Devices
pseudo-device openprom
|