PERFORCE change 28580 for review
Peter Wemm
peter at FreeBSD.org
Tue Apr 8 17:37:51 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28580
Change 28580 by peter at 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
*/
More information about the p4-projects
mailing list