diff options
Diffstat (limited to 'sys/arch/hppa/dev/cpudevs_data.h')
-rw-r--r-- | sys/arch/hppa/dev/cpudevs_data.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/sys/arch/hppa/dev/cpudevs_data.h b/sys/arch/hppa/dev/cpudevs_data.h new file mode 100644 index 00000000000..459e47ca7c5 --- /dev/null +++ b/sys/arch/hppa/dev/cpudevs_data.h @@ -0,0 +1,45 @@ +/* + * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. + * generated from: + * OpenBSD: cpudevs,v 1.3 1998/10/30 19:06:06 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 } +}; |