Regen
This commit is contained in:
parent
66ee3a47be
commit
330ee79ba1
|
@ -1,9 +1,9 @@
|
|||
/* $NetBSD: cpudevs.h,v 1.6 2012/02/04 17:05:38 skrll Exp $ */
|
||||
/* $NetBSD: cpudevs.h,v 1.7 2012/02/26 07:51:56 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
* generated from:
|
||||
* NetBSD: cpudevs,v 1.5 2009/04/30 07:01:26 skrll Exp
|
||||
* NetBSD: cpudevs,v 1.6 2012/02/26 07:50:37 skrll Exp
|
||||
*/
|
||||
|
||||
#define HPPA_TYPE_NPROC 0x00
|
||||
|
@ -230,6 +230,7 @@
|
|||
#define HPPA_CPU_PCXL2 0x0f
|
||||
#define HPPA_CPU_PCXUP 0x10
|
||||
#define HPPA_CPU_PCXW 0x11
|
||||
#define HPPA_CPU_PCXWP 0x12
|
||||
#define HPPA_CPU_PCXW2 0x13
|
||||
#define HPPA_FPU_SOFTEMU 0x01
|
||||
#define HPPA_FPU_INDIGO 0x02
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/* $NetBSD: cpudevs_data.h,v 1.7 2012/02/05 08:31:53 skrll Exp $ */
|
||||
/* $NetBSD: cpudevs_data.h,v 1.8 2012/02/26 07:51:56 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
* generated from:
|
||||
* NetBSD: cpudevs,v 1.5 2009/04/30 07:01:26 skrll Exp
|
||||
* NetBSD: cpudevs,v 1.6 2012/02/26 07:50:37 skrll Exp
|
||||
*/
|
||||
|
||||
{HPPA_TYPE_BOARD, HPPA_BOARD_HP840, "840/930 (Indigo)" },
|
||||
|
@ -210,6 +210,7 @@
|
|||
{HPPA_TYPE_CPU, HPPA_CPU_PCXL2, "PCXL2 (Velociraptor)" },
|
||||
{HPPA_TYPE_CPU, HPPA_CPU_PCXUP, "PCXU+ (Vulcan)" },
|
||||
{HPPA_TYPE_CPU, HPPA_CPU_PCXW, "PCXW (Vulcan)" },
|
||||
{HPPA_TYPE_CPU, HPPA_CPU_PCXWP, "PCXW+ (Landshark)" },
|
||||
{HPPA_TYPE_CPU, HPPA_CPU_PCXW2, "PCXW2 (Piranha)" },
|
||||
{HPPA_TYPE_FPU, HPPA_FPU_SOFTEMU, "Software Emulation" },
|
||||
{HPPA_TYPE_FPU, HPPA_FPU_INDIGO, "Indigo" },
|
||||
|
|
Loading…
Reference in New Issue