diff options
author | qs148142 <none@none> | 2008-04-03 22:40:14 -0700 |
---|---|---|
committer | qs148142 <none@none> | 2008-04-03 22:40:14 -0700 |
commit | 94d96ab1f6a4c14b9fcb7e2e35061cca8d06fde6 (patch) | |
tree | a64146637cba8e604dda495a5d1bec6d5ae73399 /usr/src | |
parent | fa60c371cd00bdca17de2ff18fe3e64d051ae61b (diff) | |
download | illumos-joyent-94d96ab1f6a4c14b9fcb7e2e35061cca8d06fde6.tar.gz |
6656720 Initial hxge driver (fix pkgdefs)
--HG--
rename : usr/src/pkgdefs/SUNWhxge/prototype_sparc => deleted_files/usr/src/pkgdefs/SUNWhxge/prototype_sparc
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/pkgdefs/Makefile | 2 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWhxge/prototype_sparc | 48 |
2 files changed, 1 insertions, 49 deletions
diff --git a/usr/src/pkgdefs/Makefile b/usr/src/pkgdefs/Makefile index 42532ba01c..8de91acdcd 100644 --- a/usr/src/pkgdefs/Makefile +++ b/usr/src/pkgdefs/Makefile @@ -122,6 +122,7 @@ i386_SUBDIRS= \ SUNWdrmr \ SUNWgrub \ SUNWgrubS \ + SUNWhxge \ SUNWipw \ SUNWiwi \ SUNWiwk \ @@ -231,7 +232,6 @@ COMMON_SUBDIRS= \ SUNWhea \ SUNWhermon \ SUNWhwdata \ - SUNWhxge \ SUNWib \ SUNWibsdpu \ SUNWibsdp \ diff --git a/usr/src/pkgdefs/SUNWhxge/prototype_sparc b/usr/src/pkgdefs/SUNWhxge/prototype_sparc deleted file mode 100644 index bdf23a372d..0000000000 --- a/usr/src/pkgdefs/SUNWhxge/prototype_sparc +++ /dev/null @@ -1,48 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" -# - -# -# This required package information file contains a list of package contents. -# The 'pkgmk' command uses this file to identify the contents of a package -# and their location on the development machine when building the package. -# Can be created via a text editor or through use of the 'pkgproto' command. - -#!search <pathname pathname ...> # where to find pkg objects -#!include <filename> # include another 'prototype' file -#!default <mode> <owner> <group> # default used if not specified on entry -#!<param>=<value> # puts parameter in pkg environment - -# -# Include ISA independent files (prototype_com) -# -!include prototype_com -# -# - -# SUN 10Gb hxge NIC driver -d none kernel/drv/sparcv9 0755 root sys -f none kernel/drv/sparcv9/hxge 0755 root sys |