diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-05-08 21:59:43 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-05-08 21:59:43 +0000 |
| commit | 566643e39ed0d4d3251a7212073c1e3f79ca95a2 (patch) | |
| tree | 46d3248879e7658fc2fdcb97949d5ad174921b97 /sys/dev/eisa | |
| parent | c85c3a74520d8aa6e5f8cb774a2ab101f5f2698d (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index d21964977274..d6142e06418a 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.41 1999/04/19 13:34:25 peter Exp $ + * $Id: eisaconf.c,v 1.42 1999/05/06 22:17:26 peter Exp $ */ #include "opt_eisa.h" @@ -132,7 +132,6 @@ static device_method_t mainboard_methods[] = { static driver_t mainboard_driver = { "mainboard", mainboard_methods, - DRIVER_TYPE_MISC, 1, }; @@ -483,7 +482,6 @@ static device_method_t eisa_methods[] = { static driver_t eisa_driver = { "eisa", eisa_methods, - DRIVER_TYPE_MISC, 1, /* no softc */ }; |
