mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Update to reflect the change in ata.h
Forgotten by: sos
This commit is contained in:
parent
c175d2226f
commit
b508ad43c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84613
@ -100,7 +100,7 @@ void
|
||||
param_print(struct ata_params *parm)
|
||||
{
|
||||
printf("<%.40s/%.8s> ATA/ATAPI rev %d\n",
|
||||
parm->model, parm->revision, version(parm->versmajor));
|
||||
parm->model, parm->revision, version(parm->version_major));
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user