summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/isp_pci.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2009-11-07 14:49:00 +0000
committermiod <miod@openbsd.org>2009-11-07 14:49:00 +0000
commitaab70d445dad86f06d947bf7b3d086170d4f008c (patch)
tree547361e968ee7620a759ea19a85bcf65b3f3b6bd /sys/dev/pci/isp_pci.c
parentDocument @option always-update (diff)
downloadwireguard-openbsd-aab70d445dad86f06d947bf7b3d086170d4f008c.tar.xz
wireguard-openbsd-aab70d445dad86f06d947bf7b3d086170d4f008c.zip
Change sgi system identification from a single system type list, to a smaller
system type list (which really is the system family) and a subsystem type. No functional change yet.
Diffstat (limited to 'sys/dev/pci/isp_pci.c')
-rw-r--r--sys/dev/pci/isp_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c
index 5d38e65cdac..208c6800820 100644
--- a/sys/dev/pci/isp_pci.c
+++ b/sys/dev/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_pci.c,v 1.52 2009/08/09 09:55:03 kettenis Exp $ */
+/* $OpenBSD: isp_pci.c,v 1.53 2009/11/07 14:49:02 miod Exp $ */
/* $FreeBSD: src/sys/dev/isp/isp_pci.c,v 1.148 2007/06/26 23:08:57 mjacob Exp $*/
/*-
* Copyright (c) 1997-2006 by Matthew Jacob
@@ -501,8 +501,8 @@ isp_pci_attach(struct device *parent, struct device *self, void *aux)
* XXX other isp...
*/
if (sys_config.system_type == SGI_OCTANE ||
- sys_config.system_type == SGI_O200 ||
- sys_config.system_type == SGI_O300)
+ sys_config.system_type == SGI_IP27 ||
+ sys_config.system_type == SGI_IP35)
DEFAULT_IID(isp) = 0;
#endif