From owner-freebsd-current Wed Jul 30 05:39:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA28038 for current-outgoing; Wed, 30 Jul 1997 05:39:31 -0700 (PDT) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA28030 for ; Wed, 30 Jul 1997 05:39:29 -0700 (PDT) Received: from rhiannon.scsn.net ([208.133.153.178]) by mail.scsn.net (Post.Office MTA v3.1 release PO203a ID# 0-32322U5000L100S10000) with ESMTP id AAA158; Wed, 30 Jul 1997 08:29:46 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.6/8.8.5) id IAA00279; Wed, 30 Jul 1997 08:39:13 -0400 (EDT) Message-ID: <19970730083912.16090@scsn.net> Date: Wed, 30 Jul 1997 08:39:12 -0400 From: "Donald J. Maddox" To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: dmaddox@scsn.net, cgull@smoke.marlboro.vt.us, doogie@forbidden-donut.anet-stl.com, freebsd-current@FreeBSD.ORG Subject: Re: code talks: announcing EIDE bus master patches Reply-To: dmaddox@scsn.net References: <19970730081733.55871@scsn.net> <199707301220.OAA02238@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.79 In-Reply-To: =?iso-8859-1?Q?=3C199707301220=2EOAA02238=40sos=2Efreebsd=2Edk=3E=3B_fro?= =?iso-8859-1?Q?m_S=F8ren_Schmidt_on_Wed=2C_Jul_30=2C_1997_at_02=3A20=3A4?= =?iso-8859-1?Q?4PM_+0200?= Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Jul 30, 1997 at 02:20:44PM +0200, Søren Schmidt wrote: > In reply to Donald J. Maddox who wrote: > > > > > > > > Yes, as stated in the commit etc, you need to set the flags to 0xa0ffa0ff > > > > to get DMA support (if the drive and controller supports it). > > > > > > > > > wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff80ff on isa > > > > ^^^^^^^^^^ > > > > > wdc1 at 0x170-0x177 irq 15 flags 0x80ff80ff on isa > > > > ^^^^^^^^^^ > > > > > wdc1: unit 0 (atapi): , removable, iordy > > > > > > > Geez, how did I miss that? Thanks for the info :-) > > > > Well, apparently, that's not the whole story: > > Yes it is, and you have DMA support: > > > wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa > > wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-32 > ^^^ > > wd0: 1277MB (2615760 sectors), 2595 cyls, 16 heads, 63 S/T, 512 B/S > > see?? Well, no, not entirely... My original msg was basically an enquiry as to why I am seeing the following msgs at boot: Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-CURRENT #0: Wed Jul 30 08:11:06 EDT 1997 root@rhiannon.scsn.net:/usr/src/sys/compile/RHIANNON CPU: Pentium (166.19-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30920704 (30196K bytes) Probing for devices on PCI bus 0: chip0: rev 0x01 on pci0.0.0 chip1: rev 0x00 on pci0.7.0 ide_pci0: rev 0x00 on pci0.7.1 ide_pci: warning, ide0:0 not configured for DMA? ide_pci: warning, ide0:1 not configured for DMA? ide_pci: warning, ide1:0 not configured for DMA? ide_pci: warning, ide1:1 not configured for DMA? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Adding the proper flag does indeed enable the DMA, but I could care less about that, since I only have Win95/NT on IDE drives. I just want to know why I am getting the messages from ide_pci, and how to shut them up. I should have been more specific in my original msg.