From owner-freebsd-current Sun Dec 23 8:51:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 3713B37B417 for ; Sun, 23 Dec 2001 08:51:57 -0800 (PST) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id fBNGpu360606 for current@freebsd.org; Sun, 23 Dec 2001 08:51:56 -0800 (PST) (envelope-from david) Date: Sun, 23 Dec 2001 08:51:56 -0800 (PST) From: David Wolfskill Message-Id: <200112231651.fBNGpu360606@bunrab.catwhisker.org> To: current@freebsd.org Subject: Minimal patch for -CURRENT to build Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please note that I am taking no position regarding whether Matt's sio changes should remain or be backed out. That said, the following was the minimal change I found necessary to get today's -CURRENT to build: Index: sio.c =================================================================== RCS file: /cvs/freebsd/src/sys/dev/sio/sio.c,v retrieving revision 1.356 diff -u -r1.356 sio.c --- sio.c 23 Dec 2001 02:48:25 -0000 1.356 +++ sio.c 23 Dec 2001 16:24:20 -0000 @@ -2168,7 +2168,7 @@ * without producing silo overflow errors. */ com->fifo_image = t->c_ospeed <= 4800 - ? FIFO_ENABLE : FIFO_ENABLE | FIFO_RX_MEDHI; + ? FIFO_ENABLE : FIFO_ENABLE | FIFO_RX_MEDH; #ifdef COM_ESP /* * The Hayes ESP card needs the fifo DMA mode bit set Cheers, david -- David H. Wolfskill david@catwhisker.org I believe it would be irresponsible (and thus, unethical) for me to advise, recommend, or support the use of any product that is or depends on any Microsoft product for any purpose other than personal amusement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message