diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-04-01 22:12:53 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-04-01 22:12:53 +0000 |
| commit | e5bd0ae156fb5a6875e194f999fa3c9035f184ec (patch) | |
| tree | 5705ecf89a662e5d2fcd20eb22a510a0cf5a8b80 | |
| parent | 98df9218daac2006d7cf5a914544ab8614d31e3b (diff) | |
Notes
| -rw-r--r-- | sys/dev/asr/asr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 25ee31774b5b..a6dff07b6d41 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -2582,6 +2582,7 @@ asr_attach(device_t tag) */ sc->ha_devt = make_dev(&asr_cdevsw, unit, UID_ROOT, GID_OPERATOR, 0640, "asr%d", unit); + (void)make_dev_alias(sc->ha_devt, "rdpti%d", unit); sc->ha_devt->si_drv1 = sc; return(0); } /* asr_attach */ |
