blob: 9f6f9994dddd32f5c477f9480ad133e418aaeb60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# $OpenBSD: files.hpc,v 1.7 2018/02/14 23:51:49 jsg Exp $
# $NetBSD: files.hpc,v 1.14 2009/05/14 01:10:19 macallan Exp $
# IP20 RTC
device dpclock
attach dpclock at hpc
file arch/sgi/hpc/dpclock.c dpclock
# IP22/24 RTC
device dsclock
attach dsclock at hpc
file arch/sgi/hpc/dsclock.c dsclock
device sq: ether, ifnet, ifmedia
attach sq at hpc
file arch/sgi/hpc/if_sq.c sq
define hpcdma
file arch/sgi/hpc/hpcdma.c hpcdma
device wdsc: wd33c93ctrl, scsi, hpcdma
attach wdsc at hpc
file arch/sgi/hpc/wdsc.c wdsc
device zs {[channel = -1]}
attach zs at hpc with zs_hpc
file arch/sgi/hpc/zs.c zs needs-flag
file dev/ic/z8530sc.c zs
device zstty: tty
attach zstty at zs
file dev/ic/z8530tty.c zstty needs-flag
device zskbd: wskbddev
attach zskbd at zs
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/z8530ms.c zsms
attach pckbc at hpc with pckbc_hpc
file arch/sgi/hpc/pckbc_hpc.c pckbc_hpc
device panel
attach panel at hpc
file arch/sgi/hpc/panel.c panel
|