diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-12-13 00:12:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-12-13 00:12:04 +0000 |
commit | e53426413f19e89f08d1071a6c92e64d0656c589 (patch) | |
tree | 60432151053a06a7dfa74867e4978647616cf18c /sys/arch/sparc64 | |
parent | 1d9382d59569bfe520785c2e5825fe161fadd5c6 (diff) |
report Oracle as the vendor is the produce starts with ORCL,
makes it consistent with reporting Sun or Fujitsu based on produce
prefixes.
ok kettenis@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index fee9fbc8b89..b9e92593c2a 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.129 2017/12/06 16:20:53 kettenis Exp $ */ +/* $OpenBSD: autoconf.c,v 1.130 2017/12/13 00:12:03 dlg Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -947,6 +947,8 @@ extern bus_space_tag_t mainbus_space_tag; hw_vendor = "Tadpole"; if (strncmp(buf, "NATE,", 5) == 0) hw_vendor = "Naturetech"; + if (strncmp(buf, "ORCL,", 5) == 0) + hw_vendor = "Oracle"; /* * The Momentum Leopard-V advertises itself as |