Makefile.intel (1767006bb066ef500b90b432fba79d63d0d09b36) | Makefile.intel (3c9168fa8e9c30d55b3aa2fde74bd7da46df53f5) |
---|---|
1# CDDL HEADER START 2# 3# The contents of this file are subject to the terms of the 4# Common Development and Distribution License (the "License"). 5# You may not use this file except in compliance with the License. 6# 7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 8# or http://www.opensolaris.org/os/licensing. --- 5 unchanged lines hidden (view full) --- 14# If applicable, add the following below this CDDL HEADER, with the 15# fields enclosed by brackets "[]" replaced with your own identifying 16# information: Portions Copyright [yyyy] [name of copyright owner] 17# 18# CDDL HEADER END 19# 20 21# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. | 1# CDDL HEADER START 2# 3# The contents of this file are subject to the terms of the 4# Common Development and Distribution License (the "License"). 5# You may not use this file except in compliance with the License. 6# 7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 8# or http://www.opensolaris.org/os/licensing. --- 5 unchanged lines hidden (view full) --- 14# If applicable, add the following below this CDDL HEADER, with the 15# fields enclosed by brackets "[]" replaced with your own identifying 16# information: Portions Copyright [yyyy] [name of copyright owner] 17# 18# CDDL HEADER END 19# 20 21# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. |
22# Copyright (c) 2014 Nexenta Systems, Inc. All rights reserved. | 22# Copyright (c) 2015 Nexenta Systems, Inc. All rights reserved. |
23# Copyright (c) 2013 Andrew Stormont. All rights reserved. 24 25# 26# This makefile contains the common definitions for all intel 27# implementation architecture independent modules. 28# 29 30# --- 250 unchanged lines hidden (view full) --- 281DRV_KMODS += mouse8042 282DRV_KMODS += mpt_sas 283DRV_KMODS += mr_sas 284DRV_KMODS += mwl 285DRV_KMODS += nca 286DRV_KMODS += nsmb 287DRV_KMODS += nulldriver 288DRV_KMODS += nv_sata | 23# Copyright (c) 2013 Andrew Stormont. All rights reserved. 24 25# 26# This makefile contains the common definitions for all intel 27# implementation architecture independent modules. 28# 29 30# --- 250 unchanged lines hidden (view full) --- 281DRV_KMODS += mouse8042 282DRV_KMODS += mpt_sas 283DRV_KMODS += mr_sas 284DRV_KMODS += mwl 285DRV_KMODS += nca 286DRV_KMODS += nsmb 287DRV_KMODS += nulldriver 288DRV_KMODS += nv_sata |
289DRV_KMODS += nvme |
|
289DRV_KMODS += nxge 290DRV_KMODS += oce 291DRV_KMODS += openeepr 292DRV_KMODS += pci_pci 293DRV_KMODS += pcic 294DRV_KMODS += pcieb 295DRV_KMODS += physmem 296DRV_KMODS += pit_beep --- 427 unchanged lines hidden --- | 290DRV_KMODS += nxge 291DRV_KMODS += oce 292DRV_KMODS += openeepr 293DRV_KMODS += pci_pci 294DRV_KMODS += pcic 295DRV_KMODS += pcieb 296DRV_KMODS += physmem 297DRV_KMODS += pit_beep --- 427 unchanged lines hidden --- |