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
|
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* generated from:
* OpenBSD: cpudevs,v 1.4 1998/11/23 04:24:30 mickey Exp
*/
static const struct hppa_mod_info hppa_knownmods[] = {
{HPPA_TYPE_CPU, HPPA_CPU_HPPA11, "PA-RISC 1.1" },
{HPPA_TYPE_MEMORY, HPPA_MEMORY_ARCH, "architected memory module" },
{HPPA_TYPE_MEMORY, HPPA_MEMORY_PDEP, "processor-dependent memory module" },
{HPPA_TYPE_OTHER, HPPA_OTHER_SPECFB, "Spectograph frame buffer" },
{HPPA_TYPE_OTHER, HPPA_OTHER_SPECCTL, "Spectograph control" },
{HPPA_TYPE_BHA, HPPA_BHA_DIO, "DIO Bus Adapter" },
{HPPA_TYPE_BHA, HPPA_BHA_SGC, "SGC Bus Adapter" },
{HPPA_TYPE_BHA, HPPA_BHA_GSC, "GSC Bus AdapteR" },
{HPPA_TYPE_BHA, HPPA_BHA_ASP, "Core Bus Adapter (ASP)" },
{HPPA_TYPE_BHA, HPPA_BHA_EISA, "EISA Bus Adapter" },
{HPPA_TYPE_BHA, HPPA_BHA_VME, "VME Bus Adapter" },
{HPPA_TYPE_BHA, HPPA_BHA_LASI, "LASI Bus Adapter" },
{HPPA_TYPE_BHA, HPPA_BHA_WAX, "WAX ??? Bus Adapter" },
{HPPA_TYPE_BHA, HPPA_BHA_WEISA, "WAX EISA Bus Adapter ???" },
{HPPA_TYPE_ADMA, HPPA_ADMA_FWSCSI, "Core FW SCSI" },
{HPPA_TYPE_ADMA, HPPA_ADMA_MYRI, "Hamlyn GSC+ Network Card" },
{HPPA_TYPE_FIO, HPPA_FIO_SCSI, "Core SCSI" },
{HPPA_TYPE_FIO, HPPA_FIO_LAN, "Core LAN" },
{HPPA_TYPE_FIO, HPPA_FIO_HIL, "Core HIL" },
{HPPA_TYPE_FIO, HPPA_FIO_CENT, "Core Centronics" },
{HPPA_TYPE_FIO, HPPA_FIO_RS232, "Core RS-232C" },
{HPPA_TYPE_FIO, HPPA_FIO_SGC, "SGC Graphics" },
{HPPA_TYPE_FIO, HPPA_FIO_A1, "Core audio" },
{HPPA_TYPE_FIO, HPPA_FIO_A2NB, "Advanced audio (no beeper)" },
{HPPA_TYPE_FIO, HPPA_FIO_FWSCSI, "Core FW SCSI" },
{HPPA_TYPE_FIO, HPPA_FIO_FDDI, "Core FDDI" },
{HPPA_TYPE_FIO, HPPA_FIO_A1NB, "Core audio (no beeper)" },
{HPPA_TYPE_FIO, HPPA_FIO_A2, "Advanced audio" },
{HPPA_TYPE_FIO, HPPA_FIO_HPIB, "Core HPIB" },
{HPPA_TYPE_FIO, HPPA_FIO_GSCSI, "Core SCSI" },
{HPPA_TYPE_FIO, HPPA_FIO_GPCFD, "floppy controller" },
{HPPA_TYPE_FIO, HPPA_FIO_GPCIO, "PS/2 port" },
{HPPA_TYPE_FIO, HPPA_FIO_GSGC, "SGC Graphics" },
{HPPA_TYPE_FIO, HPPA_FIO_GSCSCSI, "GSC SCSI" },
{HPPA_TYPE_FIO, HPPA_FIO_GLAN, "Core LAN" },
{HPPA_TYPE_FIO, HPPA_FIO_GRS232, "Core RS-232C" },
{ -1 }
};
|