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
|
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* # OpenBSD: pnpdevs,v 1.3 1997/12/21 14:36:44 downsj 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" },
{ "PNP828C", "le" },
{ "PNP828D", "le" },
{ "WUMbeef", "le" },
{ "PNPC000", "com" },
{ "PNPC000", "pccom" },
{ "PNPC001", "com" },
{ "PNPC001", "pccom" },
{ "MOT1170", "com" },
{ "MOT1170", "pccom" },
{ "NECE761", "com" },
{ "NECE761", "pccom" },
{ NULL, NULL, }
};
|