From owner-freebsd-stable Sun Sep 24 13:17:31 2000 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 6BA4E37B424 for ; Sun, 24 Sep 2000 13:17:10 -0700 (PDT) Received: from localhost (bandix@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id QAA48135; Sun, 24 Sep 2000 16:17:03 -0400 (EDT) (envelope-from bandix@looksharp.net) Date: Sun, 24 Sep 2000 16:17:03 -0400 (EDT) From: "Brandon D. Valentine" To: Jonel Rienton Cc: Daniel Eischen , "Justin T. Gibbs" , Andy@silverbrook.com.au, Brad Knowles , stable@FreeBSD.ORG Subject: Re: MFC of ahc driver updates (long-ish) In-Reply-To: <047201c0265e$afe42640$17161d0a@jonelrienton.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 Sep 2000, Jonel Rienton wrote: >following the thread, should i also just grab the drivers from >- -current for this to be fixed? >i'd appreciate any input, thank you. Indeed. Get the latest drivers from -current, apply the patch that Daniel posted several days ago to -stable, and then apply the following patch because he left one change out of his patch: Index: src/sys/pci/pcireg.h =================================================================== RCS file: /home/ncvs/src/sys/pci/pcireg.h,v retrieving revision 1.24 diff -u -r1.24 pcireg.h --- src/sys/pci/pcireg.h 2000/01/10 12:53:19 1.24 +++ src/sys/pci/pcireg.h 2000/09/24 20:15:44 @@ -55,6 +55,7 @@ #define PCIR_COMMAND 0x04 #define PCIM_CMD_PORTEN 0x0001 #define PCIM_CMD_MEMEN 0x0002 +#define PCIM_CMD_MWRICEN 0x0010 #define PCIM_CMD_BUSMASTEREN 0x0004 #define PCIM_CMD_PERRESPEN 0x0040 #define PCIR_STATUS 0x06 Brandon D. Valentine -- bandix at looksharp.net | bandix at structbio.vanderbilt.edu "Truth suffers from too much analysis." -- Ancient Fremen Saying To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message