Deleted Added
full compact
files (40507) files (40516)
1#
2# The long compile-with and dependency lines are required because of
3# limitations in config: backslash-newline doesn't work in strings, and
4# dependency lines other than the first are silently ignored.
5#
6aicasm optional ahc device-driver \
7 dependency "$S/dev/aic7xxx/*.[chyl]" \
8 compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \

--- 503 unchanged lines hidden (view full) ---

512pci/dpt_pci.c optional pci dpt device-driver
513pci/cy_pci.c optional cy device-driver
514pci/if_de.c optional de device-driver
515pci/if_ed_p.c optional ed device-driver
516pci/if_en_pci.c optional en device-driver
517pci/if_fxp.c optional fxp device-driver
518pci/if_lnc_p.c optional lnc device-driver
519pci/if_fpa.c optional fpa device-driver
1#
2# The long compile-with and dependency lines are required because of
3# limitations in config: backslash-newline doesn't work in strings, and
4# dependency lines other than the first are silently ignored.
5#
6aicasm optional ahc device-driver \
7 dependency "$S/dev/aic7xxx/*.[chyl]" \
8 compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \

--- 503 unchanged lines hidden (view full) ---

512pci/dpt_pci.c optional pci dpt device-driver
513pci/cy_pci.c optional cy device-driver
514pci/if_de.c optional de device-driver
515pci/if_ed_p.c optional ed device-driver
516pci/if_en_pci.c optional en device-driver
517pci/if_fxp.c optional fxp device-driver
518pci/if_lnc_p.c optional lnc device-driver
519pci/if_fpa.c optional fpa device-driver
520pci/if_rl.c optional rl device-driver
520pci/if_sr_p.c optional sr device-driver
521pci/if_tl.c optional tl device-driver
522pci/if_tx.c optional tx device-driver
523pci/if_vx_pci.c optional vx device-driver
524pci/if_xl.c optional xl device-driver
525pci/isp_pci.c optional isp device-driver
526pci/meteor.c optional meteor device-driver
527pci/ncr.c optional ncr device-driver

--- 54 unchanged lines hidden ---
521pci/if_sr_p.c optional sr device-driver
522pci/if_tl.c optional tl device-driver
523pci/if_tx.c optional tx device-driver
524pci/if_vx_pci.c optional vx device-driver
525pci/if_xl.c optional xl device-driver
526pci/isp_pci.c optional isp device-driver
527pci/meteor.c optional meteor device-driver
528pci/ncr.c optional ncr device-driver

--- 54 unchanged lines hidden ---