blob: e8bff5da855857bcc0defe1f17a8b021e2618c62 (
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
|
# $OpenBSD: GENERIC,v 1.3 2008/05/11 20:35:10 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 socppc powerpc
include "../../../conf/GENERIC"
maxusers 32 # estimated number of users
option PCIVERBOSE
option USBVERBOSE
option USER_PCICONF # user-space PCI configuration
option APERTURE
config bsd swap generic
mainbus0 at root
cpu0 at mainbus0
obio0 at mainbus0
# On-board IPIC
ipic0 at obio? addr 0x00700
# On-board I2C
sociic0 at obio? addr 0x03000 ivec 14
sociic1 at obio? addr 0x03100 ivec 15
iic* at sociic?
ricohrtc0 at iic? addr 0x32 # Ricoh RTC
fintek0 at iic? flags 0x0001 # temp/fan controller
# On-board DUART
com0 at obio? addr 0x04500 ivec 9
com1 at obio? addr 0x04600 ivec 10
# On-board PCI
socpcic0 at obio? addr 0x08300
socpcic1 at obio? addr 0x08380
pci* at socpcic?
pciide* at pci?
wd* at pciide? flags 0x0000
# On-board USB
ehci0 at obio? addr 0x22100 ivec 39
usb* at ehci?
# USB devices
uhub* at usb? # USB Hubs
uhub* at uhub? # USB Hubs
umass* at uhub? # USB Mass Storage devices
scsibus* at umass?
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
sd* at scsibus?
|