diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-10-04 05:37:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-10-04 05:37:46 +0800 |
commit | 8a35b2e543fc1bf7d25f7a649cbf778b588f17c2 (patch) | |
tree | 424f05bcad06e8e5c78649b78cbbf1df81a67660 /net | |
parent | d4eff2748547f4deaabba3aeac97cf7d0c3a7a7b (diff) | |
download | freebsd-ports-gnome-8a35b2e543fc1bf7d25f7a649cbf778b588f17c2.tar.gz freebsd-ports-gnome-8a35b2e543fc1bf7d25f7a649cbf778b588f17c2.tar.zst freebsd-ports-gnome-8a35b2e543fc1bf7d25f7a649cbf778b588f17c2.zip |
Add support for Swyx 4xS0 SX2 QuadBri card. Bump PORTREVISION.
Submitted by: Pim van Stam
Diffstat (limited to 'net')
-rw-r--r-- | net/zaptel12/Makefile | 1 | ||||
-rw-r--r-- | net/zaptel12/files/patch-qozap::qozap_freebsd.c | 14 |
2 files changed, 15 insertions, 0 deletions
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 } |