From 475a2cb78d64ad72d91a17f162e73f4e92ef117b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jul 2004 20:39:47 +0000 Subject: Add acx100, a kernel driver for Texas Instruments ACX100 based Wi-Fi cards. The following cards are known to work with the acx driver: Card Bus Binatone WL-1000 CARDBUS D-Link DWL-650+ CARDBUS US Robotics USR2210 CARDBUS US Robotics USR2216 PCI WWW: http://wlan.kewl.org/ PR: ports/68612 Submitted by: Leonid Zolotarev --- net/acx100/Makefile | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ net/acx100/distinfo | 4 +++ net/acx100/pkg-descr | 13 ++++++++++ net/acx100/pkg-message | 7 ++++++ net/acx100/pkg-plist | 10 ++++++++ 5 files changed, 100 insertions(+) create mode 100644 net/acx100/Makefile create mode 100644 net/acx100/distinfo create mode 100644 net/acx100/pkg-descr create mode 100644 net/acx100/pkg-message create mode 100644 net/acx100/pkg-plist (limited to 'net/acx100') diff --git a/net/acx100/Makefile b/net/acx100/Makefile new file mode 100644 index 000000000000..3caa27fbea3d --- /dev/null +++ b/net/acx100/Makefile @@ -0,0 +1,66 @@ +# New ports collection makefile for: acx100 +# Date created: 2004-07-01 +# Whom: Leonid Zolotarev +# +# $FreeBSD$ +# + +PORTNAME= acx100 +PORTVERSION= 20040701 +CATEGORIES= net +MASTER_SITES= http://wlan.kewl.org/download/:file_0 \ + ftp://ftp.dlink.co.uk/wireless/dwl-650+/:file_1 +DISTFILES= ${DISTFILE_0}:file_0 \ + ${DISTFILE_1}:file_1 +DIST_SUBDIR= acx +EXTRACT_ONLY= ${DISTFILE_0} + +MAINTAINER= leoz@saunalahti.fi +COMMENT= Texas Instruments (TI) ACX100 IEEE 802.11 driver + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + +NO_PACKAGE= This port should be recompiled for a particular FreeBSD kernel +ONLY_FOR_ARCHS= i386 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +MAN4= if_acx.4 + +DISTFILE_0= ${DISTNAME}.tgz +DISTFILE_1= dwl-650+_drv_v3.06_1007_inc_utility.zip +FIRMWAREDIR= firmware +INCLUDEDIR= ${PREFIX}/include/acx + +pre-fetch: +.if !exists(${SRC_BASE}/sys/Makefile) + @${ECHO} "This port requires the kernel sources to be available" +.endif + +pre-build: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE_1} ${WRKSRC}/${FIRMWAREDIR} && \ + cd ${WRKSRC}/${FIRMWAREDIR} && \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} + +pre-install: + @${INSTALL_MAN} ${WRKSRC}/if_acx.4 ${PREFIX}/man/man4 +# +# Comment this out when headers will be up to date. +# +#.if !exists($INCLUDEDIR}) +# @${MKDIR} ${INCLUDEDIR} +#.endif +# @${CP} ${WRKSRC}/include/if_acxioctl.h ${INCLUDEDIR} +# @${CP} ${WRKSRC}/include/if_acxpacket.h ${INCLUDEDIR} +# + +post-install: + @${CAT} ${PKGMESSAGE} + +.include + +.if ${OSVERSION} < 501107 +IGNORE= This port requires newer kernel sources that include /sys/dev/owi/if_ieee80211.h +.endif + +.include diff --git a/net/acx100/distinfo b/net/acx100/distinfo new file mode 100644 index 000000000000..90d752b8ae8e --- /dev/null +++ b/net/acx100/distinfo @@ -0,0 +1,4 @@ +MD5 (acx/acx100-20040701.tgz) = 6f026815dbe5de0629e95853fc9c2ff8 +SIZE (acx/acx100-20040701.tgz) = 49013 +MD5 (acx/dwl-650+_drv_v3.06_1007_inc_utility.zip) = 599bfdea54f540b0b68341951a8e2a9f +SIZE (acx/dwl-650+_drv_v3.06_1007_inc_utility.zip) = 2464165 diff --git a/net/acx100/pkg-descr b/net/acx100/pkg-descr new file mode 100644 index 000000000000..c96d9bd38341 --- /dev/null +++ b/net/acx100/pkg-descr @@ -0,0 +1,13 @@ +Texas Instruments (TI) ACX100 IEEE 802.11 driver. + +The acx driver supports ACX100 based Cardbus or PCI network adapters. + +The following cards are known to work with the acx driver: + +Card Bus +Binatone WL-1000 CARDBUS +D-Link DWL-650+ CARDBUS +US Robotics USR2210 CARDBUS +US Robotics USR2216 PCI + +WWW: http://wlan.kewl.org/ diff --git a/net/acx100/pkg-message b/net/acx100/pkg-message new file mode 100644 index 000000000000..065777d5adb6 --- /dev/null +++ b/net/acx100/pkg-message @@ -0,0 +1,7 @@ +------------------------------------------------------------------------------ + Please, remember to reinstall the port after kernel source update. +------------------------------------------------------------------------------ + To enable the driver, execute: + + # echo 'if_acx_load="YES"' >> /boot/loader.conf +------------------------------------------------------------------------------ diff --git a/net/acx100/pkg-plist b/net/acx100/pkg-plist new file mode 100644 index 000000000000..e5b45fa07250 --- /dev/null +++ b/net/acx100/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +@comment +@comment Comment this out when headers will be up to date. +@comment +@comment include/acx/if_acxioctl.h +@comment include/acx/if_acxpacket.h +@comment @dirrm include/acx +@comment +@cwd /boot/kernel +if_acx.ko -- cgit v1.2.3