Page MenuHomeFreeBSD

D6920.diff
No OneTemporary

D6920.diff

Index: head/sys/dev/bhnd/bcma/bcma.c
===================================================================
--- head/sys/dev/bhnd/bcma/bcma.c
+++ head/sys/dev/bhnd/bcma/bcma.c
@@ -274,7 +274,7 @@
return (true);
}
- if (rst & BMCA_DMP_RC_RESET)
+ if (rst & BCMA_DMP_RC_RESET)
return (true);
/* Is core clocked? */
@@ -367,11 +367,11 @@
/* Already in reset? */
rst = bhnd_bus_read_4(r, BCMA_DMP_RESETCTRL);
- if (rst & BMCA_DMP_RC_RESET)
+ if (rst & BCMA_DMP_RC_RESET)
return (0);
/* Put core into reset */
- if ((error = bcma_dmp_write_reset(child, dinfo, BMCA_DMP_RC_RESET)))
+ if ((error = bcma_dmp_write_reset(child, dinfo, BCMA_DMP_RC_RESET)))
return (error);
/* Clear core flags */
Index: head/sys/dev/bhnd/bcma/bcma_dmp.h
===================================================================
--- head/sys/dev/bhnd/bcma/bcma_dmp.h
+++ head/sys/dev/bhnd/bcma/bcma_dmp.h
@@ -252,7 +252,7 @@
#define BCMA_DMP_IOST_MASK 0x0000FFFF
/* resetctrl */
-#define BMCA_DMP_RC_RESET 0x00000001
+#define BCMA_DMP_RC_RESET 0x00000001
/* config */
#define BCMA_DMP_CFG_OOB 0x00000020

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 12:09 PM (9 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31909387
Default Alt Text
D6920.diff (1 KB)

Event Timeline