Date: Sun, 9 May 1999 10:07:32 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci adv_pci.c adw_pci.c alpm.c brooktree848.c cy_pci.c dpt_pci.c es1370.c ide_pci.c if_ax.c if_de.c if_ed_p.c if_en_pci.c if_fpa.c if_lnc_p.c if_mx.c if_pn.c if_rl.c if_sr_p.c if_ti.c if_tl.c if_tx.c if_vr.c if_vx_pci.c if_wb.c if_xl.c ... Message-ID: <199905091707.KAA10145@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/05/09 10:07:32 PDT Modified files: sys/pci adv_pci.c adw_pci.c alpm.c brooktree848.c cy_pci.c dpt_pci.c es1370.c ide_pci.c if_ax.c if_de.c if_ed_p.c if_en_pci.c if_fpa.c if_lnc_p.c if_mx.c if_pn.c if_rl.c if_sr_p.c if_ti.c if_tl.c if_tx.c if_vr.c if_vx_pci.c if_wb.c if_xl.c isp_pci.c meteor.c ncr.c pcic_p.c simos.c xrpu.c sys/i4b/layer1 i4b_isic_pci.c sys/i386/isa rp.c si.c stallion.c sys/contrib/dev/oltr if_oltr.c sys/dev/hea eni.c sys/dev/hfa fore_load.c Log: Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: #define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data) .. to 2.2.x and 3.x if people think it's worth it. Driver writers can do this if it's not defined. (The reason for this is that I'm trying to progressively eliminate use of linker_sets where it hurts modularity and runtime load capability, and these DATA_SET's keep getting in the way.) Revision Changes Path 1.6 +1 -5 src/sys/pci/adv_pci.c 1.5 +1 -5 src/sys/pci/adw_pci.c 1.4 +1 -5 src/sys/pci/alpm.c 1.74 +1 -5 src/sys/pci/brooktree848.c 1.14 +1 -5 src/sys/pci/cy_pci.c 1.13 +1 -5 src/sys/pci/dpt_pci.c 1.4 +1 -5 src/sys/pci/es1370.c 1.34 +1 -5 src/sys/pci/ide_pci.c 1.9 +2 -6 src/sys/pci/if_ax.c 1.105 +1 -5 src/sys/pci/if_de.c 1.16 +1 -5 src/sys/pci/if_ed_p.c 1.8 +0 -4 src/sys/pci/if_en_pci.c 1.10 +1 -5 src/sys/pci/if_fpa.c 1.9 +1 -5 src/sys/pci/if_lnc_p.c 1.17 +2 -6 src/sys/pci/if_mx.c 1.19 +2 -6 src/sys/pci/if_pn.c 1.15 +2 -6 src/sys/pci/if_rl.c 1.9 +3 -6 src/sys/pci/if_sr_p.c 1.5 +2 -6 src/sys/pci/if_ti.c 1.32 +2 -6 src/sys/pci/if_tl.c 1.26 +3 -6 src/sys/pci/if_tx.c 1.11 +2 -6 src/sys/pci/if_vr.c 1.15 +0 -4 src/sys/pci/if_vx_pci.c 1.9 +2 -6 src/sys/pci/if_wb.c 1.37 +2 -6 src/sys/pci/if_xl.c 1.21 +1 -5 src/sys/pci/isp_pci.c 1.40 +0 -4 src/sys/pci/meteor.c 1.145 +2 -6 src/sys/pci/ncr.c 1.12 +1 -5 src/sys/pci/pcic_p.c 1.6 +1 -5 src/sys/pci/simos.c 1.10 +1 -5 src/sys/pci/xrpu.c 1.5 +1 -5 src/sys/i4b/layer1/i4b_isic_pci.c 1.26 +1 -5 src/sys/i386/isa/rp.c 1.85 +1 -5 src/sys/i386/isa/si.c 1.31 +1 -5 src/sys/i386/isa/stallion.c 1.5 +1 -5 src/sys/contrib/dev/oltr/if_oltr.c 1.7 +2 -6 src/sys/dev/hea/eni.c 1.7 +2 -6 src/sys/dev/hfa/fore_load.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905091707.KAA10145>