Add little ISDN section
Submitted by: Hellmuth Michaelis <hm@kts.org>
This commit is contained in:
parent
f6c463bb75
commit
b0088591fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=395
5 changed files with 29 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# $Id: Makefile,v 1.14 1996-06-30 18:01:23 phk Exp $
|
||||
# $Id: Makefile,v 1.15 1996-07-02 23:16:14 wosch Exp $
|
||||
|
||||
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml
|
||||
SRCS+= cyclades.sgml dialup.sgml
|
||||
SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml
|
||||
SRCS+= firewalls.sgml glossary.sgml goals.sgml
|
||||
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml kerberos.sgml
|
||||
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml kerberos.sgml
|
||||
SRCS+= kernelconfig.sgml kerneldebug.sgml memoryuse.sgml
|
||||
SRCS+= mirrors.sgml nfs.sgml nutshell.sgml pgpkeys.sgml policies.sgml
|
||||
SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml quotas.sgml relnotes.sgml
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: authors.sgml,v 1.28 1996-07-01 22:04:09 jkh Exp $ -->
|
||||
<!-- $Id: authors.sgml,v 1.29 1996-07-02 23:16:14 wosch Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!--
|
||||
|
@ -318,3 +318,7 @@ and double quotes.
|
|||
<!ENTITY a.alex "Alex Nash
|
||||
<tt><htmlurl url='mailto:alex@freebsd.org'
|
||||
name='<alex@freebsd.org>'></tt>">
|
||||
|
||||
<!ENTITY a.hm "Hellmuth Michaelis
|
||||
<tt><htmlurl url='mailto:hm@kts.org'
|
||||
name='<hm@kts.org>'></tt>">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: handbook.sgml,v 1.49 1996-06-30 18:01:24 phk Exp $ -->
|
||||
<!-- $Id: handbook.sgml,v 1.50 1996-07-02 23:16:15 wosch Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
|
||||
|
@ -129,7 +129,7 @@ name="FreeBSD FTP server"> or one of the numerous
|
|||
&nfs;
|
||||
&diskless;
|
||||
<sect><heading>* Yellow Pages/NIS</heading>
|
||||
<sect><heading>* ISDN</heading>
|
||||
&isdn;
|
||||
|
||||
<chapt><heading>* Mail</heading>
|
||||
|
||||
|
|
18
handbook/isdn.sgml
Normal file
18
handbook/isdn.sgml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!-- $Id: isdn.sgml,v 1.1 1996-07-02 23:16:16 wosch Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>ISDN<label id="isdn"></heading>
|
||||
|
||||
<p><em>Contributed by &a.hm;.</em>
|
||||
|
||||
There is the bisdn ISDN package available from ftp.muc.ditec.de supporting
|
||||
FreeBSD 2.1R, FreeBSD-current and NetBSD.
|
||||
|
||||
Currently all (passive) Teles cards and their clones are supported for the
|
||||
EuroISDN (DSS1) and 1TR6 protocols.
|
||||
|
||||
The latest source can be found on the above mentioned ftp server under
|
||||
directory isdn as file bisdn-095.tar.gz.
|
||||
|
||||
A majordomo maintained mailing list is available, to subscribe, send the
|
||||
usual majordomo requests to isdn-request@muc.ditec.de.
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: sections.sgml,v 1.14 1996-06-30 18:01:25 phk Exp $ -->
|
||||
<!-- $Id: sections.sgml,v 1.15 1996-07-02 23:16:17 wosch Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!-- Entities containing all the pieces of the handbook are -->
|
||||
|
@ -23,6 +23,7 @@
|
|||
<!ENTITY history SYSTEM "history.sgml">
|
||||
<!ENTITY hw SYSTEM "hw.sgml">
|
||||
<!ENTITY install SYSTEM "install.sgml">
|
||||
<!ENTITY isdn SYSTEM "isdn.sgml">
|
||||
<!ENTITY kerberos SYSTEM "kerberos.sgml">
|
||||
<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml">
|
||||
<!ENTITY kerneldebug SYSTEM "kerneldebug.sgml">
|
||||
|
|
Loading…
Reference in a new issue