blob: 38b2d03b009b1994b016edd0b5504674ec7f0b6f (
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
|
# $OpenBSD: GENERIC,v 1.8 2020/06/22 21:13:40 kettenis 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
config bsd swap generic
mainbus0 at root
cpu0 at mainbus?
opal0 at fdt?
opalcons* at fdt?
phb* at fdt?
pci* at phb?
xive* at fdt?
ppb* at pci?
pci* at ppb?
ahci* at pci?
bge* at pci?
xhci* at pci? disable
usb* at xhci?
scsibus* at scsi?
sd* at scsibus?
# USB devices
uhub* at usb? # USB Hubs
uhub* at uhub? # USB Hubs
brgphy* at mii? # Broadcom Gigabit PHYs
|