Date: Tue, 15 Apr 2003 20:16:57 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/fxp if_fxp.c src/sys/dev/gem if_gem_pci.c src/sys/dev/hea hea_pci.c src/sys/dev/hfa hfa_pci.c src/sys/dev/hme if_hme_pci.c... Message-ID: <200304160316.h3G3GvWv085915@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2003/04/15 20:16:57 PDT FreeBSD src repository Modified files: sys/dev/bge if_bge.c sys/dev/fxp if_fxp.c sys/dev/gem if_gem_pci.c sys/dev/hea hea_pci.c sys/dev/hfa hfa_pci.c sys/dev/hme if_hme_pci.c sys/dev/lge if_lge.c sys/dev/nge if_nge.c sys/dev/pdq if_fpa.c sys/dev/sound/pci ich.c via8233.c sys/dev/txp if_txp.c sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: - Don't call pci_enable_io() in drivers (unless needed for resume). - Don't test memory/port status and emit an error message; the PCI bus code will do this now. Revision Changes Path 1.34 +0 -9 src/sys/dev/bge/if_bge.c 1.172 +4 -10 src/sys/dev/fxp/if_fxp.c 1.9 +0 -1 src/sys/dev/gem/if_gem_pci.c 1.5 +0 -13 src/sys/dev/hea/hea_pci.c 1.3 +0 -13 src/sys/dev/hfa/hfa_pci.c 1.6 +0 -1 src/sys/dev/hme/if_hme_pci.c 1.20 +0 -18 src/sys/dev/lge/if_lge.c 1.45 +0 -18 src/sys/dev/nge/if_nge.c 1.19 +0 -15 src/sys/dev/pdq/if_fpa.c 1.28 +0 -1 src/sys/dev/sound/pci/ich.c 1.9 +0 -1 src/sys/dev/sound/pci/via8233.c 1.17 +0 -18 src/sys/dev/txp/if_txp.c 1.101 +0 -17 src/sys/pci/if_dc.c 1.40 +5 -16 src/sys/pci/if_pcn.c 1.96 +0 -18 src/sys/pci/if_rl.c 1.54 +0 -18 src/sys/pci/if_sf.c 1.71 +0 -17 src/sys/pci/if_sis.c 1.59 +0 -18 src/sys/pci/if_sk.c 1.50 +0 -18 src/sys/pci/if_ste.c 1.76 +0 -9 src/sys/pci/if_ti.c 1.80 +0 -9 src/sys/pci/if_tl.c 1.69 +0 -18 src/sys/pci/if_vr.c 1.58 +0 -18 src/sys/pci/if_wb.c 1.141 +0 -10 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304160316.h3G3GvWv085915>