Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 08/28/2002 12:35:00
Module Name: syssrc
Committed By: onoe
Date: Wed Aug 28 09:34:59 UTC 2002
Modified Files:
syssrc/sys/net: bpf.c bpf.h
Log Message:
Define new kernel interface bpfattach2() to register another data link
type for the driver, which will be used for 802.11 drivers.
Also add 2 APIs to get a list of available DLTs and use one for them.
BIOCGDLTLIST (struct bpf_dltlist)
BIOCSDLT (u_int)
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/net/bpf.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/net/bpf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.