From owner-cvs-src-old@FreeBSD.ORG Fri Dec 11 12:37:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE95B1065740 for ; Fri, 11 Dec 2009 12:37:08 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7C788FC2A for ; Fri, 11 Dec 2009 12:37:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBBCb8jp083119 for ; Fri, 11 Dec 2009 12:37:08 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBBCb8Lg083118 for cvs-src-old@freebsd.org; Fri, 11 Dec 2009 12:37:08 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <200912111237.nBBCb8Lg083118@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Fri, 11 Dec 2009 12:36:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/boot2 Makefile bios.S boot.c boot.h disk.c io.c serial_16550.S sys.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2009 12:37:09 -0000 nyan 2009-12-11 12:36:59 UTC FreeBSD src repository Modified files: sys/boot/pc98/boot2 Makefile bios.S boot.c boot.h disk.c io.c serial_16550.S sys.c Log: SVN rev 200407 on 2009-12-11 12:36:59Z by nyan Cleanups the boot2 for pc98. There is no functional change. - Make setting machine type and getting geom conditional for future. - Remove unused RAWBOOT and CDBOOT supports. - Remove unneeded include. - Fix warnings. MFC after: 1 week Revision Changes Path 1.25 +6 -0 src/sys/boot/pc98/boot2/Makefile 1.5 +0 -94 src/sys/boot/pc98/boot2/bios.S 1.19 +4 -1 src/sys/boot/pc98/boot2/boot.c 1.8 +1 -4 src/sys/boot/pc98/boot2/boot.h 1.14 +1 -2 src/sys/boot/pc98/boot2/disk.c 1.11 +4 -20 src/sys/boot/pc98/boot2/io.c 1.8 +0 -1 src/sys/boot/pc98/boot2/serial_16550.S 1.9 +2 -42 src/sys/boot/pc98/boot2/sys.c