Subject: kern/23023: A simple typo in /sys/dev/pci/if_sip.c
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <QFH02545@nifty.com>
List: netbsd-bugs
Date: 09/30/2003 21:00:02
>Number:         23023
>Category:       kern
>Synopsis:       A simple typo in /sys/dev/pci/if_sip.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 30 21:01:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     HITOSHI Osada
>Release:        NetBSD 1.6.1_STABLE
>Organization:
None
>Environment:
NetBSD that 1.6.1_STABLE NetBSD 1.6.1_STABLE (THATK6) #9: Fri Sep 26 22:15:05 JST 2003     that@that:/usr/src/sys/arch/i386/compile/THATK6 i386
>Description:
in /sys/dev/pci/if_sip.c (line: 149),
----
#if defined(DP83020)
            ^^^^^^^ DP83820
#define TX_DMAMAP_SIZE          ETHER_MAX_LEN_JUMBO
#else
#define TX_DMAMAP_SIZE          MCLBYTES
#endif
-----
>How-To-Repeat:
None.
>Fix:
Change DP83020 -> DP83820.

>Release-Note:
>Audit-Trail:
>Unformatted: