Module Name: src Committed By: phx Date: Sun May 30 10:17:33 UTC 2010
Modified Files: src/etc/etc.sandpoint: MAKEDEV.conf Log Message: Make /dev/satmgr (Sandpoint-MPC824x specific) and /dev/power devices. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/etc.sandpoint/MAKEDEV.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/etc.sandpoint/MAKEDEV.conf diff -u src/etc/etc.sandpoint/MAKEDEV.conf:1.8 src/etc/etc.sandpoint/MAKEDEV.conf:1.9 --- src/etc/etc.sandpoint/MAKEDEV.conf:1.8 Wed May 26 16:58:13 2010 +++ src/etc/etc.sandpoint/MAKEDEV.conf Sun May 30 10:17:33 2010 @@ -1,4 +1,4 @@ -# $NetBSD: MAKEDEV.conf,v 1.8 2010/05/26 16:58:13 phx Exp $ +# $NetBSD: MAKEDEV.conf,v 1.9 2010/05/30 10:17:33 phx Exp $ init) makedev std tty00 tty01 opty ptm pty0 @@ -11,8 +11,7 @@ makedev wd0 wd1 makedev sd0 sd1 sd2 st0 cd0 ss0 ch0 uk0 makedev scsibus0 scsibus1 - makedev pci0 - makedev cfs + makedev pci0 cfs satmgr power ;; ramdisk|floppy) @@ -24,3 +23,11 @@ mkdev tty0$unit c 45 $(($unit + $dialin )) "" "" $u_uucp mkdev dty0$unit c 45 $(($unit + $dialout)) "" "" $u_uucp ;; + +satmgr) + mkdev satmgr c 100 0 620 + ;; + +power) + mkdev power c 62 2 640 + ;;