1996-12-29 02:27:00 +03:00
|
|
|
# $NetBSD: files.sun3,v 1.27 1996/12/28 23:27:32 pk Exp $
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# sun3-specific configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
1995-05-25 00:29:16 +04:00
|
|
|
maxpartitions 8
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
|
|
|
# Standard stuff
|
|
|
|
file arch/sun3/sun3/autoconf.c
|
|
|
|
file arch/sun3/sun3/cache.c havecache
|
|
|
|
file arch/sun3/sun3/conf.c
|
|
|
|
file arch/sun3/sun3/control.c
|
1995-05-25 00:29:16 +04:00
|
|
|
file arch/sun3/sun3/ctrlsp.S
|
1995-09-26 07:01:53 +03:00
|
|
|
file arch/sun3/sun3/dvma.c
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/db_machdep.c ddb
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/sun3/sun3/db_memrw.c ddb | kgdb
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/disksubr.c
|
1996-03-26 18:15:46 +03:00
|
|
|
file arch/sun3/sun3/fpu.c
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/isr.c
|
1996-02-16 23:04:36 +03:00
|
|
|
file arch/sun3/sun3/kgdb_stub.c kgdb
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/machdep.c
|
|
|
|
file arch/sun3/sun3/mem.c
|
|
|
|
file arch/sun3/sun3/pmap.c
|
1996-03-26 18:15:46 +03:00
|
|
|
file arch/sun3/sun3/stub.c
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/sun3_startup.c
|
1995-09-26 07:01:53 +03:00
|
|
|
file arch/sun3/sun3/sys_machdep.c
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/trap.c
|
|
|
|
file arch/sun3/sun3/vector.c
|
|
|
|
file arch/sun3/sun3/vm_machdep.c
|
|
|
|
|
1996-03-26 18:15:46 +03:00
|
|
|
file arch/sun3/dev/idprom.c
|
|
|
|
|
1996-10-08 22:03:00 +04:00
|
|
|
include "arch/m68k/fpe/files.fpe"
|
1996-01-30 03:35:28 +03:00
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/m68k/m68k/copy.s
|
|
|
|
file dev/cons.c
|
|
|
|
|
1996-03-26 18:15:46 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
# Bus types
|
|
|
|
#
|
|
|
|
# The implementation of the bus_* functions in autoconfig.c
|
|
|
|
# requires these all to agree with <autoconf.h> struct bus_loc
|
|
|
|
|
1996-03-26 18:15:46 +03:00
|
|
|
device mainbus {}
|
|
|
|
attach mainbus at root
|
|
|
|
file arch/sun3/sun3/mainbus.c mainbus
|
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
# On-board I/O space
|
1996-03-17 05:00:30 +03:00
|
|
|
device obio {addr = -1, [level = -1]}
|
|
|
|
attach obio at mainbus
|
1996-03-26 18:15:46 +03:00
|
|
|
file arch/sun3/dev/obio.c obio
|
|
|
|
|
|
|
|
# On-board MEMory space
|
|
|
|
device obmem {addr = -1, [level = -1]}
|
|
|
|
attach obmem at mainbus
|
|
|
|
file arch/sun3/dev/obmem.c obmem
|
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
# VME Short space (D16)
|
1996-03-17 05:00:30 +03:00
|
|
|
device vmes {addr = -1, [level = -1], [vect = -1]}
|
|
|
|
attach vmes at mainbus
|
1996-03-26 18:15:46 +03:00
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
# VME Long space (D32)
|
1996-03-17 05:00:30 +03:00
|
|
|
device vmel {addr = -1, [level = -1], [vect = -1]}
|
|
|
|
attach vmel at mainbus
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/sun3/dev/vme.c vmes | vmel
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
#
|
1995-10-11 00:25:29 +03:00
|
|
|
# Machine-independent SCSI drivers
|
1995-04-28 12:19:12 +04:00
|
|
|
#
|
1995-10-11 00:25:29 +03:00
|
|
|
include "../../../scsi/files.scsi"
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# On-Board I/O (OBIO)
|
|
|
|
#
|
1996-03-26 18:15:46 +03:00
|
|
|
device zsc {channel = -1}
|
|
|
|
attach zsc at obio
|
|
|
|
file arch/sun3/dev/zs.c zsc needs-flag
|
|
|
|
file dev/ic/z8530sc.c zsc
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device eeprom
|
|
|
|
attach eeprom at obio
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/eeprom.c eeprom
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device clock
|
|
|
|
attach clock at obio
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/sun3/clock.c clock
|
|
|
|
|
1996-03-26 18:15:46 +03:00
|
|
|
device memerr
|
|
|
|
attach memerr at obio
|
|
|
|
file arch/sun3/dev/memerr.c memerr
|
|
|
|
|
|
|
|
device intreg
|
|
|
|
attach intreg at obio
|
|
|
|
file arch/sun3/sun3/intreg.c intreg
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device ie: ifnet, ether
|
1996-03-26 18:15:46 +03:00
|
|
|
attach ie at obio with ie_obio
|
|
|
|
attach ie at vmes with ie_vmes
|
|
|
|
file arch/sun3/dev/if_ie_obio.c ie_obio
|
|
|
|
file arch/sun3/dev/if_ie_vmes.c ie_vmes
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/if_ie.c ie
|
|
|
|
|
1996-05-07 05:30:18 +04:00
|
|
|
# device defined in sys/conf/files
|
1996-03-17 05:00:30 +03:00
|
|
|
attach le at obio
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/if_le.c le
|
|
|
|
|
1996-03-26 18:15:46 +03:00
|
|
|
device si: scsi, ncr5380sbc
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/si.c si
|
1996-03-26 18:15:46 +03:00
|
|
|
attach si at obio with si_obio
|
|
|
|
file arch/sun3/dev/si_obio.c si_obio
|
|
|
|
attach si at vmes with si_vmes
|
|
|
|
file arch/sun3/dev/si_vme.c si_vmes
|
1995-10-30 00:19:06 +03:00
|
|
|
|
1996-01-25 01:39:48 +03:00
|
|
|
#
|
|
|
|
# Sun-compatible Frame Buffers (?)
|
|
|
|
#
|
|
|
|
define sunfb
|
1996-03-26 18:15:46 +03:00
|
|
|
file arch/sun3/dev/fb.c # sunfb needs-flag
|
1996-01-25 01:39:48 +03:00
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
#
|
|
|
|
# On-Board MEMory (OBMEM)
|
1993-06-25 14:26:08 +04:00
|
|
|
#
|
1996-03-17 05:00:30 +03:00
|
|
|
device bwtwo: sunfb
|
|
|
|
attach bwtwo at obmem
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/bw2.c bwtwo needs-flag
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device cgtwo: sunfb
|
1996-03-17 09:08:12 +03:00
|
|
|
attach cgtwo at vmes
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/cg2.c cgtwo needs-flag
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device cgfour: sunfb
|
|
|
|
attach cgfour at obmem
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/sun3/dev/cg4.c cgfour needs-flag
|
|
|
|
|
1995-10-09 02:38:41 +03:00
|
|
|
#
|
|
|
|
# VME
|
|
|
|
#
|
1996-03-17 05:00:30 +03:00
|
|
|
device xdc {drive = -1}
|
|
|
|
attach xdc at vmel
|
|
|
|
device xd: disk
|
|
|
|
attach xd at xdc
|
1995-10-09 02:38:41 +03:00
|
|
|
file arch/sun3/dev/xd.c xd needs-flag
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device xyc {drive = -1}
|
|
|
|
attach xyc at vmes
|
|
|
|
device xy: disk
|
|
|
|
attach xy at xyc
|
1995-10-09 02:38:41 +03:00
|
|
|
file arch/sun3/dev/xy.c xy needs-flag
|
|
|
|
|
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Console (zs) related stuff
|
|
|
|
#
|
1996-01-25 01:39:48 +03:00
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device zstty: tty
|
|
|
|
attach zstty at zsc
|
1996-01-25 01:39:48 +03:00
|
|
|
file dev/ic/z8530tty.c zstty needs-flag
|
1996-02-16 23:04:36 +03:00
|
|
|
file arch/sun3/dev/zs_kgdb.c kgdb
|
1996-01-25 01:39:48 +03:00
|
|
|
|
|
|
|
define zsevent
|
|
|
|
file dev/sun/event.c zsevent
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device kbd: zsevent
|
1996-03-17 09:08:12 +03:00
|
|
|
attach kbd at zsc
|
1996-01-25 01:39:48 +03:00
|
|
|
file dev/sun/kbd.c kbd needs-flag
|
|
|
|
file dev/sun/kbd_tables.c kbd
|
|
|
|
file arch/sun3/dev/kd.c kbd
|
|
|
|
|
1996-03-17 05:00:30 +03:00
|
|
|
device ms: zsevent
|
|
|
|
attach ms at zsc
|
1996-01-25 01:39:48 +03:00
|
|
|
file dev/sun/ms.c ms needs-flag
|
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1996-12-29 02:27:00 +03:00
|
|
|
# Memory Disk for boot tape
|
|
|
|
pseudo-device md
|
|
|
|
file dev/md.c md needs-flag
|
|
|
|
file arch/sun3/dev/md_root.c memory_disk_hooks
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
# Major numbers for root/swap device configuration
|
1995-10-09 02:38:41 +03:00
|
|
|
major {xy=3} # Xylogics 450 and 451
|
1995-06-10 01:53:27 +04:00
|
|
|
major {vnd=5} # vnode pseudo-device
|
|
|
|
major {sd=7} # SCSI disk
|
1995-10-09 02:38:41 +03:00
|
|
|
major {xd=10} # Xylogics 7053
|
1996-12-29 02:27:00 +03:00
|
|
|
major {md=13} # Memory disk (for mini-kernel)
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
# Compatibility modules
|
1993-08-08 16:16:57 +04:00
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
# SunOS Binary Compatibility (COMPAT_SUNOS)
|
|
|
|
include "../../../compat/sunos/files.sunos"
|
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|