[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.8

1.8     ! martin      1: # $NetBSD: GENERIC_ISDN,v 1.7 2002/03/16 16:55:55 martin Exp $
1.1       martin      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
1.5       lukem      13: options        ISICISA_TEL_S0_8
1.1       martin     14: # isic0 at isa? iomem 0xd0000 irq 2
                     15: # Teles S0/16 or Creatix ISDN-S0 or Niccy 1016
1.5       lukem      16: options        ISICISA_TEL_S0_16
1.1       martin     17: # isic0 at isa? port 0xd80 iomem 0xd0000 irq 9
1.5       lukem      18: # Teles S0/16.3
                     19: options        ISICISA_TEL_S0_16_3
1.1       martin     20: # isic0 at isa? port 0xd80 irq 12
                     21: # AVM A1 or AVM Fritz!Card
1.5       lukem      22: options        ISICISA_AVM_A1
1.1       martin     23: isic0 at isa? port 0x340 irq 10
                     24: # USRobotics Sportster ISDN TA intern
1.5       lukem      25: options        ISICISA_USR_STI
1.1       martin     26: # isic0 at isa? port 0x268 irq 10
                     27: # ITK ix1 micro
1.5       lukem      28: options        ISICISA_ITKIX1
1.1       martin     29: # isic0 at isa? port 0x398 irq 10
                     30: #
1.2       martin     31: # XXX not ready yet:
1.1       martin     32: # Active EICON/Diehl Cards: S, SX, SXn, SCOM or QUADRO
1.2       martin     33: # daic0 at isa? iomem 0xd8000 irq 10
1.1       martin     34: #
                     35: #---------------------------------------------------------------------
                     36: # Supported ISA Plug & Play cards:
                     37: #
1.5       lukem      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
1.6       martin     46: options                ISICPNP_ITKIX           # ITK IX PnP cards
1.1       martin     47: isic* at isapnp?
                     48: #
                     49: #---------------------------------------------------------------------
                     50: # Supported PCI cards:
                     51: #
                     52: isic* at pci?
1.8     ! martin     53:
        !            54: # AVM Fritz!PCI card
        !            55: ifpci* at pci?
        !            56:
1.1       martin     57: #
                     58: #---------------------------------------------------------------------
                     59: # Supported PCMCIA cards:
                     60: #
1.5       lukem      61: options        ISICPCMCIA_AVM_A1       # Fritz!Card PCMCIA Version
                     62: options        ISICPCMCIA_ELSA_ISDNMC  # ELSA MicroLink ISDN/MC
                     63: options        ISICPCMCIA_ELSA_MCALL   # ELSA MicroLink MC/all
                     64: options        ISICPCMCIA_SBSPEEDSTAR2 # Sedlbauer speed star II
1.1       martin     65: isic* at pcmcia? function ?
                     66: #
                     67:
                     68: #---------------------------------------------------------------------
                     69: # ISDN user land devices, drivers and pseudo-devices.
                     70: #---------------------------------------------------------------------
                     71: #
1.7       martin     72: pseudo-device  isdn              # communication with userland daemon
                     73: pseudo-device  isdntrc         2 # userland driver to do ISDN tracing
                     74: pseudo-device  isdnctl           # userland driver to control the whole thing
                     75: pseudo-device  isdnbchan       4 # userland driver for access to raw B channel
                     76: pseudo-device  isdntel         2 # userland driver for telephony
1.5       lukem      77: options        IPR_VJ            # compile support for VJ compression
1.7       martin     78: pseudo-device  irip            2 # network driver for IP over raw HDLC ISDN
                     79: pseudo-device  ippp            2 # synchronous PPP over ISDN
1.1       martin     80: #---------------------------------------------------------------------

CVSweb <webmaster@jp.NetBSD.org>