diff options
Diffstat (limited to 'sys/dev/ata/ata-pci.c')
| -rw-r--r-- | sys/dev/ata/ata-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index e19722719dfd..da02e3ac1b9e 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -558,7 +558,7 @@ ata_pcichannel_detach(device_t dev) if (ch->dma) ch->dma->free(dev); - /* free resources for io and ctlio XXX SOS */ + /* XXX SOS free resources for io and ctlio ?? */ return 0; } |
