aboutsummaryrefslogtreecommitdiff
path: root/src/biosvar.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-08-09 18:06:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-08-09 18:06:40 -0400
commit9ae1e9b2c89912920a37d6e1593d4faa90a68e4b (patch)
treed83edcabc079275c5d480207942f9b1fa0c61785 /src/biosvar.h
parentb68ac71b00360dde1e8f8176985935dc43868858 (diff)
downloadseabios-hppa-9ae1e9b2c89912920a37d6e1593d4faa90a68e4b.zip
seabios-hppa-9ae1e9b2c89912920a37d6e1593d4faa90a68e4b.tar.gz
seabios-hppa-9ae1e9b2c89912920a37d6e1593d4faa90a68e4b.tar.bz2
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/biosvar.h b/src/biosvar.h
index 90cb703..7eaa07b 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;