From owner-cvs-all@FreeBSD.ORG Sat Aug 28 15:10:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF3716A4CE; Sat, 28 Aug 2004 15:10:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C094A43D1F; Sat, 28 Aug 2004 15:10:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7SFAZmh009653; Sat, 28 Aug 2004 15:10:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7SFAZEX009652; Sat, 28 Aug 2004 15:10:35 GMT (envelope-from rwatson) Message-Id: <200408281510.i7SFAZEX009652@repoman.freebsd.org> From: Robert Watson Date: Sat, 28 Aug 2004 15:10:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcn.c if_sf.c if_ste.c if_ti.c if_tl.c if_wb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 15:10:36 -0000 rwatson 2004-08-28 15:10:35 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c if_sf.c if_ste.c if_ti.c if_tl.c if_wb.c Log: Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until they are either locked down or demonstrated MPSAFE. Revision Changes Path 1.60 +2 -1 src/sys/pci/if_pcn.c 1.73 +2 -1 src/sys/pci/if_sf.c 1.77 +2 -1 src/sys/pci/if_ste.c 1.97 +2 -1 src/sys/pci/if_ti.c 1.94 +2 -1 src/sys/pci/if_tl.c 1.74 +2 -1 src/sys/pci/if_wb.c