From owner-cvs-all@FreeBSD.ORG Fri Oct 1 15:58:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CC3916A4CE; Fri, 1 Oct 2004 15:58:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6FF43D41; Fri, 1 Oct 2004 15:58:54 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i91Fwsue020700; Fri, 1 Oct 2004 15:58:54 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i91FwslP020699; Fri, 1 Oct 2004 15:58:54 GMT (envelope-from nyan) Message-Id: <200410011558.i91FwslP020699@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 1 Oct 2004 15:58:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 sio_cbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 15:58:54 -0000 nyan 2004-10-01 15:58:54 UTC FreeBSD src repository Modified files: sys/pc98/pc98 sio_cbus.c Log: Add more PnP serial cards support. PR: kern/72226 Submitted by: Hirokazu WATANABE Revision Changes Path 1.7 +19 -11 src/sys/pc98/pc98/sio_cbus.c