[SPARC64]: Use more mearningful names for IRQ registry.

All of the interrupts say "LDX RX" and "LDX TX" currently
which is next to useless.  Put a device specific prefix
before "RX" and "TX" instead which makes it much more
useful.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2007-07-11 23:22:55 -07:00
parent e450992d13
commit 133f09a169
4 changed files with 16 additions and 6 deletions

View File

@ -598,7 +598,7 @@ static int __devinit ds_probe(struct vio_dev *vdev,
}
dp->lp = lp;
err = ldc_bind(lp);
err = ldc_bind(lp, "DS");
if (err)
goto out_free_ldc;