mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Long overdue sync-up with ATA code
This commit is contained in:
parent
0a2e49f1f8
commit
c10763d40c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143632
@ -230,9 +230,11 @@ static driver_t ata_iobus_sub_driver = {
|
||||
|
||||
DRIVER_MODULE(ata, ataiobus, ata_iobus_sub_driver, ata_devclass, 0, 0);
|
||||
|
||||
static void
|
||||
static int
|
||||
ata_iobus_locknoop(struct ata_channel *ch, int type)
|
||||
{
|
||||
|
||||
return (ch->unit);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user