Defopt TLP_MATCH_*

This commit is contained in:
sommerfeld 2000-06-25 18:49:22 +00:00
parent 7781fd263e
commit fda426af2c
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pci,v 1.97 2000/06/24 00:37:20 thorpej Exp $
# $NetBSD: files.pci,v 1.98 2000/06/25 18:49:22 sommerfeld Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@ -292,6 +292,11 @@ file dev/pci/if_rtk_pci.c rtk_pci
# DECchip 21x4x Ethernet controller family, and assorted clones.
attach tlp at pci with tlp_pci
defopt opt_tlp.h TLP_MATCH_21040
TLP_MATCH_21041
TLP_MATCH_21140
TLP_MATCH_21142
file dev/pci/if_tlp_pci.c tlp_pci
# Bit3 PCI-VME mod. 617

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_tlp_pci.c,v 1.39 2000/05/27 19:42:06 thorpej Exp $ */
/* $NetBSD: if_tlp_pci.c,v 1.40 2000/06/25 18:49:22 sommerfeld Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@ -45,6 +45,7 @@
#include "opt_inet.h"
#include "opt_ns.h"
#include "bpfilter.h"
#include "opt_tlp.h"
#include <sys/param.h>
#include <sys/systm.h>