Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2003 17:37:49 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28580 for review
Message-ID:  <200304090037.h390bnWT014764@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28580

Change 28580 by peter@peter_daintree on 2003/04/08 17:37:03

	re-declare the cfgreg mutex. oops.  I cut it by accident.

Affected files ...

.. //depot/projects/hammer/sys/x86_64/pci/pci_cfgreg.c#10 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/pci/pci_cfgreg.c#10 (text+ko) ====

@@ -54,6 +54,8 @@
 static void	pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes);
 static int	pcireg_cfgopen(void);
 
+static struct mtx pcicfg_mtx;
+
 /* 
  * Initialise access to PCI configuration space 
  */



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