diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-02 08:00:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-02 08:00:37 +0000 |
commit | f3dc63cab2c83ede39650b543fd67b746485a018 (patch) | |
tree | 3ba7f7f03e4c0abe901fd232d88a0b337a24efc6 /sys/dev/isa | |
parent | ca62dd361c3a0b94dd96de8e6500aaa482dc7e03 (diff) |
document
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_ep_isa.c | 4 |
1 files changed, 4 insertions, 0 deletions
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" |