diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-08-09 18:06:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-08-09 18:06:40 -0400 |
commit | 9ae1e9b2c89912920a37d6e1593d4faa90a68e4b (patch) | |
tree | d83edcabc079275c5d480207942f9b1fa0c61785 /src/biosvar.h | |
parent | b68ac71b00360dde1e8f8176985935dc43868858 (diff) | |
download | seabios-9ae1e9b2c89912920a37d6e1593d4faa90a68e4b.tar.gz |
Remove unused cdemu ATA code.
Remove the low-level ATA code for short reads on cdroms now that cd
emulation is done at higher-level.
Also, remove sector_count from ebda - ata code updates op->count now.
Diffstat (limited to 'src/biosvar.h')
-rw-r--r-- | src/biosvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index 90cb7032..7eaa07bc 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -224,9 +224,6 @@ struct extended_bios_data_area_s { // El Torito Emulation data struct cdemu_s cdemu; - // Count of transferred sectors and bytes to/from disk - u16 sector_count; - // Buffer for disk DPTE table struct dpte_s dpte; |