mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
blueswirl's sparc32 patches - boots linux.
git-svn-id: svn://coreboot.org/openbios/openbios-devel@35 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -197,8 +197,7 @@ inquiry(esp_private_t *esp, sd_private_t *sd)
|
||||
esp->buffer[0] = 0x80;
|
||||
esp->buffer[1] = INQUIRY;
|
||||
|
||||
esp->buffer[4] = BUFSIZE & 0xff;
|
||||
esp->buffer[5] = (BUFSIZE >> 8) & 0xff;
|
||||
esp->buffer[5] = 36;
|
||||
|
||||
if (do_command(esp, sd, 7, 36)) {
|
||||
sd->present = 0;
|
||||
|
||||
Reference in New Issue
Block a user