From owner-cvs-all Wed Jun 21 4:21:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFF5E37BDB0; Wed, 21 Jun 2000 04:21:14 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA37688; Wed, 21 Jun 2000 04:21:14 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200006211121.EAA37688@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 21 Jun 2000 04:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/06/21 04:21:14 PDT Modified files: sys/pc98/pc98 sio.c Log: Fixed to support RSA98-III non-pnp mode. rman_get_start() had returned iobase + 8 because the I/O address table for RSA98-III starts with +8. Now, bus_alloc_resource() is used instead of isa_alloc_resourcev() if device type is RSA98III. Revision Changes Path 1.129 +38 -30 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message