Changeset 215 for trunk/hal/x86_64/core


Ignore:
Timestamp:
Jul 17, 2017, 1:41:13 PM (7 years ago)
Author:
max@…
Message:

rename the ATA driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_drivers.c

    r213 r215  
    2727#include <soclib_tty.h>
    2828#include <soclib_xcu.h>
     29#include <ioc_ata.h>
    2930#include <pic_apic.h>
    3031
     
    7273void hal_drivers_ioc_init(chdev_t *dev)
    7374{
    74         soclib_bdv_init(dev);
     75        ioc_ata_init(dev);
    7576}
    7677
Note: See TracChangeset for help on using the changeset viewer.