summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-10-03 21:37:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-10-03 21:37:46 +0000
commitf126a82dc9cff7dfc733a6abfe65a8f118d7cadb (patch)
treed3029ebc7befe29e0634f4f83799d0a1943b04ee
parentFix the build with yet-to-come GCC. (diff)
Add support for Swyx 4xS0 SX2 QuadBri card. Bump PORTREVISION.
Submitted by: Pim van Stam
Notes
Notes: svn path=/head/; revision=174402
-rw-r--r--misc/zaptel/Makefile1
-rw-r--r--misc/zaptel/files/patch-qozap::qozap_freebsd.c14
-rw-r--r--net/zaptel12/Makefile1
-rw-r--r--net/zaptel12/files/patch-qozap::qozap_freebsd.c14
4 files changed, 30 insertions, 0 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile
index f923a28fe819..e0ceae7ec768 100644
--- a/misc/zaptel/Makefile
+++ b/misc/zaptel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zaptel
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.pbxpress.com/~gonzo/
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
diff --git a/misc/zaptel/files/patch-qozap::qozap_freebsd.c b/misc/zaptel/files/patch-qozap::qozap_freebsd.c
new file mode 100644
index 000000000000..0a0b879f4d45
--- /dev/null
+++ b/misc/zaptel/files/patch-qozap::qozap_freebsd.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- qozap/qozap_freebsd.c
++++ qozap/qozap_freebsd.c
+@@ -56,6 +56,8 @@
+ "CologneChip HFC-4S evaluation board" },
+ { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_M4, 0xb520, 4,
+ "Junghanns.NET quadBRI card" },
++ { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_M4, 0xb540, 4,
++ "Swyx 4xS0 SX2 QuadBri" },
+ { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_M, 0xb552, 8,
+ "Junghanns.NET octoBRI card" },
+ { 0, 0 }
diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile
index f923a28fe819..e0ceae7ec768 100644
--- a/net/zaptel12/Makefile
+++ b/net/zaptel12/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zaptel
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.pbxpress.com/~gonzo/
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
diff --git a/net/zaptel12/files/patch-qozap::qozap_freebsd.c b/net/zaptel12/files/patch-qozap::qozap_freebsd.c
new file mode 100644
index 000000000000..0a0b879f4d45
--- /dev/null
+++ b/net/zaptel12/files/patch-qozap::qozap_freebsd.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- qozap/qozap_freebsd.c
++++ qozap/qozap_freebsd.c
+@@ -56,6 +56,8 @@
+ "CologneChip HFC-4S evaluation board" },
+ { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_M4, 0xb520, 4,
+ "Junghanns.NET quadBRI card" },
++ { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_M4, 0xb540, 4,
++ "Swyx 4xS0 SX2 QuadBri" },
+ { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_M, 0xb552, 8,
+ "Junghanns.NET octoBRI card" },
+ { 0, 0 }