Date: Thu, 21 Aug 2003 23:00:27 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gfb gfb_pci.c src/sys/dev/gx if_gx.c src/sys/dev/hatm if_hatm.c if_hatm_intr.c if_hatm_ioctl.c if_hatm_rx.c if_hatm_tx.c src/sys/dev/hea eni.h src/sys/dev/hfa... Message-ID: <200308220600.h7M60R9X068215@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/08/21 23:00:27 PDT FreeBSD src repository Modified files: sys/dev/gfb gfb_pci.c sys/dev/gx if_gx.c sys/dev/hatm if_hatm.c if_hatm_intr.c if_hatm_ioctl.c if_hatm_rx.c if_hatm_tx.c sys/dev/hea eni.h sys/dev/hfa fore_buffer.c fore_command.c fore_globals.c fore_if.c fore_init.c fore_intr.c fore_load.c fore_output.c fore_receive.c fore_stats.c fore_timer.c fore_transmit.c fore_vcm.c sys/dev/hifn hifn7751.c sys/dev/hme if_hme_pci.c sys/dev/ichsmb ichsmb_pci.c sys/dev/ida ida_pci.c sys/dev/iir iir_pci.c sys/dev/ips ips.h ips_disk.h sys/dev/isp isp_pci.c Log: Prefer new location of pci include files (which have only been in the tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. Revision Changes Path 1.7 +2 -2 src/sys/dev/gfb/gfb_pci.c 1.11 +2 -2 src/sys/dev/gx/if_gx.c 1.9 +2 -2 src/sys/dev/hatm/if_hatm.c 1.4 +2 -2 src/sys/dev/hatm/if_hatm_intr.c 1.9 +2 -2 src/sys/dev/hatm/if_hatm_ioctl.c 1.5 +2 -2 src/sys/dev/hatm/if_hatm_rx.c 1.7 +2 -2 src/sys/dev/hatm/if_hatm_tx.c 1.9 +2 -2 src/sys/dev/hea/eni.h 1.13 +1 -1 src/sys/dev/hfa/fore_buffer.c 1.16 +1 -1 src/sys/dev/hfa/fore_command.c 1.11 +1 -1 src/sys/dev/hfa/fore_globals.c 1.12 +1 -1 src/sys/dev/hfa/fore_if.c 1.15 +1 -1 src/sys/dev/hfa/fore_init.c 1.11 +1 -1 src/sys/dev/hfa/fore_intr.c 1.29 +2 -2 src/sys/dev/hfa/fore_load.c 1.16 +1 -1 src/sys/dev/hfa/fore_output.c 1.19 +1 -1 src/sys/dev/hfa/fore_receive.c 1.10 +1 -1 src/sys/dev/hfa/fore_stats.c 1.8 +3 -3 src/sys/dev/hfa/fore_timer.c 1.10 +1 -1 src/sys/dev/hfa/fore_transmit.c 1.10 +1 -1 src/sys/dev/hfa/fore_vcm.c 1.20 +2 -2 src/sys/dev/hifn/hifn7751.c 1.8 +2 -2 src/sys/dev/hme/if_hme_pci.c 1.7 +2 -2 src/sys/dev/ichsmb/ichsmb_pci.c 1.24 +2 -2 src/sys/dev/ida/ida_pci.c 1.9 +3 -3 src/sys/dev/iir/iir_pci.c 1.3 +2 -2 src/sys/dev/ips/ips.h 1.2 +2 -2 src/sys/dev/ips/ips_disk.h 1.94 +2 -2 src/sys/dev/isp/isp_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308220600.h7M60R9X068215>