Bochs/bochs/iodev
Gregory Alexander 7d9d0b6769 Added a packetmover that will eventually artificially respond to arps.
This can later be used as an example of how to artificially generate
packets to send to bochs.
2001-06-17 23:06:39 +00:00
..
cdrom.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
cdrom.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
cmos.cc while its not elegant, it works to remove the trailing '\n' 2001-06-14 14:14:17 +00:00
cmos.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
crc32.cc Added CRC code for use in calculating ethernet CRCs. 2001-06-17 22:39:57 +00:00
crc32.h Added CRC code for use in calculating ethernet CRCs. 2001-06-17 22:39:57 +00:00
devices.cc - there were cases where BX_APIC_SUPPORT were used and others where 2001-06-12 13:07:43 +00:00
dma.cc tweaks here and there, show ne2k mac, shorten BX_ messages by removing redundant strings, etc 2001-06-13 16:53:58 +00:00
dma.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
eth_arpback.cc Added a packetmover that will eventually artificially respond to arps. 2001-06-17 23:06:39 +00:00
eth_fbsd.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
eth_null.cc - add the beginnings of linux support 2001-06-13 22:27:52 +00:00
eth.cc - add the beginnings of linux support 2001-06-13 22:27:52 +00:00
eth.h - add the beginnings of linux support 2001-06-13 22:27:52 +00:00
floppy.cc remove \n 2001-06-13 17:01:36 +00:00
floppy.h - now floppy controller returns a proper error response if you try to write 2001-06-13 07:06:10 +00:00
guest2host.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
guest2host.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
harddrv.cc - use BX_ASSERT instead of assert 2001-06-07 20:52:26 +00:00
harddrv.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
ioapic.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
ioapic.h - added I/O APIC and local APICs 2001-05-23 07:48:11 +00:00
iodev.h - there were cases where BX_APIC_SUPPORT were used and others where 2001-06-12 13:07:43 +00:00
keyboard.cc - set the prefix and type in the constructor 2001-06-16 04:30:17 +00:00
keyboard.h remove \n 2001-06-13 17:01:36 +00:00
Makefile.in Added hooks for new PIT. Now compiles it into bochs binary 2001-06-11 03:09:40 +00:00
ne2k.cc tweaks here and there, show ne2k mac, shorten BX_ messages by removing redundant strings, etc 2001-06-13 16:53:58 +00:00
ne2k.h ne2k from angelos@OpenBSD.org 2001-05-23 00:46:47 +00:00
parallel.cc merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
parallel.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
pci.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
pci.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
pic.cc - there were cases where BX_APIC_SUPPORT were used and others where 2001-06-12 13:07:43 +00:00
pic.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
pit82c54.cc Updated pit, fixed a compile problem under AIX. 2001-06-12 23:55:53 +00:00
pit82c54.h Updated pit, fixed a compile problem under AIX. 2001-06-12 23:55:53 +00:00
pit_wrap.cc Added hooks for new PIT. Now compiles it into bochs binary 2001-06-11 03:09:40 +00:00
pit_wrap.h Added hooks for new PIT. Now compiles it into bochs binary 2001-06-11 03:09:40 +00:00
pit.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
pit.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
sb16.cc - applied patch.sb16-ftell. Instead of using fgetpos which returns 2001-06-09 01:30:20 +00:00
sb16.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
serial_raw.cc - added empty stubs for serial_raw. To try it out, define USE_RAW_SERIAL 2001-06-16 19:27:41 +00:00
serial_raw.h - added empty stubs for serial_raw. To try it out, define USE_RAW_SERIAL 2001-06-16 19:27:41 +00:00
serial.cc - remove bx_dbg notation, replace with BX_DEBUG. 2001-06-15 12:32:15 +00:00
serial.h - added empty stubs for serial_raw. To try it out, define USE_RAW_SERIAL 2001-06-16 19:27:41 +00:00
soundlnx.cc merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
soundlnx.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
soundwin.cc - fixed missing close paren in BX_PANIC call 2001-05-20 03:18:10 +00:00
soundwin.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
unmapped.cc bios prints should not have \n in them 2001-06-13 17:18:47 +00:00
unmapped.h merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
vga.cc - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00
vga.h - added option of changing vga update interval on the fly. 2001-06-09 19:57:56 +00:00