diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2004-10-23 19:05:17 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2004-10-23 19:05:17 +0000 |
| commit | bd00f0f74ee2b5046ab7de1cf9aadac0904cf12c (patch) | |
| tree | ec2267162ba75975175b621ee72336a5b7f0aacb /sys/dev/ata | |
| parent | 9803afcf5cf662e6d124efd9498ff40123200f9b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-card.c b/sys/dev/ata/ata-card.c index 68d8bde5bfac..4c63faeb85fa 100644 --- a/sys/dev/ata/ata-card.c +++ b/sys/dev/ata/ata-card.c @@ -91,7 +91,7 @@ ata_pccard_match(device_t dev) static int ata_pccard_locknoop(struct ata_channel *ch, int type) { - return 1; + return ch->unit; } static void |
