Stay up to date with the latest ATA developments, where

ata_channel.locking now returns an int.

Approved by:	grehan (mentor)
This commit is contained in:
Suleiman Souhlal 2004-11-02 09:29:31 +00:00
parent 400a0a2395
commit 899fe90939
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137119
2 changed files with 4 additions and 2 deletions

View File

@ -90,10 +90,11 @@ static driver_t ata_kauai_driver = {
DRIVER_MODULE(ata, pci, ata_kauai_driver, ata_devclass, 0, 0);
static void
static int
ata_kauai_locknoop(struct ata_channel *ch, int type)
{
/* XXX SMP ? */
return (0);
}
static void

View File

@ -80,10 +80,11 @@ static driver_t ata_macio_driver = {
DRIVER_MODULE(ata, macio, ata_macio_driver, ata_devclass, 0, 0);
static void
static int
ata_macio_locknoop(struct ata_channel *ch, int type)
{
/* XXX SMP ? */
return (0);
}
static void