NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-hp700/45783: No /dev entries for sysmon, wscons, ... devices



>Number:         45783
>Category:       port-hp700
>Synopsis:       No /dev entries for sysmon, wscons, ... devices
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-hp700-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 05 12:30:00 +0000 2012
>Originator:     Sergey Svishchev
>Release:        NetBSD 5.99.59
>Organization:
        
>Environment:
>Description:
B180L has a soft power switch, but powerd does not start because there's no 
/dev/power.

wd(4) at pci can be compiled in, but device major is not allocated to it.

wscons devices are missing, thus modular Xorg cannot start.
        
>How-To-Repeat:
        
>Fix:
--- etc/etc.hp700/MAKEDEV.conf  3 May 2010 08:45:43 -0000       1.6
+++ etc/etc.hp700/MAKEDEV.conf  5 Jan 2012 12:08:12 -0000
@@ -6,6 +6,6 @@
        makedev scsibus0 scsibus1 scsibus2 scsibus3
        makedev ses0 ses1 ses2 ses3
        makedev tty00 tty01 tty02 tty03
-       makedev audio
+       makedev audio wscons sysmon
        makedev pci0 pci1 pci2 pci3
        ;;
--- sys/arch/hp700/conf/majors.hp700    30 Jun 2011 20:09:30 -0000      1.26
+++ sys/arch/hp700/conf/majors.hp700    5 Jan 2012 05:04:05 -0000
@@ -44,6 +44,8 @@
 device-major   audio           char 40                 audio
 device-major   ses             char 41                 ses
 device-major   pci             char 42                 pci
+device-major   wd              char 43  block 11       wd
+device-major   sysmon          char 44                 sysmon_power
 
 device-major   nsmb            char 98                 nsmb
 

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index