1# $OpenBSD: GENERIC,v 1.21 2016/09/03 16:18:21 tedu 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# PC-9801 extension board slot 51cbus0 at mainbus0 52 53# PC-9801 extension board slot 'generic' driver 54pcex0 at cbus0 55 56# NEC PC-9801-86 sound board 57#necsb* at cbus? 58#audio* at necsb? 59 60# NEC PC-9801-102 & PC-9821X[AE]-E01 PC Card slot adapter 61#pcic* at cbus? 62#pcmcia* at pcic? 63 64# SCSI devices 65scsibus* at scsi? 66sd* at scsibus? 67st* at scsibus? 68cd* at scsibus? 69ch* at scsibus? 70safte* at scsibus? 71ses* at scsibus? 72uk* at scsibus? 73 74# Pseudo-device 75pseudo-device wsmux 2 76 77# PCMCIA devices 78# XXX: malo(4) is not supported, because LUNA-88K does not have DMA. 79#com* at pcmcia? # PCMCIA modems/serial ports 80##aic* at pcmcia? # PCMCIA Adaptec 152[02] SCSI (not yet) 81#wdc* at pcmcia? # IDE controllers 82#ne* at pcmcia? # PCMCIA based NE2000 ethernet 83#ep* at pcmcia? # PCMCIA based 3C5xx ethernet 84#sm* at pcmcia? # PCMCIA based sm ethernet 85#xe* at pcmcia? # Xircom ethernet 86#wi* at pcmcia? # WaveLAN IEEE 802.11DS 87#an* at pcmcia? # Aironet IEEE 802.11DS 88 89# IDE/ATAPI (with PCMCIA) 90#wd* at wdc? flags 0x0000 91#atapiscsi* at wdc? 92