diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2000-02-11 07:37:00 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2000-02-11 07:37:00 +0000 |
| commit | 32c3d179088ff75881e4a34b9c30ba9014c589f3 (patch) | |
| tree | 9ad573f5d11a7ee6549cf810c118a70862b91e0e /sys/dev/ata | |
| parent | 5ca7f45737bda6baf2325ddf42db2ca696579210 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/atapi-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-all.c b/sys/dev/ata/atapi-all.c index 492067531b61..b31290addba1 100644 --- a/sys/dev/ata/atapi-all.c +++ b/sys/dev/ata/atapi-all.c @@ -128,7 +128,7 @@ notfound: atp = NULL; } /* store our softc */ - scp->dev_softc[ATA_DEV(atp->unit)] = atp; + scp->dev_softc[ATA_DEV(device)] = atp; } int32_t |
