The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/twe/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/6.1/sys/modules/twe/Makefile 70711 2001-01-06 14:00:42Z obrien $
    2 
    3 #
    4 # The 3ware controller offers a choice of options related to handling of
    5 # mirror consistency in shutdown situations.
    6 #
    7 # If TWE_SHUTDOWN_NOTIFICATION is defined, the driver will inform the 
    8 # controller on clean shutdown.  On reboot after an unclean shutdown, the 
    9 # controller will perform a complete mirror rebuild.  This is the most
   10 # "safe" configuration, but it imposes a severe performance penalty in the
   11 # event of an unexpected reboot.
   12 #
   13 # In the alternate configuration, the controller assumes that all writes to
   14 # a mirror complete successfully.  In the case of an unclean shutdown,
   15 # mirror corruption may occur if the controller is reset or power is lost
   16 # during a disk write.  This configuration is more suitable if the system
   17 # has reliable power, but may be unstable for other reasons.
   18 #
   19 CFLAGS+=-DTWE_SHUTDOWN_NOTIFICATION
   20 
   21 #
   22 # The module can be built to override a compiled-in driver
   23 #
   24 #CFLAGS+=-DTWE_OVERRIDE
   25 
   26 .PATH: ${.CURDIR}/../../dev/twe
   27 
   28 KMOD=   twe
   29 SRCS=   bus_if.h device_if.h pci_if.h twe.c twe_freebsd.c
   30 
   31 #CFLAGS+=-DTWE_DEBUG=0
   32 
   33 .include <bsd.kmod.mk>

Cache object: 9eaa777fca4bae23f189b15e00a9b66e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.