Date: Wed, 22 Sep 1999 20:32:59 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_al.c if_ax.c if_dm.c if_mx.c if_pn.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 src/sys/i386/isa if_wi.c Message-ID: <199909230332.UAA29830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/09/22 20:32:59 PDT Modified files: sys/pci if_al.c if_ax.c if_dm.c if_mx.c if_pn.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 sys/i386/isa if_wi.c Log: As suggested by phk, unconditionalize BPF support in these drivers. Since there are stubs compiled into the kernel if BPF support is not enabled, there aren't any problems with unresolved symbols. The modules in /modules are compiled with BPF support enabled anyway, so the most this will do is bloat GENERIC a little. Revision Changes Path 1.13 +4 -12 src/sys/pci/if_al.c 1.19 +5 -12 src/sys/pci/if_ax.c 1.14 +4 -12 src/sys/pci/if_dm.c 1.29 +4 -12 src/sys/pci/if_mx.c 1.33 +4 -12 src/sys/pci/if_pn.c 1.33 +4 -12 src/sys/pci/if_rl.c 1.14 +3 -12 src/sys/pci/if_sf.c 1.12 +5 -12 src/sys/pci/if_sis.c 1.18 +3 -12 src/sys/pci/if_sk.c 1.13 +2 -15 src/sys/pci/if_ste.c 1.24 +2 -11 src/sys/pci/if_ti.c 1.49 +3 -12 src/sys/pci/if_tl.c 1.25 +4 -12 src/sys/pci/if_vr.c 1.25 +3 -11 src/sys/pci/if_wb.c 1.66 +2 -16 src/sys/pci/if_xl.c 1.12 +2 -11 src/sys/i386/isa/if_wi.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?199909230332.UAA29830>