summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.mi
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-12 21:14:58 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-12 21:14:58 +0000
commit1a35affa67be7c4c3aab37d7ec202ab1a5bb45fa (patch)
tree03d3a8a9c117d913207f9cfc8c7b99644bc1d1a0 /etc/MAKEDEV.mi
parent6d28e11ab6efe9a83f8bac44bb8cd1468d8b2587 (diff)
Add _DEV entry for spif and correct spif to only create 1 bpp and 8 tty
Diffstat (limited to 'etc/MAKEDEV.mi')
-rw-r--r--etc/MAKEDEV.mi3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi
index 84bee463052..230eaabe52e 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.16 2002/01/08 06:00:15 todd Exp $-})dnl
+vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.17 2002/01/12 21:14:57 jason Exp $-})dnl
dnl
divert(1)dnl
{-#-}
@@ -595,6 +595,7 @@ _mkdev(rnd,*random,{-n=0
__devitem(joy,joy*,joystick driver)dnl
_mcdev(joy,joy*,joy,{-major_joy_c-},666)dnl
__devitem(mag,magma*,magma card (makes 16 tty and 2 bpp))dnl
+__devitem(spif,spif*,spif card (makes 8 tty and 1 bpp))dnl
__devitem(xfs,xfs*,XFS filesystem devices)dnl
_mcdev(xfs,xfs*,xfs,{-major_xfs_c-},600)dnl
__devitem(hil,hil,HIL input devices)dnl