fix previous to actually pay attention to the unit number.

noted by drochner.
This commit is contained in:
mrg 2009-07-05 21:35:16 +00:00
parent 94a2d1af9e
commit c4166bec0e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV.tmpl,v 1.126 2009/07/03 06:33:56 mrg Exp $
# $NetBSD: MAKEDEV.tmpl,v 1.127 2009/07/05 21:35:16 mrg Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@ -1904,7 +1904,7 @@ atabus*)
dri*)
makedir dri 755
mkdev dri/card$unit c %dri_chr% 2 660
mkdev dri/card$unit c %dri_chr% $unit 660
;;
drvctl)