Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 1998 10:58:40 +0900 (JST)
From:      Masachika ISHIZUKA <ishizuka@ish.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6746: GENERIC kernel page fault by mounting /dev/ccd4c
Message-ID:  <199805250158.KAA27210@onion.ish.org>

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

>Number:         6746
>Category:       kern
>Synopsis:       GENERIC kernel page fault by mounting /dev/ccd4c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 24 19:00:01 PDT 1998
>Last-Modified:
>Originator:     Masachika ISHIZUKA
>Organization:
>Release:        FreeBSD 3.0-980520-SNAP i386
>Environment:
  3.0-980320-SNAP's GENERIC kernel with the following /etc/fstab.

% cat /etc/fstab
/dev/sd0s1b     none                    swap    sw 0 0
/dev/sd1s1b     none                    swap    sw 0 0
/dev/sd0s1a     /                       ufs     rw 1 1
/dev/sd0s1e     /var                    ufs     rw 1 2
/dev/sd1s1e     /usr                    ufs     rw 1 2
/dev/sd0s1f     /usr/src                ufs     rw 1 3
/dev/sd1s1f     /usr/local              ufs     rw 1 3
/dev/sd0s1g     /usr/local/src          ufs     rw 1 4
/dev/sd1s1g     /usr/local/src/tar      ufs     rw 1 5
/dev/ccd0c      /var/log                ufs     rw 1 3
/dev/ccd1c      /var/mail               ufs     rw 1 3
/dev/ccd2c      /home                   ufs     rw 1 2
/dev/ccd3c      /data                   ufs     rw 1 2
/dev/ccd4c      /var/spool/news         ufs     rw 1 3
proc            /proc                   procfs  rw 0 0

>Description:
  I use 5 ccd drives.
  As GENERIC kernel was compiled to utilize up to 4 ccd drives,
to attempt to mount /dev/ccd0c, /dev/ccd1c, /dev/ccd2c, /dev/ccd3c
and /dev/ccd4c will cause page fault. I want to not stop by page
fault although ccd drive can't access because too many drives.
  After making customized kernel with 'pseudo-device ccd 5' option,
it runs good.

>How-To-Repeat:

	
>Fix:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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