Home
last modified time | relevance | path

Searched +full:hptmvraid +full:. +full:o (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/raid/hptmv/
HDMakefile3 # Copyright (c) 2004-2005 HighPoint Technologies, Inc. All rights reserved
8 SRCS= opt_cam.h
9 SRCS+= bus_if.h device_if.h pci_if.h
10 SRCS+= mv.c entry.c ioctl.c hptproc.c gui_lib.c
11 OBJS+= hptmvraid.bo
13 hptmvraid.bo: ${MACHINE_ARCH}-elf.raid.o.uu
14 uudecode -o ${.TARGET} < ${.ALLSRC}
15 elfedit --output-osabi none ${.TARGET}
17 CLEANFILES+= hptmvraid.bo
31 .if defined(DEBUG) && ${DEBUG} == 1
[all …]
HDreadme.txt2 Copyright (C) 2007-2008 HighPoint Technologies, Inc. All rights reserved.
3 $FreeBSD: src/sys/dev/hptmv/readme.txt,v 1.4 2009/04/07 16:38:25 delphij Exp $
7 v1.16 2008-2-29
8 Fix 7.0 compile error.
10 v1.15 2007-8-6
11 Override kernel driver(built-in) to support over 2T RAID array.
13 v1.14 2006-3-21
14 Fix 48-bit LBA compatibility for Seagate drives.
15 Fix 16 bytes CDB support.
17 v1.13 2006-2-13
[all …]
HDx86_64-elf.raid.o.uu2 * Copyright (c) 2004-2005 HighPoint Technologies, Inc.
3 * All rights reserved.
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
12 * documentation and/or other materials provided with the distribution.
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
24 * SUCH DAMAGE.
26 * $FreeBSD: src/sys/dev/hptmv/amd64-elf.raid.o.uu,v 1.2 2009/04/07 16:38:25 delphij Exp $
28 begin 644 hptmvraid.o
/dragonfly/sys/platform/pc64/conf/
HDfiles2 # files marked standard are always included.
4 font.h optional sc_dflt_font \
5../share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'static u_char dflt_font_16[16*256] = {'…
7 clean "font.h"
9 atkbdmap.h optional atkbd_dflt_keymap \
10 … 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accen…
12 clean "atkbdmap.h"
14 ukbdmap.h optional ukbd_dflt_keymap \
15 …e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static acce…
17 clean "ukbdmap.h"
[all …]