Browse Source

fixed linux* and linux24 (horizon driver issue) for powerpc

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1308 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
06769644f7
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/base/linux24/arch-ppc-horizon-name-clash.patch

+ 11
- 0
package/base/linux24/arch-ppc-horizon-name-clash.patch

@ -0,0 +1,11 @@
--- ./drivers/atm/horizon.c.orig 2003-09-04 20:22:19.000000000 +0200
+++ ./drivers/atm/horizon.c 2003-09-04 20:24:36.000000000 +0200
@@ -481,7 +481,7 @@
return;
}
-static inline void dump_regs (hrz_dev * dev) {
+static inline void dump_horizon_regs (hrz_dev * dev) {
#ifdef DEBUG_HORIZON
PRINTD (DBG_REGS, "CONTROL 0: %#x", rd_regl (dev, CONTROL_0_REG));
PRINTD (DBG_REGS, "RX CONFIG: %#x", rd_regw (dev, RX_CONFIG_OFF));

Loading…
Cancel
Save