[BACK]Return to GENERIC_ISDN CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / conf

Annotation of src/sys/arch/i386/conf/GENERIC_ISDN, Revision 1.1.1.1.2.4

1.1.1.1.2.4! bouyer      1: # $NetBSD: GENERIC_ISDN,v 1.1.1.1.2.3 2001/02/11 19:10:50 bouyer Exp $
1.1.1.1.2.2  bouyer      2: #
                      3: # GENERIC kernel with all supported ISDN devices and drivers
                      4:
                      5: include        "arch/i386/conf/GENERIC"
                      6:
                      7: #---------------------------------------------------------------------
                      8: # Various ISDN board drivers:
                      9: #---------------------------------------------------------------------
                     10: # Legacy ISA cards (no P&P support):
                     11: #
                     12: # Teles S0/8 or Niccy 1008
                     13: options ISICISA_TEL_S0_8
                     14: # isic0 at isa? iomem 0xd0000 irq 2
                     15: # Teles S0/16 or Creatix ISDN-S0 or Niccy 1016
                     16: options ISICISA_TEL_S0_16
                     17: # isic0 at isa? port 0xd80 iomem 0xd0000 irq 9
                     18: # Teles S0/16.3
                     19: options ISICISA_TEL_S0_16_3
                     20: # isic0 at isa? port 0xd80 irq 12
                     21: # AVM A1 or AVM Fritz!Card
                     22: options ISICISA_AVM_A1
                     23: isic0 at isa? port 0x340 irq 10
                     24: # USRobotics Sportster ISDN TA intern
                     25: options ISICISA_USR_STI
                     26: # isic0 at isa? port 0x268 irq 10
                     27: # ITK ix1 micro
                     28: options ISICISA_ITKIX1
                     29: # isic0 at isa? port 0x398 irq 10
                     30: #
1.1.1.1.2.3  bouyer     31: # XXX not ready yet:
1.1.1.1.2.2  bouyer     32: # Active EICON/Diehl Cards: S, SX, SXn, SCOM or QUADRO
1.1.1.1.2.3  bouyer     33: # daic0 at isa? iomem 0xd8000 irq 10
1.1.1.1.2.2  bouyer     34: #
                     35: #---------------------------------------------------------------------
                     36: # Supported ISA Plug & Play cards:
                     37: #
                     38: options ISICPNP_TEL_S0_16_3_P  # Teles S0/16PnP (but not 16.3c !)
                     39: options ISICPNP_CRTX_S0_P      # Creatix ISDN-S0 P&P
                     40: options ISICPNP_DRN_NGO                # Dr. Neuhaus Niccy GO@
                     41: options        ISICPNP_ELSA_QS1ISA     # ELSA QuickStep 1000 (ISA Version)
                     42: options        ISICPNP_ELSA_PCC16      # later variant of ELSA QuickStep
                     43: options ISICPNP_SEDLBAUER      # Sedlbauer WinSpeed
                     44: options ISICPNP_DYNALINK       # Dynalink IS64PH
                     45: options ISICPNP_SIEMENS_ISURF2 # Siemens I-Surf
                     46: isic* at isapnp?
                     47: #
                     48: #---------------------------------------------------------------------
                     49: # Supported PCI cards:
                     50: #
                     51: options        ISICPCI_ELSA_QS1PCI     # ELSA QuickStep 1000 (PCI Version)
                     52: options ISICPCI_AVM_A1         # AVM Fritz!Card (PCI Version)
                     53: isic* at pci?
                     54: #
                     55: #---------------------------------------------------------------------
                     56: # Supported PCMCIA cards:
                     57: #
                     58: options ISICPCMCIA_AVM_A1      # Fritz!Card PCMCIA Version
                     59: options ISICPCMCIA_ELSA_ISDNMC # ELSA MicroLink ISDN/MC
                     60: options ISICPCMCIA_ELSA_MCALL  # ELSA MicroLink MC/all
1.1.1.1.2.4! bouyer     61: options        ISICPCMCIA_SBSPEEDSTAR2 # Sedlbauer speed star II
1.1.1.1.2.2  bouyer     62: isic* at pcmcia? function ?
                     63: #
                     64:
                     65: #---------------------------------------------------------------------
                     66: # ISDN user land devices, drivers and pseudo-devices.
                     67: #---------------------------------------------------------------------
                     68: #
1.1.1.1.2.3  bouyer     69: pseudo-device  i4b               # communication with userland daemon
                     70: pseudo-device  i4btrc          2 # userland driver to do ISDN tracing
                     71: pseudo-device  i4bctl            # userland driver to control the whole thing
                     72: pseudo-device  i4brbch         4 # userland driver for access to raw B channel
                     73: pseudo-device  i4btel          2 # userland driver for telephony
                     74: options IPR_VJ                   # compile support for VJ compression
                     75: pseudo-device  i4bipr          2 # network driver for IP over raw HDLC ISDN
                     76: pseudo-device  i4bisppp        2 # synchronous PPP over ISDN
1.1.1.1.2.2  bouyer     77: #---------------------------------------------------------------------

CVSweb <webmaster@jp.NetBSD.org>