diff options
author | Janne Johansson <jj@cvs.openbsd.org> | 2009-06-03 14:45:57 +0000 |
---|---|---|
committer | Janne Johansson <jj@cvs.openbsd.org> | 2009-06-03 14:45:57 +0000 |
commit | ea9bbf428f51194a52c45ac274c35dba174a741c (patch) | |
tree | 301aa894fd92a097d769b8cac575c8a0fce07329 /etc/etc.zaurus | |
parent | 0c52879fa54117b2bd312fe5fff17f310dbdb7eb (diff) |
Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@
Diffstat (limited to 'etc/etc.zaurus')
-rw-r--r-- | etc/etc.zaurus/MAKEDEV | 8 | ||||
-rw-r--r-- | etc/etc.zaurus/MAKEDEV.md | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV index f3f4c209cf1..6e30994106d 100644 --- a/etc/etc.zaurus/MAKEDEV +++ b/etc/etc.zaurus/MAKEDEV @@ -80,7 +80,7 @@ # systrace* System call tracing device # tuner* Tuner devices # video* Video V4L2 devices -# xfs* XFS filesystem node +# nnpfs* NNPFS filesystem node PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -225,8 +225,8 @@ std) M klog c 6 0 600 ;; -xfs*) - M xfs$U c 51 $U 600 +nnpfs*) + M nnpfs$U c 51 $U 600 ;; video*) @@ -468,7 +468,7 @@ local) all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 - R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 bio xfs0 + R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 bio nnpfs0 R ss0 ss1 ch0 hotplug ptm local wscons uall tuner0 radio0 R video0 audio0 audio1 audio2 uk0 random lkm tty00 tty01 tty02 R tty03 apm crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 diff --git a/etc/etc.zaurus/MAKEDEV.md b/etc/etc.zaurus/MAKEDEV.md index 78c8c96842e..4fb81cab122 100644 --- a/etc/etc.zaurus/MAKEDEV.md +++ b/etc/etc.zaurus/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,zaurus)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.19 2009/02/06 21:17:15 grange Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.20 2009/06/03 14:45:40 jj Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -85,7 +85,7 @@ _DEV(ss, 29) _DEV(systrace, 50) _DEV(tuner, 75) _DEV(vi, 38) -_DEV(xfs, 51) +_DEV(nnpfs, 51) dnl divert(__mddivert)dnl dnl @@ -101,7 +101,7 @@ dnl *** zaurus specific targets dnl target(all, ch, 0)dnl target(all, ss, 0, 1)dnl -target(all, xfs, 0)dnl +target(all, nnpfs, 0)dnl target(all, bio)dnl twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl |