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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* # OpenBSD: pnpdevs,v 1.21 1998/10/11 04:24:46 downsj Exp
*/
struct isapnp_knowndev isapnp_knowndevs[] = {
{ "PNP0500", "com" },
{ "PNP0500", "pccom" },
{ "PNP0501", "com" },
{ "PNP0501", "pccom" },
{ "PNP0600", "wdc" },
{ "PNP80D3", "ne" },
{ "PNP80D4", "ne" },
{ "PNP80D5", "ne" },
{ "PNP80D6", "ne" },
{ "PNP80D8", "le" },
{ "PNP80F1", "ep" },
{ "PNP80F3", "ep" },
{ "PNP80F4", "ep" },
{ "PNP80F6", "ep" },
{ "PNP80F7", "ep" },
{ "PNP80F8", "ep" },
{ "PNP8123", "ed" },
{ "PNP8124", "ed" },
{ "PNP8125", "ed" },
{ "PNP8126", "ed" },
{ "PNP8127", "ed" },
{ "PNP8128", "ed" },
{ "PNP812A", "ed" },
{ "PNP81C3", "ed" },
{ "PNP81C4", "ed" },
{ "PNP81C5", "ed" },
{ "PNP81C6", "ed" },
{ "PNP81C7", "ed" },
{ "PNP81C8", "ed" },
{ "PNP8200", "le" },
{ "PNP8231", "le" },
{ "PNP828C", "le" },
{ "PNP828D", "le" },
{ "PNPB000", "sb" },
{ "PNPB001", "sb" },
{ "PNPB002", "sb" },
{ "PNPB003", "sb" },
{ "PNPB02F", "joy" },
{ "PNPC000", "com" },
{ "PNPC000", "pccom" },
{ "PNPC001", "com" },
{ "PNPC001", "pccom" },
{ "NECE761", "com" },
{ "NECE761", "pccom" },
{ "BDP0356", "com" },
{ "BDP0356", "pccom" },
{ "GWY6290", "com" },
{ "GWY6290", "pccom" },
{ "GVC0303", "com" },
{ "GVC0303", "pccom" },
{ "GWY0038", "com" },
{ "GWY0038", "pccom" },
{ "ADS7150", "sb" },
{ "ADS7180", "sb" },
{ "CTL0001", "sb" },
{ "CTL0031", "sb" },
{ "CTL0041", "sb" },
{ "CTL0042", "sb" },
{ "CTL0044", "sb" },
{ "CTL0045", "sb" },
{ "@X@0001", "sb" },
{ "YMH0021", "ym" },
{ "ESS1868", "sb" },
{ "SMC8416", "ed" },
{ NULL, NULL, }
};
|