diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-10-16 01:46:59 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-10-16 01:46:59 +0000 |
| commit | f01f2af67aa189212ce5ca61db43bb7292bad17f (patch) | |
| tree | 9ff5b4a3d29123243f4e908b24642732397ee89d /sys/dev/mlx/mlx_disk.c | |
| parent | f269f9df8d7ede31f151b679d87fea4eb2c71ec7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx/mlx_disk.c')
| -rw-r--r-- | sys/dev/mlx/mlx_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 9e2f571e4069..20d013609fc7 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -253,6 +253,7 @@ mlxd_attach(device_t dev) sc->mlxd_controller = (struct mlx_softc *)device_get_softc(parent); sc->mlxd_unit = device_get_unit(dev); sc->mlxd_drive = device_get_ivars(dev); + sc->mlxd_dev = dev; switch(sc->mlxd_drive->ms_state) { case MLX_SYSD_ONLINE: |
