Date: Sun, 24 Sep 2000 16:17:03 -0400 (EDT) From: "Brandon D. Valentine" <bandix@looksharp.net> To: Jonel Rienton <jmr@freebsduser.org> Cc: Daniel Eischen <eischen@vigrid.com>, "Justin T. Gibbs" <gibbs@plutotech.com>, Andy@silverbrook.com.au, Brad Knowles <blk@skynet.be>, stable@FreeBSD.ORG Subject: Re: MFC of ahc driver updates (long-ish) Message-ID: <Pine.BSF.4.21.0009241608070.48000-100000@turtle.looksharp.net> In-Reply-To: <047201c0265e$afe42640$17161d0a@jonelrienton.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009241608070.48000-100000>