Bryce Denney
310f1ae948
- make it easy to enable mouse debug output again with macro
2001-05-03 00:42:29 +00:00
Bryce Denney
ad175e9aae
- specify where on the hard drive it fails to read or write.
2001-05-03 00:41:36 +00:00
Bryce Denney
417e4c01ec
- print which unknown hard drive command causes a panic
2001-04-10 02:33:27 +00:00
Bryce Denney
431b22c1e8
- from Don Becker: had to typecast &waveformat.wf to (LPWAVEFORMATEX) type
2001-04-10 02:29:45 +00:00
Bryce Denney
a6fef54678
- update copyright dates to 2001 for all mandrake headers
...
- for bochs files with other header, replaced with current mandrake header
2001-04-10 02:20:02 +00:00
Bryce Denney
cf780f13ce
- applied patch from Don Becker. Bypass fstat when opening WIN32 raw
...
floppy disk.
2001-04-10 02:17:43 +00:00
Bryce Denney
955b0a924f
- applied patch from Don Becker.
...
CDROM drive letter for WIN32 is no longer hardcoded.
2001-04-10 02:17:10 +00:00
Bryce Denney
add7fc9a4d
- applied patch from Greg Alexander: implement VGA enable register at 0x3c3.
2001-04-10 02:16:18 +00:00
Bryce Denney
43894ea539
- Applied patch from Roland Mainz, 4/1/2001
...
Support Sun CDROM.
2001-04-10 02:15:31 +00:00
Bryce Denney
d12a76d30b
- Applied patch: pit-panic.
...
The 82c54 model (pit.cc) implements timer modes 0, 2, and 3 in its handler
functions, without caring which timer number is involved. However, the
I/O write code that sets the mode is inconsistent.
Timer 0 can be set to modes 0,2,3 only.
Timer 1 can be set to mode 2 only.
Timer 2 can be set to mode 2,3 only.
From a quick reading of an 8254 datasheet, I can't see any reason to
restrict which timer can be in which mode, so I think it's correct to
allow ALL timers to go into ALL modes that are implemented.
2001-04-10 02:14:37 +00:00
Bryce Denney
55de7270df
- Applied patch from Greg Alexander, 12/27/2000.
...
Enable writes to the mouse output buffer and enable mouse DATA_READ command.
2001-04-10 02:12:30 +00:00
Bryce Denney
4e04f4cb58
- change all inline declarations to one of two macros: BX_C_INLINE or
...
BX_CPP_INLINE. Then in config.h.in you can define these two as you
wish.
2001-04-10 02:10:09 +00:00
Bryce Denney
b05159c112
- Applied patch from Greg Alexander, 12/22/2000.
...
Implement aborts on a few SET FEATURE commands for ATA.
2001-04-10 02:09:09 +00:00
cvs
beff63eb32
- entered original Bochs snapshot bochs-2000_0325a.tar.gz from
...
ftp.bochs.com
2001-04-10 01:04:59 +00:00