head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2-base:1.3 buildlink2:1.3.0.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.4 date 2004.02.12.00.10.32; author hubertf; state dead; branches; next 1.3; 1.3 date 2002.05.14.13.52.52; author fredb; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2001.05.25.23.01.32; author kei; state dead; branches; next 1.1; 1.1 date 2000.12.14.14.39.45; author kei; state Exp; branches; next ; 1.3.2.1 date 2002.05.14.13.52.52; author jlam; state dead; branches; next 1.3.2.2; 1.3.2.2 date 2002.06.23.18.45.29; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Update bochs to 2.1. Changes: - New disassembler - 3DNow!/SSE/SSE2/PNI instruction support - Vmware3/Sparse/Undoable/Growing harddisk images support - many VGA emulation improvements (e.g. high/true color VBE modes added) - No more X11 vga font required @ text @$NetBSD: patch-ag,v 1.3 2002/05/14 13:52:52 fredb Exp $ --- iodev/cdrom.h.orig Fri Feb 1 10:46:28 2002 +++ iodev/cdrom.h @@@@ -49,6 +49,9 @@@@ // Read a single block from the CD void read_block(uint8* buf, int lba); + // Start (spin up) the CD. + int start_cdrom(); + private: int fd; char *path; @ 1.3 log @- - Enable the cdrom driver, and begin to make it work on NetBSD. It can boot a Norton Utilities CD, but not run any of the utilities. That may be the known problem with the Windows 98 CD. - - Add the ability, on NetBSD, to spin up the CD-ROM. This keeps "disklabel cd0" while booted from the NetBSD 1.5.3 rescue floppy from panicing the emulation, but it still doesn't return a label. - - Go ahead and enable the network driver and dummy sound driver. The network driver almost works under the NetBSD rescue floppy (ifconfig works, but not ping). I have no way, currently, of verifying the (dummy, silent) sound driver. - - Bump to 1.4nb1. @ text @d1 1 a1 1 $NetBSD$ @ 1.3.2.1 log @file patch-ag was added on branch buildlink2 on 2002-06-23 18:45:29 +0000 @ text @d1 14 @ 1.3.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 14 $NetBSD: patch-ag,v 1.3.2.1 2002/06/23 18:45:29 jlam Exp $ --- iodev/cdrom.h.orig Fri Feb 1 10:46:28 2002 +++ iodev/cdrom.h @@@@ -49,6 +49,9 @@@@ // Read a single block from the CD void read_block(uint8* buf, int lba); + // Start (spin up) the CD. + int start_cdrom(); + private: int fd; char *path; @ 1.2 log @Updated to version 1.1.2 (bugfix3, 2001-05-16) - updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc - fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files - now Makefile targets that recurse into subdirectories use double colons, so that it will always recurse into subdirectories. Now a single make command should notice a modified source file in a subdir. - fixed bug in bx_panic. If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic occurs, it used to call bx_atexit() and then return. It should never call bx_atexit, which starts to shut down the simulator, unless it's really going to quit! - support 2.88 MB floppy disks - since dataseghack is checked in as non-executable, invoke it with "csh dataseghack" - double fault patch from Thomas Petazzoni , sourceforge patch #423726. - removed -fno-builtin from fpu makefiles - redefine u_char, u_short, etc. in order to not conflict with system definitions of these same types. - in cdrom.cc, remove the extern "C" { } structure around some of the header files. This is no longer necessary. - do not panic on hard disk command 0x1f2 (read sector count) - in keyboard.cc: - apply Todd Fries' reset patch - recognize most of the "Grey" insert/delete/home/end/etc. keys the same as keypad keys. - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??" - implement mouse command 0xf6 (set defaults) - apply Suboner@@aol.com's Xwindows timing patch from http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580 &atid=312580 - remove all patches from patches subdir which have already been applied. The remaining ones are under consideration but not applied. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2000/12/14 14:39:45 kei Exp $ d3 12 a14 11 --- docs-html/index.html.orig Wed Dec 6 01:30:21 2000 +++ docs-html/index.html Wed Dec 6 01:30:43 2000 @@@@ -26,7 +26,7 @@@@
What is Bochs
Licensing
Developers email-list -
FTP site +
FTP site
Compile/Install
Using ./configure and it's options
Platforms @ 1.1 log @Updated "bochs" package to 2000.03.25a. it is now distributed under the LGPL. @ text @d1 1 a1 1 $NetBSD$ @