xref: /openbsd-src/sys/arch/luna88k/conf/GENERIC (revision db835d32417ebae1708add715bd52627db5c420c)
1#	$OpenBSD: GENERIC,v 1.25 2024/11/28 13:13:03 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
28# In case of limiting LANCE's 3 port RAM allocation to 32KB
29#option		TRI_PORT_RAM_LANCE_SIZE=0x8000
30
31config		bsd		swap generic
32
33#
34# devices
35#
36
37mainbus0	at root
38clock0		at mainbus0
39lcd0		at mainbus0
40le0		at mainbus0
41sio0		at mainbus0
42siotty0		at sio0
43ws0		at sio0
44fb0		at mainbus0
45spc0		at mainbus0
46spc1		at mainbus0
47
48# Workstation Console attachments
49wsdisplay*	at fb?
50wskbd*		at ws? mux 1
51wsmouse*	at ws? mux 0
52
53# HD647180X I/O processor
54xp0		at mainbus0
55
56# PC-9801 extension board slot
57cbus0		at mainbus0
58
59# PC-9801 extension board slot 'generic' driver
60pcex0		at cbus0
61
62# NE2000 ethernet
63#ne0		at cbus0 port 0xc8d0 int 0	# CentreCOM LA-98
64
65# NEC PC-9801-86 sound board
66#necsb*		at cbus?
67#audio*		at necsb?
68
69# NEC PC-9801-102 & PC-9821X[AE]-E01 PC Card slot adapter
70#pcic0		at cbus? port 0x3e0 iomem 0xd0000 iosiz 0x10000
71#pcmcia*	at pcic?
72
73# SCSI devices
74scsibus*	at scsi?
75sd*		at scsibus?
76st*		at scsibus?
77cd*		at scsibus?
78ch*		at scsibus?
79safte*		at scsibus?
80ses*		at scsibus?
81uk*		at scsibus?
82
83# Pseudo-device
84pseudo-device	wsmux 2
85
86# PCMCIA devices
87# XXX: malo(4) is not supported, because LUNA-88K does not have DMA.
88#com*		at pcmcia?		# PCMCIA modems/serial ports
89##aic*		at pcmcia?		# PCMCIA Adaptec 152[02] SCSI (not yet)
90#wdc*		at pcmcia?		# IDE controllers
91#ne*		at pcmcia?		# PCMCIA based NE2000 ethernet
92#ep*		at pcmcia?		# PCMCIA based 3C5xx ethernet
93#sm*		at pcmcia?		# PCMCIA based sm ethernet
94#xe*		at pcmcia?		# Xircom ethernet
95#wi*		at pcmcia?		# WaveLAN IEEE 802.11DS
96#an*		at pcmcia?		# Aironet IEEE 802.11DS
97
98# IDE/ATAPI (with PCMCIA)
99#wd*		at wdc?	flags 0x0000
100#atapiscsi*	at wdc?
101