From owner-cvs-src@FreeBSD.ORG Wed Sep 29 07:45:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAFA16A4CE; Wed, 29 Sep 2004 07:45:54 +0000 (GMT) Received: from freebsd3.cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id C087443D46; Wed, 29 Sep 2004 07:45:53 +0000 (GMT) (envelope-from jb@cimlogic.com.au) Received: by freebsd3.cimlogic.com.au (Postfix, from userid 102) id AF5A06A9B9; Wed, 29 Sep 2004 17:45:52 +1000 (EST) Date: Wed, 29 Sep 2004 17:45:52 +1000 From: John Birrell To: Poul-Henning Kamp Message-ID: <20040929074552.GA909@freebsd3.cimlogic.com.au> References: <20040929070455.GB905@freebsd3.cimlogic.com.au> <19029.1096442238@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19029.1096442238@critter.freebsd.dk> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Birrell Subject: Re: cvs commit: src/sys/dev/fdc fdc_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 07:45:54 -0000 On Wed, Sep 29, 2004 at 09:17:18AM +0200, Poul-Henning Kamp wrote: > + > + printf("Contents of fdc_data at start of fdc_attach:\n"); > + printf(" portt=0x%0x porth=0x%0x stst=0x%0x stsh=0x%0x\n", > + fdc->portt, fdc->porth, fdc->stst, fdc->stsh); > + printf(" ctlt=0x%0x ctlh=0x%0x\n", fdc->ctlt, fdc->ctlh); > + printf(" port_off=0x%0x ctl_off=0x%0x sts_off=0x%0x\n", > + fdc->port_off, fdc->ctl_off, fdc->sts_off); > + fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 Contents of fdc_data at start of fdc_attach: portt=0x0 porth=0x3f0 stst=0x0 stsh=0x3f0 ctlt=0x0 ctlh=0x3f7 port_off=0x0 ctl_off=0x0 sts_off=0x0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 -- John Birrell