Bug 31079

Summary: scanpci fails on /dev/io
Product: Base System Reporter: sdn <sdn>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description sdn 2001-10-05 22:40:00 UTC
scanpci fails completely.
This prevents X from configuring.

How-To-Repeat: % scanpci
Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O
Comment 1 dwmalone 2001-10-05 23:59:58 UTC
> Dell Optiplex GX110 (Intel i810 video)

I have a feeling we have X working on some of these machines.

> % scanpci
> Fatal server error:
> xf86EnableIO: Failed to open /dev/io for extended I/O

What does "ls -l /dev/io" show? If the file isn't there then
you could try "cd /dev ; sh MAKEDEV std". You would have to
be root to open /dev/io - your prompt would indicate that
you are not.

        David.
Comment 2 dwmalone 2001-10-10 16:54:36 UTC
> I was root user when I ran it.

Hmmm - do you have the secure level turned up. See what:

	sysctl kern.securelevel

prints.

> Could it be related to the i810 video chip?

I don't think so - unless the error message which scanpci gives is
misleading.

	David.
Comment 3 dwmalone freebsd_committer freebsd_triage 2001-10-10 20:43:03 UTC
State Changed
From-To: open->closed

Submitter confirms that problem was due to elivated secure level.