xref: /openbsd/sys/arch/luna88k/conf/GENERIC (revision f6aab3d8)
1#	$OpenBSD: GENERIC,v 1.24 2019/12/30 12:16:12 aoyama Exp $
2#
3# For further information on compiling OpenBSD kernels, see the config(8)
4# man page.
5#
6# For further information on hardware support for this architecture, see
7# the intro(4) man page.  For further information about kernel options
8# for this architecture, see the options(4) man page.  For an explanation
9# of each device driver in this file see the section 4 man page for the
10# device.
11
12machine		luna88k m88k
13include		"../../../conf/GENERIC"
14maxusers	64			# estimated number of users
15
16# Processor type
17option		M88100		# 88100 support; mandatory
18
19# Number of maximum processors
20option		MAX_CPUS=4	# may have up to 4 processors
21
22# Define this if your processor has the xxx.usr bug (mask C82N)
23option		ERRATA__XXX_USR
24
25# Options for luna88k hardware
26option		WSDISPLAY_COMPAT_RAWKBD	# Provide raw scancodes; needed for X11
27
28config		bsd		swap generic
29
30#
31# devices
32#
33
34mainbus0	at root
35clock0		at mainbus0
36lcd0		at mainbus0
37le0		at mainbus0
38sio0		at mainbus0
39siotty0		at sio0
40ws0		at sio0
41fb0		at mainbus0
42spc0		at mainbus0
43spc1		at mainbus0
44
45# Workstation Console attachments
46wsdisplay*	at fb?
47wskbd*		at ws? mux 1
48wsmouse*	at ws? mux 0
49
50# HD647180X I/O processor
51xp0		at mainbus0
52
53# PC-9801 extension board slot
54cbus0		at mainbus0
55
56# PC-9801 extension board slot 'generic' driver
57pcex0		at cbus0
58
59# NE2000 ethernet
60#ne0		at cbus0 port 0xc8d0 int 0	# CentreCOM LA-98
61
62# NEC PC-9801-86 sound board
63#necsb*		at cbus?
64#audio*		at necsb?
65
66# NEC PC-9801-102 & PC-9821X[AE]-E01 PC Card slot adapter
67#pcic0		at cbus? port 0x3e0 iomem 0xd0000 iosiz 0x10000
68#pcmcia*	at pcic?
69
70# SCSI devices
71scsibus*	at scsi?
72sd*		at scsibus?
73st*		at scsibus?
74cd*		at scsibus?
75ch*		at scsibus?
76safte*		at scsibus?
77ses*		at scsibus?
78uk*		at scsibus?
79
80# Pseudo-device
81pseudo-device	wsmux 2
82
83# PCMCIA devices
84# XXX: malo(4) is not supported, because LUNA-88K does not have DMA.
85#com*		at pcmcia?		# PCMCIA modems/serial ports
86##aic*		at pcmcia?		# PCMCIA Adaptec 152[02] SCSI (not yet)
87#wdc*		at pcmcia?		# IDE controllers
88#ne*		at pcmcia?		# PCMCIA based NE2000 ethernet
89#ep*		at pcmcia?		# PCMCIA based 3C5xx ethernet
90#sm*		at pcmcia?		# PCMCIA based sm ethernet
91#xe*		at pcmcia?		# Xircom ethernet
92#wi*		at pcmcia?		# WaveLAN IEEE 802.11DS
93#an*		at pcmcia?		# Aironet IEEE 802.11DS
94
95# IDE/ATAPI (with PCMCIA)
96#wd*		at wdc?	flags 0x0000
97#atapiscsi*	at wdc?
98