Subject: misc/9568: [INSTALL.txt] I type set pcic_isa_intr_alloc_mask, instead of write pcic....
To: None <gnats-bugs@gnats.netbsd.org>
From: None <sanpei@sanpei.org>
List: netbsd-bugs
Date: 03/07/2000 22:36:34
>Number:         9568
>Category:       misc
>Synopsis:       [INSTALL.txt] I type set pcic_isa_intr_alloc_mask, instead of write pcic....
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Mar  7 22:36:00 2000
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Organization:
Yokohama, Japan
>Release:        all release of NetBSD
>Environment:
NetBSD-1.4.1 and latest snapshot
>Description:

  I'm novice user of NetBSD.  I installed NetBSD to NOTE-PC, but I
need to change pcic_isa_intr_alloc_mask at boot up time.

From INSTALL.txt
>                                                            you may use a
>     workaround by booting the install kernel with "boot -d" to drop into
>     DDB (the in-kernel debugger) and set pcic_isa_intr_alloc_mask to
                                       ~~~
>     mask out the offending interrupt before continuing.
  
  To set pcic_isa_intr_alloc_mask, I need to use ``write'' command.

db> write pcic_isa_intr_alloc_mask 0x0808
    ~~~~~

  But at first time I used ``set'' command....,

db> set pcic_isa_intr_alloc_mask 0x0808
    ~~~
  Because I don't know DDB command-set, and I only have 2-floppy
image and INSTALL.txt, I don't have NetBSD installed machine.  In
INSTALL.txt, it was written: ``set pcic_isa_intr_alloc_mask''. So I
                               ~~~
use ``set'' command, instead of ``write''.
  
  I think this description to be a difficult and confused in the
beginner.  I hope to add the example concerning DDB.

>How-To-Repeat:


>Fix:


>Audit-Trail:
>Unformatted: