diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-10-14 20:21:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-10-14 20:21:17 +0000 |
commit | 1c47ce566de2c840c27df8a5f3cbd282fa3c5ec1 (patch) | |
tree | ceb69f9019d506069bd6fd99c57534ff175ade2c /sys/arch/sgi/xbow/xbowdevs_data.h | |
parent | 6c51d9766cfc5e17704f527d68eccf76495e3f47 (diff) |
On IP30 and IP35 systems, try harder to figure out exactly what model we are
running on, and report this both as the hw.product sysctl and in dmesg.
Fuel and Origin 350 are no longer reported as being Origin 300 systems!
Diffstat (limited to 'sys/arch/sgi/xbow/xbowdevs_data.h')
-rw-r--r-- | sys/arch/sgi/xbow/xbowdevs_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/xbow/xbowdevs_data.h b/sys/arch/sgi/xbow/xbowdevs_data.h index a64dfe6c903..fc7aeee5e38 100644 --- a/sys/arch/sgi/xbow/xbowdevs_data.h +++ b/sys/arch/sgi/xbow/xbowdevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: xbowdevs,v 1.4 2009/10/08 19:13:00 miod Exp + * OpenBSD: xbowdevs,v 1.5 2009/10/14 20:19:23 miod Exp */ /* @@ -40,7 +40,7 @@ static const struct xbow_product xbow_products[] = { }, { XBOW_VENDOR_SGI, XBOW_PRODUCT_SGI_BEDROCK, - "Bedrock", + "PXBow", }, { XBOW_VENDOR_SGI2, XBOW_PRODUCT_SGI2_ODYSSEY, |