tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: WD_QUIRK_FORCE_LBA48
> > I saw a Windows driver simply does
> >
> > if (drive supports LBA48)
> > use LBA48 transfer;
> > else if (drive supports LBA)
> > use LBA28 transfer;
> > else
> > use CHS transfer;
>
> But windows doesn't try to support as much hardware as we do :)
I wonder what should we do in wdc driver in bootloader..
(wd.c and wdc.c in sys/arch/cobalt/stand/boot/)
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index