Home | History | Annotate | Download | only in SUNWpsdir
      1     0   stevel #
      2     0   stevel # CDDL HEADER START
      3     0   stevel #
      4     0   stevel # The contents of this file are subject to the terms of the
      5  3446      mrj # Common Development and Distribution License (the "License").
      6  3446      mrj # You may not use this file except in compliance with the License.
      7     0   stevel #
      8     0   stevel # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9     0   stevel # or http://www.opensolaris.org/os/licensing.
     10     0   stevel # See the License for the specific language governing permissions
     11     0   stevel # and limitations under the License.
     12     0   stevel #
     13     0   stevel # When distributing Covered Code, include this CDDL HEADER in each
     14     0   stevel # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15     0   stevel # If applicable, add the following below this CDDL HEADER, with the
     16     0   stevel # fields enclosed by brackets "[]" replaced with your own identifying
     17     0   stevel # information: Portions Copyright [yyyy] [name of copyright owner]
     18     0   stevel #
     19     0   stevel # CDDL HEADER END
     20     0   stevel #
     21     0   stevel #
     22  9840  gdamore # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     23     0   stevel # Use is subject to license terms.
     24     0   stevel #
     25     0   stevel # This required package information file contains a list of package contents.
     26     0   stevel # The 'pkgmk' command uses this file to identify the contents of a package
     27     0   stevel # and their location on the development machine when building the package.
     28     0   stevel # Can be created via a text editor or through use of the 'pkgproto' command.
     29     0   stevel 
     30     0   stevel #!search <pathname pathname ...>	# where to find pkg objects
     31     0   stevel #!include <filename>			# include another 'prototype' file
     32     0   stevel #!default <mode> <owner> <group>	# default used if not specified on entry
     33     0   stevel #!<param>=<value>			# puts parameter in pkg environment
     34     0   stevel 
     35     0   stevel #
     36     0   stevel # List drivers for devices supported only on ISA bus or ISA+EISA bus machines.
     37     0   stevel #
     38     0   stevel i copyright
     39     0   stevel i depend
     40     0   stevel i i.ataconf
     41     0   stevel i pkginfo
     42     0   stevel i postinstall
     43     0   stevel i postremove
     44     0   stevel #
     45     0   stevel # Path names are relative to the prototype root directory
     46     0   stevel #
     47     0   stevel # SUNWpsdir
     48     0   stevel #
     49     0   stevel # Following drivers are from SUNWcar.i
     50  3446      mrj d none kernel 755 root sys
     51  3446      mrj d none kernel/drv 755 root sys
     52  3446      mrj f none kernel/drv/ata 755 root sys
     53  3446      mrj e ataconf kernel/drv/ata.conf 644 root sys
     54  3446      mrj d none kernel/drv/amd64 755 root sys
     55  3446      mrj f none kernel/drv/amd64/ata 755 root sys
     56  3446      mrj 
     57     0   stevel d none platform 755 root sys
     58     0   stevel d none platform/i86pc 755 root sys
     59     0   stevel d none platform/i86pc/kernel 755 root sys
     60     0   stevel d none platform/i86pc/kernel/drv 755 root sys
     61     0   stevel f none platform/i86pc/kernel/drv/pci-ide 755 root sys
     62     0   stevel f none platform/i86pc/kernel/drv/pci-ide.conf 644 root sys
     63     0   stevel d none platform/i86pc/kernel/drv/amd64 755 root sys
     64     0   stevel f none platform/i86pc/kernel/drv/amd64/pci-ide 755 root sys
     65  5084  johnlev d none platform/i86xpv 755 root sys
     66  5084  johnlev d none platform/i86xpv/kernel 755 root sys
     67  5084  johnlev d none platform/i86xpv/kernel/drv 755 root sys
     68  5084  johnlev d none platform/i86xpv/kernel/drv/amd64 755 root sys
     69  5084  johnlev f none platform/i86xpv/kernel/drv/amd64/pci-ide 755 root sys
     70  5084  johnlev f none platform/i86xpv/kernel/drv/pci-ide 755 root sys
     71  5084  johnlev f none platform/i86xpv/kernel/drv/pci-ide.conf 644 root sys
     72