From f3dc63cab2c83ede39650b543fd67b746485a018 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 2 Jul 1996 08:00:37 +0000 Subject: document --- sys/dev/isa/if_ep_isa.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c index 4583b913d81..2d7b424b2b8 100644 --- a/sys/dev/isa/if_ep_isa.c +++ b/sys/dev/isa/if_ep_isa.c @@ -29,6 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Note: Most of the code here was written by Theo de Raadt originally, + * ie. all the mechanics of probing for all cards on first call and then + * searching for matching devices on subsequent calls. */ #include "bpfilter.h" -- cgit v1.2.3