diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-04-10 03:03:54 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-04-10 03:03:54 +0000 |
commit | 517e9482c619086e7cea98ef5591f85bfe04b51d (patch) | |
tree | 4c14f2c37007eb3368fe0fa4d105ed51505a25ca /etc/etc.sparc | |
parent | c2e66cd19f6c6899beea5f1fda85bbec647c593a (diff) |
keep naming of audio devices consistent across all archs that have audio
support.
--
Ok'd by: deraadt@
Diffstat (limited to 'etc/etc.sparc')
-rw-r--r-- | etc/etc.sparc/MAKEDEV | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index ff46b87d644..2ec712bd64f 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.63 2000/05/06 20:30:58 miod Exp $ +# $OpenBSD: MAKEDEV,v 1.64 2001/04/10 03:03:53 brad Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -68,16 +68,16 @@ # uk* SCSI Unknown device # ses* SCSI SES/SAF-TE device # ss* SCSI scanners -# audio -# openprom -# bwtwo* -# cgtwo* -# cgthree* -# cgfour* -# cgsix* -# cgeight* -# cgfourteen* -# tcx* +# audio* +# openprom +# bwtwo* +# cgtwo* +# cgthree* +# cgfour* +# cgsix* +# cgeight* +# cgfourteen* +# tcx* # bpf* Berkeley Packet Filter # lkm loadable kernel modules interface # tun* network tunnel driver @@ -202,7 +202,7 @@ all) sh $this uk0 uk1 sh $this ss0 ss1 sh $this ses0 - sh $this pty0 vnd0 vnd1 vnd2 vnd3 audio tun0 tun1 tun2 tun3 + sh $this pty0 vnd0 vnd1 vnd2 vnd3 audio0 tun0 tun1 tun2 tun3 sh $this ccd0 ccd1 ccd2 ccd3 sh $this raid0 raid1 raid2 raid3 sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 |