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
|
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* # OpenBSD: pnpdevs,v 1.8 1997/12/26 09:53:15 deraadt Exp
*/
struct isapnp_knowndev isapnp_knowndevs[] = {
{ "PNP0500", "com" },
{ "PNP0500", "pccom" },
{ "PNP0501", "com" },
{ "PNP0501", "pccom" },
{ "PNP80d3", "ed" },
{ "PNP80d4", "ed" },
{ "PNP80d5", "ed" },
{ "PNP80d6", "ed" },
{ "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" },
{ "PNPC000", "com" },
{ "PNPC000", "pccom" },
{ "PNPC001", "com" },
{ "PNPC001", "pccom" },
{ "NECE761", "com" },
{ "NECE761", "pccom" },
{ "BDP0356", "com" },
{ "BDP0356", "pccom" },
{ "ADS7150", "sb" },
{ "ADS7180", "sb" },
{ "CTL0001", "sb" },
{ "CTL0031", "sb" },
{ "CTL0041", "sb" },
{ "CTL0042", "sb" },
{ "CTL0044", "sb" },
{ "CTL0045", "sb" },
{ "ESS1868", "sb" },
{ NULL, NULL, }
};
|