From bbcc7dac082d9e2b2a5a5713ea07c12740fcbdab Mon Sep 17 00:00:00 2001 From: Scott Long Date: Wed, 6 Feb 2008 03:24:29 +0000 Subject: Remove the rr232x driver. It has been superseced by the hptrr driver. Approved by: re --- sys/modules/Makefile | 3 --- sys/modules/rr232x/Makefile | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 sys/modules/rr232x/Makefile (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index da8006dc2f1c..1be521fc8302 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -221,7 +221,6 @@ SUBDIR= ${_3dfx} \ reiserfs \ rl \ rp \ - ${_rr232x} \ rue \ rum \ ${_s3} \ @@ -473,7 +472,6 @@ _wpifw= wpifw _padlock= padlock .endif .endif -_rr232x= rr232x _s3= s3 _twa= twa _vesa= vesa @@ -531,7 +529,6 @@ _nve= nve _nvram= nvram _nxge= nxge _pccard= pccard -_rr232x= rr232x _safe= safe _scsi_low= scsi_low _smbfs= smbfs diff --git a/sys/modules/rr232x/Makefile b/sys/modules/rr232x/Makefile deleted file mode 100644 index 0321bf81b743..000000000000 --- a/sys/modules/rr232x/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $Id: Makefile.def,v 1.14 2006/04/06 09:23:49 gmm Exp $ -# $FreeBSD$ - -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 -- cgit v1.3