From owner-cvs-src-old@FreeBSD.ORG Fri Nov 6 18:28:38 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D62E710656BE for ; Fri, 6 Nov 2009 18:28:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3B2E8FC1C for ; Fri, 6 Nov 2009 18:28:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA6IScH8053115 for ; Fri, 6 Nov 2009 18:28:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA6ISc2k053114 for cvs-src-old@freebsd.org; Fri, 6 Nov 2009 18:28:38 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200911061828.nA6ISc2k053114@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 6 Nov 2009 18:28:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 18:28:38 -0000 jhb 2009-11-06 18:28:13 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h Log: SVN rev 198995 on 2009-11-06 18:28:13Z by jhb - Use device_printf() instead of printf() with an explicit unit number in the PCI attach routine. - Simplify PCI probe. - Remove no-longer-used 'unit' from an_attach() parameters. PR: kern/126924 Submitted by: gavin Revision Changes Path 1.92 +1 -1 src/sys/dev/an/if_an.c 1.18 +1 -1 src/sys/dev/an/if_an_isa.c 1.32 +1 -1 src/sys/dev/an/if_an_pccard.c 1.31 +12 -15 src/sys/dev/an/if_an_pci.c 1.28 +1 -1 src/sys/dev/an/if_anreg.h