Changeset 215 for trunk/hal/x86_64/core
- Timestamp:
- Jul 17, 2017, 1:41:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r213 r215 27 27 #include <soclib_tty.h> 28 28 #include <soclib_xcu.h> 29 #include <ioc_ata.h> 29 30 #include <pic_apic.h> 30 31 … … 72 73 void hal_drivers_ioc_init(chdev_t *dev) 73 74 { 74 soclib_bdv_init(dev);75 ioc_ata_init(dev); 75 76 } 76 77
Note: See TracChangeset
for help on using the changeset viewer.