Deleted Added
full compact
28c28
< # $FreeBSD: head/sys/boot/pc98/boot0.5/disk.s 64660 2000-08-15 08:17:03Z kato $
---
> # $FreeBSD: head/sys/boot/pc98/boot0.5/disk.s 65271 2000-08-31 10:24:06Z kato $
181,182c181,196
< addb %ah, %dh
< movb %dh, daua(%si)
---
> addb %ah, %dh # %dh = DA/UA
> movb %dh, daua(%si) # Store DA/UA
>
> # Try new sense command
> push %ax
> push %cx
> movb %dh, %al
> movb $0x84, %ah
> int $0x1b
> pop %cx
> pop %ax
> jc err_newsense
> movw %bx, %dx
> jmp found_sasi_unit
>
> err_newsense: