Date: Tue, 16 Nov 1999 09:46:27 +0100 From: Udo Schweigert <ust@cert.siemens.de> To: Josef Karthauser <joe@FreeBSD.ORG>, Hellmuth Michaelis <hm@hcs.de> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include i4b_tel_ioctl.h i4b_trace.h src/sys/i4b MAINTAINER src/sys/i4b/driver i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.c i4b_rbch.c i4b_tel.c i4b_trace.c src/sys/i4b/include i4b_global.h i4b_isdnq931.h i4b_l1l2.h ... Message-ID: <19991116094627.A92591@alaska.cert.siemens.de> In-Reply-To: <199911152241.OAA39628@freefall.freebsd.org>; from joe@FreeBSD.ORG on Mon, Nov 15, 1999 at 02:41:24PM -0800 References: <199911152241.OAA39628@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 15, 1999 at 02:41:24PM -0800, Josef Karthauser wrote: ..... There's a little thing missing, you need some changes in sys/i386/conf/files.i386 and sys/i386/conf/options.i386 to get the new supported cards (AVM PCI, AVM PnP, Siemens I-Surf) working. The patch is attached; it also contains the SPPP_VJ option. Hellmuth, I hope this is right? Also it will be nice, if someone does an update to HARDWARE.TXT (maybe Jordan? like you did before 3.3-RELEASE) Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 41166 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- --- sys/i386/conf/files.i386.orig Tue Nov 16 09:33:23 1999 +++ sys/i386/conf/files.i386 Tue Nov 16 09:34:19 1999 @@ -318,7 +318,9 @@ i4b/layer1/i4b_tel_s0P.c optional isic device-driver i4b/layer1/i4b_ctx_s0P.c optional isic device-driver i4b/layer1/i4b_avm_a1.c optional isic device-driver +i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver i4b/layer1/i4b_avm_fritz_pcmcia.c optional isic device-driver +i4b/layer1/i4b_avm_fritz_pnp.c optional isic device-driver i4b/layer1/i4b_usr_sti.c optional isic device-driver i4b/layer1/i4b_itk_ix1.c optional isic device-driver i4b/layer1/i4b_drn_ngo.c optional isic device-driver @@ -326,6 +328,8 @@ i4b/layer1/i4b_dynalink.c optional isic device-driver i4b/layer1/i4b_elsa_qs1i.c optional isic device-driver i4b/layer1/i4b_elsa_qs1p.c optional isic device-driver +i4b/layer1/i4b_siemens_isurf.c optional isic device-driver +i4b/layer1/i4b_asuscom_ipac.c optional isic device-driver libkern/bcd.c standard libkern/divdi3.c standard libkern/inet_ntoa.c standard --- sys/i386/conf/options.i386.orig Tue Nov 16 09:35:03 1999 +++ sys/i386/conf/options.i386 Tue Nov 16 09:39:34 1999 @@ -146,6 +146,7 @@ AVM_A1 opt_i4b.h USR_STI opt_i4b.h ITKIX1 opt_i4b.h +ELSA_PCC16 opt_i4b.h # ------------------------------- # isdn4bsd: passive ISA PnP cards # ------------------------------- @@ -154,11 +155,15 @@ TEL_S0_16_3_P opt_i4b.h SEDLBAUER opt_i4b.h DYNALINK opt_i4b.h +ASUSCOM_IPAC opt_i4b.h ELSA_QS1ISA opt_i4b.h +AVM_PNP opt_i4b.h +SIEMENS_ISURF2 opt_i4b.h # ------------------------------- # isdn4bsd: passive PCI cards # ------------------------------- ELSA_QS1PCI opt_i4b.h +AVM_A1_PCI opt_i4b.h # ------------------------------- # isdn4bsd: passive PCMCIA cards # ------------------------------- @@ -170,6 +175,8 @@ I4B_SMP_WORKAROUND opt_i4b.h # enable VJ compression code for ipr i/f IPR_VJ opt_i4b.h +# enable VJ compression code for sppp +SPPP_VJ opt_i4b.h # ------------------------------- # oltr: build options # ------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991116094627.A92591>