Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove MCP750 specific ATA device mapping #885

Open
skliper opened this issue Mar 11, 2021 · 0 comments
Open

Remove MCP750 specific ATA device mapping #885

skliper opened this issue Mar 11, 2021 · 0 comments

Comments

@skliper
Copy link
Contributor

skliper commented Mar 11, 2021

Is your feature request related to a problem? Please describe.
This code is out of OSAL scope:

#ifdef USE_VXWORKS_ATA_DRIVER
case OS_FILESYS_TYPE_NORMAL_DISK:
{
/*
** Create the Flash disk device
** This code requires an ATA driver in the BSP, so it must be
** left out of the compilation BSPs without.
*/
OS_DEBUG("OSAL: Starting an ATA DISK: %s\n", local->volume_name);
impl->xbdMaxPartitions = 4;
impl->blkDev = ataDevCreate(0, 0, 0, 0);
break;
}
#endif

Describe the solution you'd like
Move to PSP or similar.

Describe alternatives you've considered
Leave as-is (future work)

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review

@skliper skliper changed the title Remove MCP750 specific ATA driver Remove MCP750 specific ATA device mapping Mar 11, 2021
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant