Argh, dont reference any wscons parts in files.dec yet.

This commit is contained in:
ad 2002-02-25 17:11:17 +00:00
parent bc2fec2880
commit 3f78ffdeca
3 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.alpha,v 1.152 2002/02/25 14:58:06 ad Exp $
# $NetBSD: files.alpha,v 1.153 2002/02/25 17:11:19 ad Exp $
#
# alpha-specific configuration info
@ -224,6 +224,7 @@ device vsms: wsmousedev
attach vsms at zsc with zsms
file dev/tc/zsms.c zsms
device lkkbd: wskbddev
attach lkkbd at zsc with zskbd
file dev/tc/zskbd.c zskbd needs-flag

View File

@ -1,4 +1,4 @@
# $NetBSD: files.vax,v 1.94 2002/02/25 14:58:06 ad Exp $
# $NetBSD: files.vax,v 1.95 2002/02/25 17:11:18 ad Exp $
#
# new style config file for vax architecture
#
@ -151,6 +151,14 @@ attach mem at xmi with mem_xmi
attach dz at vsbus with dz_vsbus
file arch/vax/vsa/dz_vsbus.c dz_vsbus | smg
device lkkbd: wskbddev
attach lkkbd at dz with dzkbd
file dev/dec/dzkbd.c dzkbd needs-flag
device lkms: wsmousedev
attach lkms at dz with dzms
file dev/dec/dzms.c dzms needs-flag
# RD-type disks at VS2000's onboard MFM-controller
device hdc { drive = -1 }
attach hdc at vsbus

View File

@ -1,4 +1,4 @@
# $NetBSD: files.dec,v 1.5 2002/02/25 14:58:09 ad Exp $
# $NetBSD: files.dec,v 1.6 2002/02/25 17:11:17 ad Exp $
#
# Config file and device description for machine-independent
# code for devices for Digital Equipment Corp. systems.
@ -18,11 +18,3 @@ file dev/dec/wskbdmap_lk201.c lkkbd
# DZ-11 (-compatible) tty device driver.
device dz { line = -1 }: tty
file dev/dec/dz.c dz needs-flag
device lkkbd: wskbddev
attach lkkbd at dz with dzkbd
file dev/dec/dzkbd.c dzkbd needs-flag
device lkms: wsmousedev
attach lkms at dz with dzms
file dev/dec/dzms.c dzms needs-flag