diff options
-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" |