summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/GENERIC
blob: 0cd955cdf8578d34e7dbce732d3abdc157079ea5 (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
#	$OpenBSD: GENERIC,v 1.1 2004/01/28 01:39:39 mickey Exp $

machine		amd64

include "../../../conf/GENERIC"

maxusers	32

config		bsd	swap generic
option		DEBUG
option		SYSCALL_DEBUG

mainbus0	at root
cpu*		at mainbus?

isa0		at mainbus0
pci*		at mainbus0 bus ?

option		PCIVERBOSE
pchb*		at pci? dev ? function ?
ppb*		at pci? dev ? function ?
pci*		at ppb? bus ?
pci*		at pchb? bus ?

pckbc0		at isa?
pckbd*		at pckbc?

com0  at isa? port 0x3f8 irq 4        # standard PC serial ports
com1  at isa? port 0x2f8 irq 3

#vga0		at isa?
vga*		at pci? dev ? function ?
wsdisplay*	at vga? console ?
wskbd*		at pckbd? console ?

skc*	at pci? dev ? function ?
sk*	at skc?
fxp*	at pci? dev ? function ?
eephy*	at mii? phy ?
inphy*	at mii? phy ?
iophy*	at mii? phy ?
nsphy*	at mii? phy ?
ukphy*	at mii? phy ?

ahc*	at pci? dev ? function ?	# Adaptec 2940 SCSI controllers
scsibus* at ahc?

pciide*		at pci? dev ? function ?
wd*		at pciide? channel ? drive ? flags 0x0000

# PCI USB Controllers
uhci*	at pci?				# Universal Host Controller (Intel)
ohci*	at pci?				# Open Host Controller

# USB bus support
usb*	at uhci?
usb*	at ohci?

uhub*	at usb?				# USB Hubs
uhub*	at uhub? port ? configuration ?	# USB Hubs
ums*	at uhidev? reportid ?
wsmouse* at ums? mux 0
uhidev*	at uhub? port ? configuration ? interface ?
ukbd*	at uhidev? reportid ?
wskbd*	at ukbd? console ? mux 1
uhid*	at uhidev? reportid ?

sd*	at scsibus? target ? lun ?	# SCSI disk drives
cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives

# mouse & keyboard multiplexor pseudo-devices
pseudo-device	wsmux		2
pseudo-device	crypto		1