summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.mi
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-01-07 07:20:51 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-01-07 07:20:51 +0000
commit93dcbcf1e78b152d3c5d24d5b37ed93a6d677630 (patch)
treee51948d7d34722ee085223fb8598380900cc3739 /etc/MAKEDEV.mi
parenta82e9d1c30d4e81d94fd3b2942031ab649cc586e (diff)
add /dev/pci
s/tzs/czs/ typo
Diffstat (limited to 'etc/MAKEDEV.mi')
-rw-r--r--etc/MAKEDEV.mi6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi
index ff83b296e07..b028c4cf262 100644
--- a/etc/MAKEDEV.mi
+++ b/etc/MAKEDEV.mi
@@ -1,6 +1,6 @@
include(MAKEDEV.sub)dnl
dnl
-vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.6 2002/01/07 06:54:10 todd Exp $-})dnl
+vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.7 2002/01/07 07:20:50 todd Exp $-})dnl
dnl
divert(1)dnl
{-#-}
@@ -133,7 +133,7 @@ _dl({-std-},{-std-},
{-ttyB-},{-ttyB0 ttyB1-},
{-tty0-},{-tty00 tty01 tty02 tty03-},
{-tzs-},{-ttya ttyb ttyc ttyd-},
-{-tzs-},{-cuaa cuab cuac cuad-},
+{-czs-},{-cuaa cuab cuac cuad-},
{-lkm-},{-lkm-},
{-iop-},{-iop0 iop1-},
{-mmcl-},{-mmclock-},dnl
@@ -568,6 +568,8 @@ __devitem(bktr,bktr*,video capturing)dnl
_mcdev(bktr,bktr*,bktr,{-major_bktr_c-},644)dnl
__devitem(tuner,tuner*,tuner device)dnl
_mkdev(tuner,tuner*,{-M tuner$U c major_tuner_c Add(Mult($U,2),16) 644-},644)dnl
+__devitem(pci,pci,PCI bus device)dnl
+_mkdev(pci,pci,{-M pci c major_pci_c 0 664-},664)dnl
_mkdev(local,local,{-test -s $T.local && sh $T.local-},666)dnl
dnl
divert(1)dnl