Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2008 10:45:31 +0900 (JST)
From:      Masayuki FUKUI <fukui.FreeBSD@fanet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/127551: Kernel with RAID driver hptiop (HighPoint RocketRAID 3xxxx/4xxx driver) cannot be built.
Message-ID:  <200809230145.m8N1jVJn011626@home.fanet.net>
Resent-Message-ID: <200809230150.m8N1o1Fm039546@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127551
>Category:       kern
>Synopsis:       Kernel with RAID driver hptiop (HighPoint RocketRAID 3xxxx/4xxx driver) cannot be built.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 23 01:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Masayuki FUKUI
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.1-PRERELEASE amd64
>Description:
	RAID driver `hptiop' (HighPoint RocketRAID 3xxx/4xxx controller driver) is defined in GENERIC.
        However, driver's code is not included in kernel though it compiles.
>How-To-Repeat:
	Compiling GENERIC kernel.
>Fix:
	In src/sys/conf/files, it is still defined that `hptiop' depends on deprecated option `cam'. 
	Remove it.

--- src/sys/conf/files.orig	2008-08-31 19:15:43.000000000 +0900
+++ src/sys/conf/files	2008-09-23 04:14:09.000000000 +0900
@@ -682,7 +682,7 @@
 dev/hme/if_hme.c		optional hme
 dev/hme/if_hme_pci.c		optional hme pci
 dev/hme/if_hme_sbus.c		optional hme sbus
-dev/hptiop/hptiop.c		optional hptiop cam
+dev/hptiop/hptiop.c		optional hptiop
 dev/hwpmc/hwpmc_logging.c	optional hwpmc
 dev/hwpmc/hwpmc_mod.c		optional hwpmc
 dev/ichsmb/ichsmb.c		optional ichsmb
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809230145.m8N1jVJn011626>