Date: Sat, 3 Jul 1999 13:17:10 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pci adv_pci.c adw_pci.c ahc_pci.c alpm.c brooktree848.c bt848_i2c.c bt_pci.c cy_pci.c ida_pci.c if_de.c if_ed_p.c if_en_pci.c if_lnc_p.c if_sr_p.c if_tx.c if_vx_pci.c intpm.c meteor.c pci.c pci_compat.c pcic_p.c Message-ID: <199907032017.NAA66149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/07/03 13:17:10 PDT Modified files: sys/conf files sys/pci adv_pci.c adw_pci.c ahc_pci.c alpm.c brooktree848.c bt848_i2c.c bt_pci.c cy_pci.c ida_pci.c if_de.c if_ed_p.c if_en_pci.c if_lnc_p.c if_sr_p.c if_tx.c if_vx_pci.c intpm.c meteor.c pci.c pci_compat.c pcic_p.c Log: Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire files. config will leave the whole file out if configured to do so. Revision Changes Path 1.227 +21 -21 src/sys/conf/files 1.7 +1 -5 src/sys/pci/adv_pci.c 1.6 +1 -5 src/sys/pci/adw_pci.c 1.16 +1 -5 src/sys/pci/ahc_pci.c 1.5 +1 -5 src/sys/pci/alpm.c 1.87 +3 -4 src/sys/pci/brooktree848.c 1.5 +2 -3 src/sys/pci/bt848_i2c.c 1.8 +1 -5 src/sys/pci/bt_pci.c 1.16 +1 -6 src/sys/pci/cy_pci.c 1.2 +1 -6 src/sys/pci/ida_pci.c 1.107 +1 -4 src/sys/pci/if_de.c 1.17 +1 -7 src/sys/pci/if_ed_p.c 1.10 +1 -5 src/sys/pci/if_en_pci.c 1.11 +1 -7 src/sys/pci/if_lnc_p.c 1.10 +1 -6 src/sys/pci/if_sr_p.c 1.28 +1 -4 src/sys/pci/if_tx.c 1.17 +1 -5 src/sys/pci/if_vx_pci.c 1.11 +1 -8 src/sys/pci/intpm.c 1.46 +1 -7 src/sys/pci/meteor.c 1.110 +1 -6 src/sys/pci/pci.c 1.30 +1 -5 src/sys/pci/pci_compat.c 1.13 +1 -5 src/sys/pci/pcic_p.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?199907032017.NAA66149>