Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.sandpoint Added missing devices: usb, sysmon, altq



details:   https://anonhg.NetBSD.org/src/rev/51104706cec8
branches:  trunk
changeset: 763449:51104706cec8
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Mar 20 12:40:58 2011 +0000

description:
Added missing devices: usb, sysmon, altq

diffstat:

 etc/etc.sandpoint/MAKEDEV.conf |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 134335382320 -r 51104706cec8 etc/etc.sandpoint/MAKEDEV.conf
--- a/etc/etc.sandpoint/MAKEDEV.conf    Sun Mar 20 12:36:14 2011 +0000
+++ b/etc/etc.sandpoint/MAKEDEV.conf    Sun Mar 20 12:40:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.11 2011/03/01 09:17:06 phx Exp $
+# $NetBSD: MAKEDEV.conf,v 1.12 2011/03/20 12:40:58 phx Exp $
 
 init)
        makedev std tty00 tty01 opty ptm pty0
@@ -10,8 +10,9 @@
        makedev tty00 tty01
        makedev wd0 wd1
        makedev sd0 sd1 sd2 st0 cd0 ss0 ch0 uk0
+       makedev usbs
        makedev scsibus0 scsibus1
-       makedev pci0 cfs satmgr power
+       makedev pci0 altq sysmon kttcp cfs satmgr
        ;;
 
 ramdisk|floppy)



Home | Main Index | Thread Index | Old Index