CVS commit: src/sys/dev

2017-05-23 Thread Nathanial Sloss
23:55:53 2017 +++ src/sys/dev/audio.c Tue May 23 07:57:26 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.351 2017/05/16 23:55:53 nat Exp $ */ +/* $NetBSD: audio.c,v 1.352 2017/05/23 07:57:26 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-05-16 Thread Nathanial Sloss
Mon May 15 12:07:32 2017 +++ src/sys/dev/audio.c Tue May 16 21:43:18 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.349 2017/05/15 12:07:32 martin Exp $ */ +/* $NetBSD: audio.c,v 1.350 2017/05/16 21:43:18 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com

CVS commit: src/sys/dev

2017-05-16 Thread Nathanial Sloss
$ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.350 2017/05/16 21:43:18 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.351 2017/05/16 23:55:53 nat Exp $&qu

CVS commit: src/sys/dev/usb

2017-05-16 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 16 23:49:44 UTC 2017 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Drop sc_lock whilst doing uaudio_chan_open uaudio[pr]transfer. uaudio now works again. To generate a diff of this commit: cvs rdiff -u -r1.147

CVS commit: src/sys/dev

2017-05-28 Thread Nathanial Sloss
:1.353 Sat May 27 13:55:58 2017 +++ src/sys/dev/audio.c Sun May 28 21:12:59 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.353 2017/05/27 13:55:58 nat Exp $ */ +/* $NetBSD: audio.c,v 1.354 2017/05/28 21:12:59 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com

CVS commit: src/sys/dev

2017-05-28 Thread Nathanial Sloss
+++ src/sys/dev/audio.c Sun May 28 21:36:18 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.354 2017/05/28 21:12:59 nat Exp $ */ +/* $NetBSD: audio.c,v 1.355 2017/05/28 21:36:18 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #i

CVS commit: src/sys/dev

2017-05-28 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun May 28 21:15:58 UTC 2017 Modified Files: src/sys/dev: audiobell.c Log Message: Set the gain of play back, rather than altering the generated wave by a factor of volume. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/dev

2017-06-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 4 05:37:56 UTC 2017 Modified Files: src/sys/dev: audiobell.c Log Message: Fix volume botch. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/audiobell.c Please note that diffs are not public

CVS commit: src/sys/dev

2017-06-08 Thread Nathanial Sloss
Thu Jun 1 09:44:30 2017 +++ src/sys/dev/audio.c Thu Jun 8 13:05:03 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.357 2017/06/01 09:44:30 pgoyette Exp $ */ +/* $NetBSD: audio.c,v 1.358 2017/06/08 13:05:03 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com

CVS commit: src/sys/dev/pad

2017-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 6 07:27:15 UTC 2017 Modified Files: src/sys/dev/pad: pad.c Log Message: sc_bytes_count needs to be set in pad_audio_open not pad_open. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pad/pad.c

CVS commit: src/sys/dev/pad

2017-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 6 07:18:38 UTC 2017 Modified Files: src/sys/dev/pad: pad.c Log Message: Express BYTESTOSLEEP as an 64 bit integer. Use BYTESTOSLEEP in expresson of BYTES_PER_SEC. To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/sys/dev/pad

2017-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 6 07:32:41 UTC 2017 Modified Files: src/sys/dev/pad: pad.c Log Message: Style change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pad/pad.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pad

2017-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 6 07:31:41 UTC 2017 Modified Files: src/sys/dev/pad: padvar.h Log Message: pad blocksize 1024 -> 8192. Helps when sleeping in rate limiter. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pad

2017-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 6 07:29:35 UTC 2017 Modified Files: src/sys/dev/pad: pad.c Log Message: Simplification of rate limiter. It now works uni/multiprocessor. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/pad/pad.c

CVS commit: src/share/man

2017-06-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 13 09:11:22 UTC 2017 Modified Files: src/share/man/man4: Makefile src/share/man/man9: Makefile Log Message: Add wsbell. Found by wiz@. To generate a diff of this commit: cvs rdiff -u -r1.637 -r1.638

CVS commit: src/sys/dev

2017-06-10 Thread Nathanial Sloss
+++ src/sys/dev/spkr_audio.c Sun Jun 11 03:25:02 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: spkr_audio.c,v 1.3 2017/01/06 09:32:08 pgoyette Exp $ */ +/* $NetBSD: spkr_audio.c,v 1.4 2017/06/11 03:25:02 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -27,7

CVS commit: src/sys

2017-06-10 Thread Nathanial Sloss
d_mux(int, struct wsmux_softc *); +int wsbell_add_mux(int, struct wsmux_softc *); #endif /* NWSMUX > 0 */ Added files: Index: src/sys/dev/wscons/wsbell.c diff -u /dev/null src/sys/dev/wscons/wsbell.c:1.1 --- /dev/null Sun Jun 11 03:55:57 2017 +++ src/sys/dev/wscons/wsbell.c Sun Jun 11 03:55:5

CVS commit: src/sys/dev

2017-06-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Jun 14 06:55:37 UTC 2017 Modified Files: src/sys/dev: spkr.c Log Message: Ensure to detach children. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/spkr.c Please note that diffs are not public

CVS commit: src/share/man/man4

2017-06-13 Thread Nathanial Sloss
/man/man4/speaker.4:1.22 Sun Jun 11 10:30:15 2017 +++ src/share/man/man4/speaker.4 Tue Jun 13 06:25:20 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: speaker.4,v 1.22 2017/06/11 10:30:15 pgoyette Exp $ +.\" $NetBSD: speaker.4,v 1.23 2017/06/13 06:25:20 nat Exp $ .\" .\" Copyright (c)

CVS commit: src/share/man

2017-06-13 Thread Nathanial Sloss
2017 +++ src/share/man/man4/wsbell.4 Tue Jun 13 06:27:10 2017 @@ -0,0 +1,107 @@ +.\" $NetBSD: wsbell.4,v 1.1 2017/06/13 06:27:10 nat Exp $ +.\" +.\" Copyright (c) 2017 Nathanial Sloss <nathanialsl...@yahoo.com.au> +.\" All rights reserved. +.\" +.\" Redistributio

CVS commit: src/distrib/sets/lists

2017-06-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 13 06:39:09 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi Log Message: Update for wsbell(4) manual pages. To generate a diff of this commit: cvs rdiff -u -r1.2139 -r1.2140

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Nathanial Sloss
/sys/dev/wscons/wsbell.c Tue Jun 13 05:49:48 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: wsbell.c,v 1.7 2017/06/13 00:54:37 nat Exp $ */ +/* $NetBSD: wsbell.c,v 1.8 2017/06/13 05:49:48 nat Exp $ */ /*- * Copyright (c) 2017 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -107,7 +107,7 @@ */ #i

CVS commit: src/sys/dev

2017-06-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 11 13:02:44 UTC 2017 Modified Files: src/sys/dev: audiobell.c Log Message: Initialize and set all required parameters for the audiobell. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/audiobell.c

CVS commit: src/sys/dev

2017-06-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jun 11 13:05:43 UTC 2017 Modified Files: src/sys/dev: audiobell.c Log Message: Revert back to a 16 bit phase counter - stops overflow when performing calculations on pitch and phase. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2017-06-10 Thread Nathanial Sloss
sys/dev/spkr_audio.c Sun Jun 11 03:33:48 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: spkr_audio.c,v 1.4 2017/06/11 03:25:02 nat Exp $ */ +/* $NetBSD: spkr_audio.c,v 1.5 2017/06/11 03:33:48 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -27,7 +27,7 @@

CVS commit: src/sys/dev/wscons

2017-06-10 Thread Nathanial Sloss
OALL, Added files: Index: src/sys/dev/wscons/wsbelldata.h diff -u /dev/null src/sys/dev/wscons/wsbelldata.h:1.1 --- /dev/null Sun Jun 11 03:38:12 2017 +++ src/sys/dev/wscons/wsbelldata.h Sun Jun 11 03:38:12 2017 @@ -0,0 +1,43 @@ +/* $NetBSD: wsbelldata.h,v 1.1 2017/06/11 03:38:12 nat Exp $ */ +/

CVS commit: src

