1994-02-04 11:19:37 +03:00
|
|
|
# $Id: files.sun3.newconf,v 1.8 1994/02/04 08:19:43 glass Exp $
|
1993-11-10 10:42:12 +03:00
|
|
|
# sun3-specific configuration info
|
|
|
|
|
|
|
|
maxusers 2 8 64
|
1993-08-13 17:16:11 +04:00
|
|
|
|
|
|
|
define sunfb
|
|
|
|
|
1993-08-16 03:01:58 +04:00
|
|
|
device mainbus at root {}
|
1993-11-10 10:42:12 +03:00
|
|
|
|
1993-08-16 03:01:58 +04:00
|
|
|
device obio at mainbus {addr = -1, [level = -1]}
|
|
|
|
device obmem at mainbus {addr, size, [level = -1]}
|
1993-08-16 14:42:19 +04:00
|
|
|
device obctl at mainbus {addr = -1, size = -1}
|
1993-08-13 17:16:11 +04:00
|
|
|
|
|
|
|
#define obio { addr = -1, size = -1, priority = -1, dvma = -1, flags = -1}
|
|
|
|
#define obmem { addr = -1, size = -1}
|
|
|
|
|
|
|
|
device le at obio: ifnet, ether
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/dev/if_le.c le
|
1993-08-16 03:01:58 +04:00
|
|
|
file arch/sun3/dev/if_le_subr.c le
|
1993-08-13 17:16:11 +04:00
|
|
|
|
|
|
|
device zs at obio: tty
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/dev/zs.c zs needs-count
|
1993-08-13 17:16:11 +04:00
|
|
|
|
1993-08-16 14:42:19 +04:00
|
|
|
device clock at obio
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/sun3/clock.c clock
|
1993-08-16 14:42:19 +04:00
|
|
|
|
1993-08-13 17:16:11 +04:00
|
|
|
device bwtwo at obmem: sunfb
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/dev/bwtwo.c bwtwo
|
1993-08-16 03:01:58 +04:00
|
|
|
|
|
|
|
device idprom at obctl
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/dev/idprom.c idprom needs-count
|
1993-08-16 03:01:58 +04:00
|
|
|
|
|
|
|
device prom at mainbus: tty
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/dev/prom.c prom needs-count
|
1993-08-16 03:01:58 +04:00
|
|
|
|
|
|
|
# "Bus" support code
|
1993-11-10 10:42:12 +03:00
|
|
|
file arch/sun3/dev/obio.c obio
|
|
|
|
file arch/sun3/dev/obctl.c obctl
|
|
|
|
file arch/sun3/dev/obmem.c obmem
|
1993-08-16 14:42:19 +04:00
|
|
|
|
1993-08-13 17:16:11 +04:00
|
|
|
#
|
|
|
|
#
|
1993-08-16 03:01:58 +04:00
|
|
|
file arch/sun3/sun3/autoconf.c
|
1993-08-13 17:16:11 +04:00
|
|
|
file arch/sun3/sun3/conf.c
|
|
|
|
file arch/sun3/sun3/cons.c
|
|
|
|
file arch/sun3/sun3/control.c
|
|
|
|
file arch/sun3/sun3/disksubr.c
|
1993-08-16 03:01:58 +04:00
|
|
|
file arch/sun3/sun3/isr.c
|
1993-08-13 17:16:11 +04:00
|
|
|
file arch/sun3/sun3/machdep.c
|
|
|
|
file arch/sun3/sun3/mem.c
|
|
|
|
file arch/sun3/sun3/pmap.c
|
|
|
|
file arch/sun3/sun3/stub.c
|
|
|
|
file arch/sun3/sun3/sun3_startup.c
|
|
|
|
file arch/sun3/sun3/trap.c
|
|
|
|
file arch/sun3/sun3/vector.c
|
|
|
|
file arch/sun3/sun3/vm_machdep.c
|
1993-12-12 12:08:26 +03:00
|
|
|
|
1994-02-04 11:19:37 +03:00
|
|
|
file compat/sunos/sun_exec.c compat_sunos
|
1993-12-12 12:08:26 +03:00
|
|
|
file compat/sunos/sun_ioctl.c compat_sunos
|
|
|
|
file compat/sunos/sun_misc.c compat_sunos
|
|
|
|
file compat/sunos/sun_syscalls.c compat_sunos
|
|
|
|
file compat/sunos/sun_sysent.c compat_sunos
|