kern/127551: Kernel with RAID driver hptiop (HighPoint RocketRAID 3xxxx/4xxx driver) cannot be built.

Masayuki FUKUI fukui.FreeBSD at fanet.net
Tue Sep 23 01:50:01 UTC 2008


>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:


More information about the freebsd-bugs mailing list