2017-05-07 Thread Nathanial Sloss
0:13:25 2017 +++ src/sys/dev/audio.c Sun May 7 08:19:39 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.335 2017/05/06 00:13:25 nat Exp $ */ +/* $NetBSD: audio.c,v 1.336 2017/05/07 08:19:39 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.329 2017/04/28 06:59:49 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.330 2017/05/02 06:25:05 nat Exp $"); #include "audio.h"

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
2017 +++ src/sys/dev/audio.c Tue May 2 07:25:50 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.331 2017/05/02 06:37:11 nat Exp $ */ +/* $NetBSD: audio.c,v 1.332 2017/05/02 07:25:50 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-05-02 Thread Nathanial Sloss
2 06:25:05 2017 +++ src/sys/dev/audio.c Tue May 2 06:37:11 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.330 2017/05/02 06:25:05 nat Exp $ */ +/* $NetBSD: audio.c,v 1.331 2017/05/02 06:37:11 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-05-04 Thread Nathanial Sloss
/audio.c Fri May 5 05:46:49 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.333 2017/05/05 00:38:50 nat Exp $ */ +/* $NetBSD: audio.c,v 1.334 2017/05/05 05:46:49 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #i

CVS commit: src/sys/dev

2017-05-05 Thread Nathanial Sloss
,v 1.334 2017/05/05 05:46:49 nat Exp $ */ +/* $NetBSD: audio.c,v 1.335 2017/05/06 00:13:25 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.334 2017/05/05 05:46

CVS commit: src/sys/dev

2017-05-04 Thread Nathanial Sloss
/audio.c Fri May 5 00:38:50 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.332 2017/05/02 07:25:50 nat Exp $ */ +/* $NetBSD: audio.c,v 1.333 2017/05/05 00:38:50 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #i

CVS commit: src/sys/dev

2017-09-25 Thread Nathanial Sloss
(c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.407 2017/09/24 23:40:41 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.408 2017/09/26 04:34:59 nat Exp $"); #ifdef _KER

CVS commit: src/sys/dev

2017-10-01 Thread Nathanial Sloss
Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.409 2017/09/30 05:37:55 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.410 2017/10/01 21:49:20 nat Exp $"); #ifdef _KERNEL_OPT #include &q

CVS commit: src/sys/dev

2017-10-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Oct 2 06:06:43 UTC 2017 Modified Files: src/sys/dev: auconv.c Log Message: Improve LINEAR_LINEARN macro - inparticular BE/LE conversions. Addresses part of PR kern/52586 analyzed and reported by isaki@. To generate a diff of

CVS commit: src/sys/dev

2017-10-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Oct 2 07:06:15 UTC 2017 Modified Files: src/sys/dev: auconv.c Log Message: Allow maxused to be an odd number of bytes. This makes single byte conversions work for the test described in the PR. Addresses another part of PR

CVS commit: src/sys/dev

2017-09-24 Thread Nathanial Sloss
/audio.c:1.406 Sat Sep 2 15:26:43 2017 +++ src/sys/dev/audio.c Sun Sep 24 23:40:41 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.406 2017/09/02 15:26:43 isaki Exp $ */ +/* $NetBSD: audio.c,v 1.407 2017/09/24 23:40:41 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathania

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2017-08-27 Thread Nathanial Sloss
Exp $ */ /*- * Copyright (c) 2015 - 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -674,7 +674,8 @@ do_ctlreq(int fd, short ev, void *arg) case AVDTP_SUSPEND: case AVDTP_START: avdtpSendAccept(fd, fd, trans, signal); - state = 6; + if (state < 6) +state = 6;

CVS commit: src/sys/dev/bluetooth

2017-09-03 Thread Nathanial Sloss
@@ -/* $NetBSD: bth5.c,v 1.4 2017/08/14 12:51:11 nat Exp $ */ +/* $NetBSD: bth5.c,v 1.5 2017/09/03 23:11:19 nat Exp $ */ /* * Copyright (c) 2017 Nathanial Sloss <nathanialsl...@yahoo.com.au> * All rights reserved. @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bth5.c

CVS commit: src/usr.sbin/btattach

2017-09-03 Thread Nathanial Sloss
+ * Copyright (c) 2017 Nathanial Sloss <nathanialsl...@yahoo.com.au> * All rights reserved. * * Copyright (c) 2008 Iain Hibbert @@ -34,7 +34,7 @@ */ #include -__RCSID("$NetBSD: init_bcm43xx.c,v 1.4 2017/08/14 05:28:23 nat Exp $"); +__RCSID("$NetBSD: init_bcm43xx.c,v 1.5 2017/0

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
Nov 7 09:26:55 2017 +++ src/sys/dev/audio.c Wed Nov 15 01:45:57 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.431 2017/11/07 09:26:55 nat Exp $ */ +/* $NetBSD: audio.c,v 1.432 2017/11/15 01:45:57 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
:58:48 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.434 2017/11/15 01:55:45 nat Exp $ */ +/* $NetBSD: audio.c,v 1.435 2017/11/15 01:58:48 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetB

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
--- src/sys/dev/audio.c:1.435 Wed Nov 15 01:58:48 2017 +++ src/sys/dev/audio.c Wed Nov 15 02:02:55 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.435 2017/11/15 01:58:48 nat Exp $ */ +/* $NetBSD: audio.c,v 1.436 2017/11/15 02:02:55 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathania

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
/audio.c:1.432 Wed Nov 15 01:45:57 2017 +++ src/sys/dev/audio.c Wed Nov 15 01:49:59 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.432 2017/11/15 01:45:57 nat Exp $ */ +/* $NetBSD: audio.c,v 1.433 2017/11/15 01:49:59 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
:1.437 --- src/sys/dev/audio.c:1.436 Wed Nov 15 02:02:55 2017 +++ src/sys/dev/audio.c Wed Nov 15 02:13:33 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.436 2017/11/15 02:02:55 nat Exp $ */ +/* $NetBSD: audio.c,v 1.437 2017/11/15 02:13:33 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
/15 01:55:45 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.433 2017/11/15 01:49:59 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.434 2017/1

CVS commit: src/sys/dev

2017-11-14 Thread Nathanial Sloss
+1,4 @@ -/* $NetBSD: audio.c,v 1.437 2017/11/15 02:13:33 nat Exp $ */ +/* $NetBSD: audio.c,v 1.438 2017/11/15 04:28:45 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.

CVS commit: src/sys/dev

2017-11-27 Thread Nathanial Sloss
28 07:35:27 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.440 2017/11/16 23:43:48 nat Exp $ */ +/* $NetBSD: audio.c,v 1.441 2017/11/28 07:35:27 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, &q

CVS commit: src/sys/dev

2017-12-16 Thread Nathanial Sloss
:54 2017 +++ src/sys/dev/audio.c Sat Dec 16 15:56:00 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.442 2017/11/30 20:25:54 christos Exp $ */ +/* $NetBSD: audio.c,v 1.443 2017/12/16 15:56:00 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-12-16 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Dec 16 16:09:36 UTC 2017 Modified Files: src/sys/dev: auconv.c auconv.h Log Message: Replace LINEARN_TO_LINEARN macro with individual optimized functions for 8, 16, 24 and 32 bits linear to linear conversions. Addresses PR

CVS commit: src/sys/dev

2017-12-16 Thread Nathanial Sloss
/audio.c Sat Dec 16 15:58:56 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.443 2017/12/16 15:56:00 nat Exp $ */ +/* $NetBSD: audio.c,v 1.444 2017/12/16 15:58:56 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #i

CVS commit: src/sys/dev

2017-12-16 Thread Nathanial Sloss
nat Exp $ */ +/* $NetBSD: audio.c,v 1.445 2017/12/16 16:04:20 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.444 2017/12/16 15:58:56 nat Exp $"); +__KERNEL_R

CVS commit: src/sys/dev

2017-11-16 Thread Nathanial Sloss
BSD: audio.c,v 1.440 2017/11/16 23:43:48 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.439 2017/11/16 23:32:11 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,

CVS commit: src/sys/dev

2017-11-16 Thread Nathanial Sloss
/audio.c:1.438 Wed Nov 15 04:28:45 2017 +++ src/sys/dev/audio.c Thu Nov 16 23:32:11 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.438 2017/11/15 04:28:45 nat Exp $ */ +/* $NetBSD: audio.c,v 1.439 2017/11/16 23:32:11 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathania

CVS commit: src/sys/dev

2017-11-01 Thread Nathanial Sloss
@@ -/* $NetBSD: audio.c,v 1.421 2017/10/31 21:18:02 nat Exp $ */ +/* $NetBSD: audio.c,v 1.422 2017/11/02 02:08:02 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.421 2017/10/31 2

CVS commit: src/sys/dev

2017-11-07 Thread Nathanial Sloss
/audio.c:1.431 --- src/sys/dev/audio.c:1.430 Tue Nov 7 01:13:19 2017 +++ src/sys/dev/audio.c Tue Nov 7 09:26:55 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.430 2017/11/07 01:13:19 nat Exp $ */ +/* $NetBSD: audio.c,v 1.431 2017/11/07 09:26:55 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss

CVS commit: src/sys/dev

2017-11-02 Thread Nathanial Sloss
Nov 3 05:04:17 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.422 2017/11/02 02:08:02 nat Exp $ */ +/* $NetBSD: audio.c,v 1.423 2017/11/03 05:04:17 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, &q

CVS commit: src/sys/dev

2017-11-02 Thread Nathanial Sloss
Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.423 2017/11/03 05:04:17 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.424 2017/11/03 05:07:37 nat Exp $"); #ifdef _KERNEL_OPT #include &qu

CVS commit: src/sys/dev

2017-11-02 Thread Nathanial Sloss
Fri Nov 3 05:09:49 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.424 2017/11/03 05:07:37 nat Exp $ */ +/* $NetBSD: audio.c,v 1.425 2017/11/03 05:09:49 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_R

CVS commit: src/sys/dev

2017-11-02 Thread Nathanial Sloss
:49 2017 +++ src/sys/dev/audio.c Fri Nov 3 05:31:38 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.425 2017/11/03 05:09:49 nat Exp $ */ +/* $NetBSD: audio.c,v 1.426 2017/11/03 05:31:38 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-11-03 Thread Nathanial Sloss
017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.428 2017/11/03 21:15:18 nat Exp $ */ +/* $NetBSD: audio.c,v 1.429 2017/11/04 01:50:48 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: a

CVS commit: src/sys/dev/isa

2017-11-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Nov 4 01:46:56 UTC 2017 Modified Files: src/sys/dev/isa: sbdsp.c Log Message: Add AUDIO_ENCODING_SLINEAR to supported encodings. This allows sb, sbpro & sb16 to configure with 8-bit precision. Tested in games/mame with a

CVS commit: src/sys/dev

2017-11-03 Thread Nathanial Sloss
:31:38 2017 +++ src/sys/dev/audio.c Fri Nov 3 21:12:44 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.426 2017/11/03 05:31:38 nat Exp $ */ +/* $NetBSD: audio.c,v 1.427 2017/11/03 21:12:44 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-11-03 Thread Nathanial Sloss
+++ src/sys/dev/audio.c Fri Nov 3 21:15:18 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.427 2017/11/03 21:12:44 nat Exp $ */ +/* $NetBSD: audio.c,v 1.428 2017/11/03 21:15:18 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7

CVS commit: src/sys/dev

2017-11-06 Thread Nathanial Sloss
: audio.c,v 1.430 2017/11/07 01:13:19 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.429 2017/11/04 01:50:48 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.43

CVS commit: src/sys/dev

2017-11-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Nov 7 01:15:43 UTC 2017 Modified Files: src/sys/dev: auconv.c auconv.h Log Message: Remove 24 bit in a 32 bit container filters. At present this filter did not work well and has caused problems with the audio mixer disabled

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.420 2017/10/31 21:13:24 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.421 2017/10/31 21:18:02 nat Exp $"); #ifdef _KERNEL_OPT #inc

CVS commit: src/sys/dev/isa

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:53:48 UTC 2017 Modified Files: src/sys/dev/isa: gus.c Log Message: Add padding to gus.c so fields match up when it ts cast to a ad1848_isa softc for the allocation of hw ring buffers. Locking fixes as gus KASSERTS /

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
$ */ +/* $NetBSD: audio.c,v 1.419 2017/10/31 21:09:26 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.418 2017/10/28 03:34:26 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD:

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
/audio.c:1.420 --- src/sys/dev/audio.c:1.419 Tue Oct 31 21:09:26 2017 +++ src/sys/dev/audio.c Tue Oct 31 21:13:24 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.419 2017/10/31 21:09:26 nat Exp $ */ +/* $NetBSD: audio.c,v 1.420 2017/10/31 21:13:24 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial

CVS commit: src/sys/arch/arm/sunxi

2017-12-21 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Dec 21 11:52:00 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_h3_codec.c Log Message: The reset bit for the analog portion of the codec is bit 28. As per Allwinner H3 datasheet. Ok jmcneill@. To generate a diff of

CVS commit: src/sys/dev

2018-05-14 Thread Nathanial Sloss
:1.453 --- src/sys/dev/audio.c:1.452 Tue Feb 6 04:39:18 2018 +++ src/sys/dev/audio.c Tue May 15 00:19:08 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.452 2018/02/06 04:39:18 isaki Exp $ */ +/* $NetBSD: audio.c,v 1.453 2018/05/15 00:19:08 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss

CVS commit: src/sys/dev

2018-05-14 Thread Nathanial Sloss
8/05/15 00:19:08 nat Exp $ */ +/* $NetBSD: audio.c,v 1.454 2018/05/15 00:28:00 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.453 2018/05/15 00:19:08 nat Exp $"); +

CVS commit: src/share/man/man7

2018-05-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 15 01:07:37 UTC 2018 Modified Files: src/share/man/man7: intro.7 Log Message: Update the introduction page to section 7 of the manual noting the audio spec. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src

2018-05-14 Thread Nathanial Sloss
man/man7/audio.7:1.1 --- /dev/null Tue May 15 00:54:02 2018 +++ src/share/man/man7/audio.7 Tue May 15 00:54:01 2018 @@ -0,0 +1,251 @@ +.\" $NetBSD: audio.7,v 1.1 2018/05/15 00:54:01 nat Exp $ +.\" +.\" Copyright (c) 2016 - 2018 Nathanial Sloss <nathanialsl...@yahoo.com.au> +.\&

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2018-05-14 Thread Nathanial Sloss
/bta2dpd.8:1.2 Sat Jan 28 23:52:45 2017 +++ src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 Tue May 15 04:25:25 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: bta2dpd.8,v 1.2 2017/01/28 23:52:45 wiz Exp $ +.\" $NetBSD: bta2dpd.8,v 1.3 2018/05/15 04:25:25 nat Exp $ .\" .\" Copyright (c) 2015 - 2

CVS commit: src/sys/dev

2018-05-17 Thread Nathanial Sloss
Tue May 15 10:23:03 2018 +++ src/sys/dev/audio.c Thu May 17 11:35:31 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.455 2018/05/15 10:23:03 nat Exp $ */ +/* $NetBSD: audio.c,v 1.456 2018/05/17 11:35:31 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@

CVS commit: src/sys/dev

2018-05-15 Thread Nathanial Sloss
May 15 10:23:03 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.454 2018/05/15 00:28:00 nat Exp $ */ +/* $NetBSD: audio.c,v 1.455 2018/05/15 10:23:03 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_R

CVS commit: src

2018-05-22 Thread Nathanial Sloss
audio.7,v 1.2 2018/05/15 09:30:01 wiz Exp $ +.\" $NetBSD: audio.7,v 1.3 2018/05/22 01:35:49 nat Exp $ .\" .\" Copyright (c) 2016 - 2018 Nathanial Sloss <nathanialsl...@yahoo.com.au> .\" All rights reserved. @@ -144,7 +144,7 @@ device so to check on buffer usage and s .

CVS commit: src

2018-05-27 Thread Nathanial Sloss
th Device/Protocol API. See .Xr bluetooth 9 . Added files: Index: src/share/man/man9/audio_system.9 diff -u /dev/null src/share/man/man9/audio_system.9:1.1 --- /dev/null Mon May 28 00:18:06 2018 +++ src/share/man/man9/audio_system.9 Mon May 28 00:18:06 2018 @@ -0,0 +1,307 @@ +.\" $NetBSD: audi

CVS commit: src/sys/dev

2017-10-26 Thread Nathanial Sloss
:34:32 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.416 2017/10/26 22:45:00 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.417 2017/10/27 01:34:32 n

CVS commit: src/sys/dev

2017-10-26 Thread Nathanial Sloss
io.c:1.415 --- src/sys/dev/audio.c:1.414 Wed Oct 25 08:12:38 2017 +++ src/sys/dev/audio.c Thu Oct 26 22:38:27 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.414 2017/10/25 08:12:38 maya Exp $ */ +/* $NetBSD: audio.c,v 1.415 2017/10/26 22:38:27 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss &l

CVS commit: src/sys/dev

2017-10-26 Thread Nathanial Sloss
Oct 26 22:45:00 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.415 2017/10/26 22:38:27 nat Exp $ */ +/* $NetBSD: audio.c,v 1.416 2017/10/26 22:45:00 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_R

CVS commit: src/share/man/man4

2017-10-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Oct 27 19:00:07 UTC 2017 Modified Files: src/share/man/man4: audio.4 Log Message: Document the hw.driverN.latency sysctl variable. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/share/man/man4/audio.4

CVS commit: src/sys/dev/pad

2018-01-08 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jan 9 04:23:59 UTC 2018 Modified Files: src/sys/dev/pad: pad.c Log Message: Fix pad on systems with many cores/cpus: * Introduce a lock to serialize attach/detach of pad devices. * Forcefully detach children of

CVS commit: src/sys/dev

2018-01-08 Thread Nathanial Sloss
:1.448 Tue Jan 9 04:10:27 2018 +++ src/sys/dev/audio.c Tue Jan 9 04:14:21 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.448 2018/01/09 04:10:27 nat Exp $ */ +/* $NetBSD: audio.c,v 1.449 2018/01/09 04:14:21 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com

CVS commit: src/sys/dev

2018-01-08 Thread Nathanial Sloss
--- src/sys/dev/audio.c:1.447 Sat Jan 6 23:15:36 2018 +++ src/sys/dev/audio.c Tue Jan 9 04:10:27 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.447 2018/01/06 23:15:36 nat Exp $ */ +/* $NetBSD: audio.c,v 1.448 2018/01/09 04:10:27 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss

CVS commit: src/sys/dev

2018-01-06 Thread Nathanial Sloss
Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.446 2018/01/06 21:16:36 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.447 2018/01/06 23:15:36 nat Exp $"); #ifdef _KERNEL_OPT #include &quo

CVS commit: src/sys/dev

2018-01-06 Thread Nathanial Sloss
: audio.c,v 1.445 2017/12/16 16:04:20 nat Exp $ */ +/* $NetBSD: audio.c,v 1.446 2018/01/06 21:16:36 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.445 2017/12/16 16:04

CVS commit: src/sys/dev

2018-01-11 Thread Nathanial Sloss
+++ src/sys/dev/audio.c Fri Jan 12 04:10:10 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.449 2018/01/09 04:14:21 nat Exp $ */ +/* $NetBSD: audio.c,v 1.450 2018/01/12 04:10:10 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -148,7 +148,7 @@ */ #i

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2018-01-13 Thread Nathanial Sloss
$ */ /*- * Copyright (c) 2015 - 2016 Nathanial Sloss <nathanialsl...@yahoo.com.au> @@ -784,13 +784,12 @@ opened_connection: state = 7; } + mtusize = sizeof(uint16_t); getsockopt(sc, BTPROTO_L2CAP, SO_L2CAP_OMTU, , ); if (userset_mtu != 0 && userset_mtu > 100 && userset_mtu &l

CVS commit: src/sys/dev

2017-12-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Dec 27 00:12:06 UTC 2017 Modified Files: src/sys/dev: mulaw.c mulaw.h Log Message: mulaw/alaw_to_linearN macros replaced with individual faster filters. NFC. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.bin/fstat

2018-06-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 4 01:42:49 UTC 2018 Modified Files: src/usr.bin/fstat: misc.c Log Message: Update fstat for audio(4) and pad(4) devices. XXX - pullup 8. Ok christos@. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/usb

2018-06-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jun 1 19:17:04 UTC 2018 Modified Files: src/sys/dev/usb: if_urtwnreg.h Log Message: Add another register as found on 8192eu. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_urtwnreg.h Please

CVS commit: src/sys/dev/usb

2018-06-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jun 1 19:19:54 UTC 2018 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Fix support for 8192eu, notably TPLINK TL-WN823NV2, by using the right registers when setting receiver gain. Ok christos@. To generate a diff

CVS commit: src/sys/dev

2018-06-22 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Jun 23 03:18:49 UTC 2018 Modified Files: src/sys/dev: auconv.c Log Message: Add all encoding supported by the mixer. Addresses PR kern/52585. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/auconv.c

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2019-03-31 Thread Nathanial Sloss
Exp $ */ /*- * Copyright (c) 2015 - 2016 Nathanial Sloss @@ -606,10 +606,10 @@ sbc_decode(int32_t *samples, int16_t *pc if (bits[chan][sb] == 0) audioout = 0; else { - audioout = (samples[numsamples] - * 2) + 1) * delta[chan][sb])/ + audioout = samples

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2019-03-31 Thread Nathanial Sloss
- 2016 Nathanial Sloss @@ -609,7 +609,7 @@ sbc_decode(int32_t *samples, int16_t *pc audioout = samples[numsamples] * 2) + 1) * delta[chan][sb]) / levels[chan][sb]) - - delta[chan][sb]); + delta[chan][sb]; } samples[numsamples] = (int32_t

CVS commit: src/doc

2019-05-08 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed May 8 22:01:47 UTC 2019 Modified Files: src/doc: RESPONSIBLE Log Message: Sync with reality. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/doc/RESPONSIBLE Please note that diffs are not public domain;

<    1   2   3   4   >