Print this page
11226 Remove NetraCT support

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/netadm/iu.ap.sh
          +++ new/usr/src/cmd/netadm/iu.ap.sh
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  #
  14   14  # When distributing Covered Code, include this CDDL HEADER in each
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
       23 +# Copyright 2019 Peter Tribble.
  23   24  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   25  # Use is subject to license terms.
  25   26  #
  26   27  #       Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
  27   28  #         All Rights Reserved
  28   29  
  29   30  
  30   31  case "$MACH" in
  31   32    "i386" )
  32   33          echo "# /dev/console and /dev/contty autopush setup
↓ open down ↓ 32 lines elided ↑ open up ↑
  65   66          se      16384   0       ldterm ttcompat
  66   67          se      16392   0       ldterm ttcompat
  67   68          su      0       255     ldterm ttcompat
  68   69          su      16385   0       ldterm ttcompat
  69   70          su      131072  131073  ldterm ttcompat
  70   71          usbser_edge -1  0       ldterm ttcompat
  71   72          usbsacm -1      0       ldterm ttcompat
  72   73          usbsprl -1      0       ldterm ttcompat
  73   74          usbsksp -1      0       ldterm ttcompat
  74   75          usbftdi -1      0       ldterm ttcompat
  75      -        ttymux  -1      0       ldterm ttcompat
  76   76          ipsecesp -1     0       ipsecesp
  77   77          ipsecah -1      0       ipsecah
  78   78          oplmsu  0       0       ldterm ttcompat
  79   79  " >iu.ap
  80   80          ;;
  81   81    * )
  82   82          echo "Unknown architecture."
  83   83          exit 1
  84   84          ;;
  85   85  esac
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX