Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 17:53:34 +0300 (EEST)
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/44055: [PATCH] sys/i386/conf/LINT doesn't contain 'my' driver (Myson Fast Ethernet NIC)
Message-ID:  <200210141453.g9EErY5r003231@mile.nevermind.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         44055
>Category:       kern
>Synopsis:       [PATCH] sys/i386/conf/LINT doesn't contain 'my' driver (Myson Fast Ethernet NIC)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 08:00:16 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 4.7-RC i386
>Organization:
Net.Style
>Environment:
System: FreeBSD mile.nevermind.kiev.ua 4.7-RC FreeBSD 4.7-RC #0: Wed Sep 18 19:26:14 EEST 2002 root@mile.nevermind.kiev.ua:/usr/obj/usr/src/sys/mile i386

>Description:
LINT for i386 arch doesn't contain 'my' driver definition (Myson Fast Ethernet NIC).
>How-To-Repeat:
Take a look at src/sys/i386/conf/LINT for RELENG_4_X or RELENG_4 (and, maybe, -CURRENT, but, AFAIR, Myson driver won't work on -CURRENT yet).
>Fix:
Index: LINT
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/Attic/LINT,v
retrieving revision 1.749.2.124
diff -u -u -r1.749.2.124 LINT
--- LINT	2002/10/05 18:31:47	1.749.2.124
+++ LINT	2002/10/14 14:49:11
@@ -2029,6 +2029,7 @@
 # PCI Ethernet NICs that use the common MII bus controller code.
 device		dc		# DEC/Intel 21143 and various workalikes
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
+device		my		# Myson Fast Ethernet (MTD80X, MTD89X)
 device		pcn		# AMD Am79C97x PCI 10/100 NICs
 device		rl		# RealTek 8129/8139
 device		sf		# Adaptec AIC-6915 (``Starfire'')
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210141453.g9EErY5r003231>