diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-18 21:29:58 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-18 21:29:58 +0000 |
commit | 653e90fc24f192d61753ea620ef4851025bb2b38 (patch) | |
tree | 7f7f22a118eac910d1b54308885f10e3ece8d638 /etc/etc.loongson | |
parent | d9f406b9db426e56ca4a901b0eff4a8c828ffa3e (diff) |
regen
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/MAKEDEV | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV index 793e2de2c50..6fef9efacaa 100644 --- a/etc/etc.loongson/MAKEDEV +++ b/etc/etc.loongson/MAKEDEV @@ -307,10 +307,8 @@ bio) ;; audio*) - M audio$U c 44 $U - M mixer$U c 44 $(($U+16)) - M audioctl$U c 44 $(($U+192)) - MKlist[${#MKlist[*]}]=";[ -e mixer ] || ln -s mixer$U mixer" + M audio$U c 44 $U 660 _sndiop + M audioctl$U c 44 $(($U+192)) 660 _sndiop ;; apm*) |