Problem with ATA driver on pc386
Eugene Denisov
dea at sendmail.ru
Thu Dec 11 14:20:27 UTC 2003
Hello all.
I trying to use ATA driver in RTEMS 4.6.0pre5 on pc386 target, this is the
driver table I used to:
#define CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE
#ifdef CONFIGURE_INIT
rtems_driver_address_table Device_drivers[] =
{
CONSOLE_DRIVER_TABLE_ENTRY
,CLOCK_DRIVER_TABLE_ENTRY
,IDE_CONTROLLER_DRIVER_TABLE_ENTRY
#if 1
,ATA_DRIVER_TABLE_ENTRY
#endif
};
Unfortunately system hungs up when I enabling ATA driver.
Does anyone succesfully use ATA driver for this RTEMS build?
More information about the users
mailing list