Make only necessary wscons devices for floppy.

This commit is contained in:
tsutsui 2002-03-30 07:40:37 +00:00
parent 8d4ad53154
commit 139abed8af
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.59 2002/03/16 17:03:33 martin Exp $
# $NetBSD: MAKEDEV,v 1.60 2002/03/30 07:40:37 tsutsui Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -156,8 +156,9 @@ audio)
;;
floppy)
makedev std sd0 sd1 sd2 tty00 tty01 opty wscons
makedev std sd0 sd1 sd2 tty00 tty01 opty
makedev st0 st1 cd0 cd1 wd0 wd1 md0
makedev ttyE0 wsmouse0 wskbd0 ttyEcfg
;;
isdns)