diff options
author | 1998-08-23 22:17:14 +0000 | |
---|---|---|
committer | 1998-08-23 22:17:14 +0000 | |
commit | 41a09452b29a8893e4ac8f88edd968e4e32967d5 (patch) | |
tree | 3df9c7a344d62ce2c35f0fcd8ac6657989a629c6 | |
parent | Code to maintain edge/level in the isa interrupt driver. (diff) | |
download | wireguard-openbsd-41a09452b29a8893e4ac8f88edd968e4e32967d5.tar.xz wireguard-openbsd-41a09452b29a8893e4ac8f88edd968e4e32967d5.zip |
ofnet driver does not work with bpf.
-rw-r--r-- | sys/arch/powerpc/conf/OFWTST | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/OFWTST b/sys/arch/powerpc/conf/OFWTST index 49d92fb9930..fdaf8c641e1 100644 --- a/sys/arch/powerpc/conf/OFWTST +++ b/sys/arch/powerpc/conf/OFWTST @@ -94,4 +94,4 @@ pseudo-device pty 64 pseudo-device random 1 pseudo-device rd pseudo-device vnd 2 -pseudo-device bpfilter 8 # packet filter +#pseudo-device bpfilter 8 # packet filter |