diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-31 21:23:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-31 21:23:29 +0000 |
commit | 947bb1c4b83c1e06ba6067d56863ff6e8bf875e6 (patch) | |
tree | 9f937e6438c2a9a2895fafb6732a64bfa5baeb1d /sys/arch | |
parent | 7b56dbbe1914f8621c7451cdd0d9d6f2fb779b84 (diff) |
Add Naturetech as a possible hardware vendor.
Diffstat (limited to 'sys/arch')
-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 143f29289e1..e21f41a0af2 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.105 2009/04/19 17:53:39 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.106 2009/05/31 21:23:28 kettenis Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -860,6 +860,8 @@ extern bus_space_tag_t mainbus_space_tag; hw_vendor = "Fujitsu"; if (strncmp(buf, "TAD,", 4) == 0) hw_vendor = "Tadpole"; + if (strncmp(buf, "NATE,", 5) == 0) + hw_vendor = "Naturetech"; /* * The Momentum Leopard-V advertises itself as |