Add zs driver files.
This commit is contained in:
parent
fc31584a9b
commit
1e7ab48e57
|
@ -1,4 +1,4 @@
|
|||
# $Id: files.sun3.newconf,v 1.10 1994/03/01 08:24:04 glass Exp $
|
||||
# $Id: files.sun3.newconf,v 1.11 1994/05/04 05:55:35 gwr Exp $
|
||||
# sun3-specific configuration info
|
||||
|
||||
maxusers 2 8 64
|
||||
|
@ -56,9 +56,20 @@ file arch/sun3/dev/bwtwo.c bwtwo
|
|||
device idprom at obctl
|
||||
file arch/sun3/dev/idprom.c idprom needs-count
|
||||
|
||||
# Console related stuff
|
||||
file dev/cons.c
|
||||
|
||||
device prom at mainbus: tty
|
||||
file arch/sun3/dev/prom.c prom needs-count
|
||||
|
||||
device kd at mainbus: tty
|
||||
file arch/sun3/dev/kd.c kd needs-count
|
||||
|
||||
file arch/sun3/dev/kbd.c zs
|
||||
file arch/sun3/dev/event.c zs
|
||||
file arch/sun3/dev/ms.c zs
|
||||
#file arch/sun3/dev/fb.c
|
||||
|
||||
# "Bus" support code
|
||||
file arch/sun3/dev/obio.c obio
|
||||
file arch/sun3/dev/obctl.c obctl
|
||||
|
@ -68,7 +79,6 @@ file arch/sun3/dev/obmem.c obmem
|
|||
#
|
||||
file arch/sun3/sun3/autoconf.c
|
||||
file arch/sun3/sun3/conf.c
|
||||
file arch/sun3/sun3/cons.c
|
||||
file arch/sun3/sun3/control.c
|
||||
file arch/sun3/sun3/disksubr.c
|
||||
file arch/sun3/sun3/isr.c
|
||||
|
@ -86,7 +96,3 @@ 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
|
||||
|
||||
file arch/sun3/dev/kbd.c lame_zs
|
||||
file arch/sun3/dev/event.c lame_zs
|
||||
file arch/sun3/dev/ms.c lame_zs
|
||||
|
|
Loading…
Reference in New Issue