Print this page
NEX-14459 blkdev needs to force attach on boot
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
OS-13 sTec S112x support.
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Albert Lee <trisk@nexenta.com>

*** 19,29 **** # CDDL HEADER END # # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2014, Nexenta Systems Inc. All rights reserved. # # # This makefile drives the production of the blkdev driver # --- 19,29 ---- # CDDL HEADER END # # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2017 Nexenta Systems Inc. # # # This makefile drives the production of the blkdev driver #
*** 38,47 **** --- 38,48 ---- # MODULE = blkdev OBJECTS = $(BLKDEV_OBJS:%=$(OBJS_DIR)/%) LINTS = $(BLKDEV_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) + CONF_SRCDIR = $(UTSBASE)/common/io/blkdev # # Include common rules. # include $(UTSBASE)/sparc/Makefile.sparc
*** 49,59 **** # # Define targets. # ALL_TARGET = $(BINARY) LINT_TARGET = $(MODULE).lint ! INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # # Note dependancy on misc/scsi. # LDFLAGS += -dy -Nmisc/cmlb --- 50,60 ---- # # Define targets. # ALL_TARGET = $(BINARY) LINT_TARGET = $(MODULE).lint ! INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # # Note dependancy on misc/scsi. # LDFLAGS += -dy -Nmisc/cmlb