mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
435 B

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