Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 15:48:40 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230822 - head/sys/dev/pci
Message-ID:  <201201311548.q0VFme2N043009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Jan 31 15:48:40 2012
New Revision: 230822
URL: http://svn.freebsd.org/changeset/base/230822

Log:
  Fix a spelling mistake in the surprise link down error constant.
  
  Submitted by:	glebius

Modified:
  head/sys/dev/pci/pcireg.h

Modified: head/sys/dev/pci/pcireg.h
==============================================================================
--- head/sys/dev/pci/pcireg.h	Tue Jan 31 15:48:33 2012	(r230821)
+++ head/sys/dev/pci/pcireg.h	Tue Jan 31 15:48:40 2012	(r230822)
@@ -697,7 +697,7 @@
 #define	PCIR_AER_UC_STATUS	0x04
 #define	PCIM_AER_UC_TRAINING_ERROR	0x00000001
 #define	PCIM_AER_UC_DL_PROTOCOL_ERROR	0x00000010
-#define	PCIM_AER_UC_SUPRISE_LINK_DOWN	0x00000020
+#define	PCIM_AER_UC_SURPRISE_LINK_DOWN	0x00000020
 #define	PCIM_AER_UC_POISONED_TLP	0x00001000
 #define	PCIM_AER_UC_FC_PROTOCOL_ERROR	0x00002000
 #define	PCIM_AER_UC_COMPLETION_TIMEOUT	0x00004000



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201311548.q0VFme2N043009>