diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-07-25 22:36:17 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-07-25 22:36:17 +0000 |
| commit | 4aa620cdc64f377a911ec866fa4930f8d912b052 (patch) | |
| tree | 465fca396b4e0a33c85803361f45dfe069b08af8 /sys | |
| parent | e3d1d61f101debe77c74c84f1a4dbf0e2e7c8885 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/aac/aac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index ccffb18ed4bb..1808e0d2828a 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -236,6 +236,7 @@ aac_attach(struct aac_softc *sc) unit = device_get_unit(sc->aac_dev); sc->aac_dev_t = make_dev(&aac_cdevsw, unit, UID_ROOT, GID_WHEEL, 0644, "aac%d", unit); (void)make_dev_alias(sc->aac_dev_t, "afa%d", unit); + (void)make_dev_alias(sc->aac_dev_t, "hpn%d", unit); sc->aac_dev_t->si_drv1 = sc; |
