This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: An IDE disk driver


Hi Iztok

I think ide_disk.h probably should be a private header file.  I don't
think you actually export anything for other packages to use.

Making it private will help you with name space polution. You have a
lot of things without cyg_ or CYG_ prefixes.

Is SECTOR_SIZE fixed at 512 bytes by the IDE standard or could it be
other values? Should this be controlled by CDL?

        Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]