Date: Mon, 14 Apr 2003 23:37:31 -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/an if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar_isa.c if_ar_pci.c src/sys/dev/bge if_bge.c src/sys/dev/cm if_cm_isa.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs... Message-ID: <200304150637.h3F6bVnJ044982@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2003/04/14 23:37:31 PDT FreeBSD src repository Modified files: sys/dev/an if_an_isa.c if_an_pccard.c if_an_pci.c sys/dev/ar if_ar_isa.c if_ar_pci.c sys/dev/bge if_bge.c sys/dev/cm if_cm_isa.c sys/dev/cnw if_cnw.c sys/dev/cs if_cs_isa.c if_cs_pccard.c sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c sys/dev/em if_em.c sys/dev/firewire if_fwe.c sys/dev/fxp if_fxp.c sys/dev/gem if_gem_pci.c sys/dev/gx if_gx.c sys/dev/hme if_hme_pci.c if_hme_sbus.c sys/dev/lge if_lge.c sys/dev/lnc if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c sys/dev/my if_my.c sys/dev/nge if_nge.c sys/dev/pdq if_fea.c if_fpa.c sys/dev/sbni if_sbni_isa.c if_sbni_pci.c sys/dev/sbsh if_sbsh.c sys/dev/sn if_sn_isa.c if_sn_pccard.c sys/dev/snc if_snc_cbus.c if_snc_pccard.c sys/dev/sr if_sr_isa.c if_sr_pci.c sys/dev/tx if_tx.c sys/dev/txp if_txp.c sys/dev/usb if_aue.c if_cue.c if_kue.c sys/dev/vx if_vx_pci.c sys/dev/wi if_wi_pccard.c if_wi_pci.c sys/pci agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c alpm.c amdpm.c cy_pci.c if_dc.c if_de.c if_en_pci.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 ncr.c viapm.c xrpu.c Log: - Express hard dependencies on bus (pci, isa, pccard) and network layer (ether). - Don't abuse module names to facilitate ifconfig module loading; such abuse isn't really needed. (And if we do need type information associated with a module then we should make it explicit and not use hacks.) Revision Changes Path 1.12 +3 -2 src/sys/dev/an/if_an_isa.c 1.20 +3 -2 src/sys/dev/an/if_an_pccard.c 1.20 +3 -2 src/sys/dev/an/if_an_pci.c 1.51 +2 -1 src/sys/dev/ar/if_ar_isa.c 1.7 +3 -2 src/sys/dev/ar/if_ar_pci.c 1.33 +3 -1 src/sys/dev/bge/if_bge.c 1.3 +2 -1 src/sys/dev/cm/if_cm_isa.c 1.11 +2 -1 src/sys/dev/cnw/if_cnw.c 1.3 +4 -2 src/sys/dev/cs/if_cs_isa.c 1.6 +3 -2 src/sys/dev/cs/if_cs_pccard.c 1.9 +3 -1 src/sys/dev/ed/if_ed_cbus.c 1.12 +3 -1 src/sys/dev/ed/if_ed_isa.c 1.48 +3 -1 src/sys/dev/ed/if_ed_pccard.c 1.30 +3 -1 src/sys/dev/ed/if_ed_pci.c 1.21 +3 -1 src/sys/dev/em/if_em.c 1.13 +3 -3 src/sys/dev/firewire/if_fwe.c 1.171 +4 -2 src/sys/dev/fxp/if_fxp.c 1.8 +3 -1 src/sys/dev/gem/if_gem_pci.c 1.10 +3 -1 src/sys/dev/gx/if_gx.c 1.5 +3 -1 src/sys/dev/hme/if_hme_pci.c 1.4 +2 -1 src/sys/dev/hme/if_hme_sbus.c 1.19 +4 -1 src/sys/dev/lge/if_lge.c 1.3 +3 -1 src/sys/dev/lnc/if_lnc_cbus.c 1.14 +3 -1 src/sys/dev/lnc/if_lnc_isa.c 1.27 +3 -1 src/sys/dev/lnc/if_lnc_pci.c 1.16 +3 -1 src/sys/dev/my/if_my.c 1.44 +3 -1 src/sys/dev/nge/if_nge.c 1.24 +3 -3 src/sys/dev/pdq/if_fea.c 1.18 +3 -3 src/sys/dev/pdq/if_fpa.c 1.9 +2 -2 src/sys/dev/sbni/if_sbni_isa.c 1.7 +2 -2 src/sys/dev/sbni/if_sbni_pci.c 1.2 +2 -1 src/sys/dev/sbsh/if_sbsh.c 1.10 +4 -2 src/sys/dev/sn/if_sn_isa.c 1.17 +3 -2 src/sys/dev/sn/if_sn_pccard.c 1.4 +3 -1 src/sys/dev/snc/if_snc_cbus.c 1.3 +4 -2 src/sys/dev/snc/if_snc_pccard.c 1.47 +3 -2 src/sys/dev/sr/if_sr_isa.c 1.16 +3 -2 src/sys/dev/sr/if_sr_pci.c 1.66 +3 -1 src/sys/dev/tx/if_tx.c 1.16 +3 -1 src/sys/dev/txp/if_txp.c 1.68 +4 -3 src/sys/dev/usb/if_aue.c 1.34 +3 -2 src/sys/dev/usb/if_cue.c 1.47 +3 -2 src/sys/dev/usb/if_kue.c 1.23 +4 -2 src/sys/dev/vx/if_vx_pci.c 1.24 +3 -2 src/sys/dev/wi/if_wi_pccard.c 1.14 +3 -2 src/sys/dev/wi/if_wi_pci.c 1.6 +2 -0 src/sys/pci/agp_ali.c 1.14 +2 -0 src/sys/pci/agp_amd.c 1.20 +2 -0 src/sys/pci/agp_i810.c 1.12 +2 -0 src/sys/pci/agp_intel.c 1.7 +2 -0 src/sys/pci/agp_sis.c 1.7 +2 -0 src/sys/pci/agp_via.c 1.18 +1 -0 src/sys/pci/alpm.c 1.6 +1 -0 src/sys/pci/amdpm.c 1.28 +1 -0 src/sys/pci/cy_pci.c 1.100 +4 -2 src/sys/pci/if_dc.c 1.145 +1 -1 src/sys/pci/if_de.c 1.20 +1 -1 src/sys/pci/if_en_pci.c 1.39 +3 -1 src/sys/pci/if_pcn.c 1.95 +4 -2 src/sys/pci/if_rl.c 1.53 +3 -1 src/sys/pci/if_sf.c 1.70 +3 -1 src/sys/pci/if_sis.c 1.58 +3 -1 src/sys/pci/if_sk.c 1.49 +3 -1 src/sys/pci/if_ste.c 1.75 +3 -1 src/sys/pci/if_ti.c 1.79 +3 -1 src/sys/pci/if_tl.c 1.68 +3 -1 src/sys/pci/if_vr.c 1.57 +3 -1 src/sys/pci/if_wb.c 1.140 +4 -2 src/sys/pci/if_xl.c 1.171 +2 -1 src/sys/pci/ncr.c 1.3 +2 -0 src/sys/pci/viapm.c 1.31 +1 -0 src/sys/pci/xrpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304150637.h3F6bVnJ044982>