From owner-cvs-all Wed Sep 22 20:33: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C9FB14F16; Wed, 22 Sep 1999 20:32:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA29830; Wed, 22 Sep 1999 20:32:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909230332.UAA29830@freefall.freebsd.org> From: Bill Paul Date: Wed, 22 Sep 1999 20:32:59 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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