head	1.4;
access;
symbols
	RELENG_7_4_0_RELEASE:1.3.2.1
	RELENG_7_4:1.3.2.1.0.8
	RELENG_7_4_BP:1.3.2.1
	RELENG_7_3_0_RELEASE:1.3.2.1
	RELENG_7_3:1.3.2.1.0.6
	RELENG_7_3_BP:1.3.2.1
	RELENG_7_2_0_RELEASE:1.3.2.1
	RELENG_7_2:1.3.2.1.0.4
	RELENG_7_2_BP:1.3.2.1
	RELENG_7_1_0_RELEASE:1.3.2.1
	RELENG_6_4_0_RELEASE:1.2.2.2.6.1
	RELENG_7_1:1.3.2.1.0.2
	RELENG_7_1_BP:1.3.2.1
	RELENG_6_4:1.2.2.2.0.6
	RELENG_6_4_BP:1.2.2.2
	RELENG_7_0_0_RELEASE:1.3.4.1
	RELENG_6_3_0_RELEASE:1.2.2.2
	RELENG_7_0:1.3.0.4
	RELENG_7_0_BP:1.3
	RELENG_6_3:1.2.2.2.0.4
	RELENG_6_3_BP:1.2.2.2
	RELENG_7:1.3.0.2
	RELENG_7_BP:1.3
	RELENG_6_2_0_RELEASE:1.2.2.2
	RELENG_6_2:1.2.2.2.0.2
	RELENG_6_2_BP:1.2.2.2
	RELENG_6_1_0_RELEASE:1.2.4.2
	RELENG_6_1:1.2.0.4
	RELENG_6:1.2.0.2;
locks; strict;
comment	@# @;


1.4
date	2008.02.03.07.07.29;	author scottl;	state dead;
branches;
next	1.3;

1.3
date	2006.05.05.14.26.28;	author scottl;	state Exp;
branches
	1.3.2.1
	1.3.4.1;
next	1.2;

1.2
date	2006.04.28.04.00.50;	author scottl;	state Exp;
branches
	1.2.2.1
	1.2.4.1;
next	1.1;

1.1
date	2006.04.27.20.22.46;	author scottl;	state Exp;
branches;
next	;

1.3.2.1
date	2008.02.03.07.28.39;	author scottl;	state dead;
branches;
next	;

1.3.4.1
date	2008.02.06.03.24.27;	author scottl;	state dead;
branches;
next	;

1.2.2.1
date	2006.04.30.17.11.35;	author scottl;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	2006.05.06.06.33.58;	author scottl;	state Exp;
branches
	1.2.2.2.6.1;
next	1.2.2.3;

1.2.2.3
date	2012.11.17.07.44.24;	author svnexp;	state Exp;
branches;
next	;

1.2.2.2.6.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.2.4.1
date	2006.05.01.00.15.11;	author scottl;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	2006.05.06.06.36.38;	author scottl;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the rr232x driver.  It has been superceded by the hptrr driver.
@
text
@# $Id: Makefile.def,v 1.14 2006/04/06 09:23:49 gmm Exp $
# $FreeBSD: src/sys/modules/rr232x/Makefile,v 1.3 2006/05/05 14:26:28 scottl Exp $

RR232X= ${.CURDIR}/../../dev/rr232x
.PATH: ${RR232X}

KMOD = rr232x
SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h os_bsd.c osm_bsd.c rr232x_config.c
OBJS = rr232x_lib.o

rr232x_lib.o:
	uudecode -p < ${RR232X}/$(MACHINE_ARCH)-elf.rr232x_lib.o.uu > ${.TARGET}

.include <bsd.kmod.mk>
@


1.3
log
@Remove hand-rolled cross-build glue.  Normal cross-build infrastructure
in FreeBSD likely supports this without any extra work.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3.4.1
log
@Remove the rr232x driver.  It has been superseced by the hptrr driver.

Approved by: re
@
text
@d2 1
a2 1
# $FreeBSD: src/sys/modules/rr232x/Makefile,v 1.3 2006/05/05 14:26:28 scottl Exp $
@


1.3.2.1
log
@Remove the rr232x driver.  It has been superseced by the hptrr driver.
@
text
@d2 1
a2 1
# $FreeBSD: src/sys/modules/rr232x/Makefile,v 1.3 2006/05/05 14:26:28 scottl Exp $
@


1.2
log
@Fix a typo that slipped in right before commit.
@
text
@a10 8
ARCH ?= $(MACHINE_ARCH)
.if $(MACHINE_ARCH)!=$(ARCH)
HOSTARCH != uname -m
CROSS_COMPILE ?= /usr/obj/$(ARCH)/usr/src/$(HOSTARCH)/usr/bin/
.MAKEFLAGS:	MACHINE_ARCH=$(ARCH) CC=$(CROSS_COMPILE)$(CC) LD=$(CROSS_COMPILE)$(LD)\
		NM=$(CROSS_COMPILE)nm OBJCOPY=$(CROSS_COMPILE)objcopy
.endif

@


1.2.4.1
log
@MFC The rr232x driver.

Approved by: re.
@
text
@@


1.2.4.2
log
@MFC: unbreak 'make universe'

Approved by: re
@
text
@d11 8
@


1.2.2.1
log
@Merge the rr232x driver to RELENG_6.  This commit just add files; hooking them
up will come in a minute.

Approved by: re
@
text
@@


1.2.2.2
log
@MFC: Unbreak 'make universe'

Approved by: re
@
text
@d11 8
@


1.2.2.3
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/6/sys/modules/rr232x/Makefile 158327 2006-05-06 06:33:58Z scottl $
@


1.2.2.2.6.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards.
This driver was generously developed and donated by Highpoint.

It is enabled for i386 only at the moment.  I will enable it for amd64
shortly.

Obtained from: HighPoint Technologies, Inc.
@
text
@d5 1
a5 1
PATH: ${RR232X}
@

