1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to the 20031214 release.

Submitted by:	maintainer
This commit is contained in:
David E. O'Brien 2003-12-14 06:52:31 +00:00
parent 701c047431
commit ac61510ea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95770
3 changed files with 2 additions and 17 deletions

View File

@ -22,7 +22,7 @@ MAINTAINER= q@onthenet.com.au
COMMENT= Driver for NVIDIA MCP Ethernet adapter
NVVERSION= 0261
NVNETVERSION= 20031108
NVNETVERSION= 20031214
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/nvnet

View File

@ -1,2 +1,2 @@
MD5 (NVIDIA_nforce-1.0-0261.tar.gz) = 19e9c6592e8db6ba55c08d42dc49163f
MD5 (nvnet-src-20031108.tar.gz) = 7d404d47cbbd5a4fb9fba9fab121dbc6
MD5 (nvnet-src-20031214.tar.gz) = 5938d2a2f78cacdd93c9af05bdbe5217

View File

@ -1,15 +0,0 @@
--- src/if_nv.c.orig Sat Nov 8 05:03:00 2003
+++ src/if_nv.c Tue Dec 9 08:54:39 2003
@@ -457,8 +457,12 @@
/* Setup interface parameters */
ifp = &sc->sc_if;
ifp->if_softc = sc;
+#if __FreeBSD_version < 501113
ifp->if_unit = unit;
ifp->if_name = "nv";
+#else
+ if_initname(ifp, "nv", unit);
+#endif
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
ifp->if_ioctl = nv_ioctl;
ifp->if_output = ether_output;