diff options
author | 2012-04-17 22:06:33 +0000 | |
---|---|---|
committer | 2012-04-17 22:06:33 +0000 | |
commit | a62a63561a0e91e918b8041f5d5255696892840a (patch) | |
tree | 8a3720c4e270408d10174fe537a7b4284ce2888f /sys/arch/sgi/hpc/files.hpc | |
parent | uvmspace_exec: Remove disfunctional "optimization". (diff) | |
download | wireguard-openbsd-a62a63561a0e91e918b8041f5d5255696892840a.tar.xz wireguard-openbsd-a62a63561a0e91e918b8041f5d5255696892840a.zip |
Drivers for the SGI Indigo serial keyboard and mouse (not PS/2 devices).
From NetBSD.
Diffstat (limited to 'sys/arch/sgi/hpc/files.hpc')
-rw-r--r-- | sys/arch/sgi/hpc/files.hpc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/hpc/files.hpc b/sys/arch/sgi/hpc/files.hpc index 4463f066a45..1fed4498bf1 100644 --- a/sys/arch/sgi/hpc/files.hpc +++ b/sys/arch/sgi/hpc/files.hpc @@ -1,4 +1,4 @@ -# $OpenBSD: files.hpc,v 1.1 2012/03/28 20:44:23 miod Exp $ +# $OpenBSD: files.hpc,v 1.2 2012/04/17 22:06:33 miod Exp $ # $NetBSD: files.hpc,v 1.14 2009/05/14 01:10:19 macallan Exp $ # IP20 RTC @@ -37,12 +37,12 @@ file arch/sgi/hpc/z8530tty.c zstty needs-flag device zskbd: wskbddev attach zskbd at zs -file arch/sgi/hpc/zs_kbd.c zskbd needs-flag -file arch/sgi/dev/wskbdmap_sgi.c zskbd +file arch/sgi/hpc/z8530kbd.c zskbd needs-flag +file arch/sgi/hpc/wskbdmap_sgi.c zskbd device zsms: wsmousedev attach zsms at zs -file arch/sgi/hpc/zs_ms.c zsms +file arch/sgi/hpc/z8530ms.c zsms attach pckbc at hpc with pckbc_hpc file arch/sgi/hpc/pckbc_hpc.c pckbc_hpc |