Date: Fri, 6 Nov 2009 18:28:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <200911061828.nA6ISc2k053114@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911061828.nA6ISc2k053114>