Make gdrom device on ramdisk.

This commit is contained in:
tsutsui 2002-12-29 18:31:12 +00:00
parent 85c31b11c3
commit 8fda9330fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $NetBSD: MAKEDEV,v 1.31 2002/11/17 05:45:26 itohy Exp $ # $NetBSD: MAKEDEV,v 1.32 2002/12/29 18:31:12 tsutsui Exp $
# #
# Copyright (c) 1990 The Regents of the University of California. # Copyright (c) 1990 The Regents of the University of California.
# All rights reserved. # All rights reserved.
@ -125,7 +125,7 @@ all)
;; ;;
ramdisk) ramdisk)
makedev std md0 makedev std md0 gdrom0
makedev scif0 sci0 opty makedev scif0 sci0 opty
makedev ttyE0 ttyEcfg wsmouse0 wskbd0 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl makedev ttyE0 ttyEcfg wsmouse0 wskbd0 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
;; ;;