In article <[EMAIL PROTECTED]>
[EMAIL PROTECTED] writes:

> I guess the correct pseudocode then is:
> 
>       if (disk is ata &&
>           unit < 4 &&
>           size < 65535C x 8H x 17S x 512B) {
>               use 8/17 geometry
>       }
> 
> Is this correctly understood ?
> So this would not affect an IDE controller in a PCI slot ?


Oh, I think that an IDE controller on PCI bus is also so.  Therefore,
the above condition is

        if (disk is ata && size < 65535C x 8H x 17S x 512B) {
                ...
        }


In article <[EMAIL PROTECTED]>
Soeren Schmidt <[EMAIL PROTECTED]> writes:

> OK, could you try this patch then (and probably still rip out the
> stuff in GEOM)...

This patch has no problem.  I have succeeded in using all disks on my
pc98.

Thank you.

---
TAKAHASHI Yoshihiro <[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to