cs428x.c revision 1.1.2.2 1 1.1.2.2 bouyer /* $NetBSD: cs428x.c,v 1.1.2.2 2001/02/11 19:15:52 bouyer Exp $ */
2 1.1.2.2 bouyer
3 1.1.2.2 bouyer /*
4 1.1.2.2 bouyer * Copyright (c) 2000 Tatoku Ogaito. All rights reserved.
5 1.1.2.2 bouyer *
6 1.1.2.2 bouyer * Redistribution and use in source and binary forms, with or without
7 1.1.2.2 bouyer * modification, are permitted provided that the following conditions
8 1.1.2.2 bouyer * are met:
9 1.1.2.2 bouyer * 1. Redistributions of source code must retain the above copyright
10 1.1.2.2 bouyer * notice, this list of conditions and the following disclaimer.
11 1.1.2.2 bouyer * 2. Redistributions in binary form must reproduce the above copyright
12 1.1.2.2 bouyer * notice, this list of conditions and the following disclaimer in the
13 1.1.2.2 bouyer * documentation and/or other materials provided with the distribution.
14 1.1.2.2 bouyer * 3. All advertising materials mentioning features or use of this software
15 1.1.2.2 bouyer * must display the following acknowledgement:
16 1.1.2.2 bouyer * This product includes software developed by Tatoku Ogaito
17 1.1.2.2 bouyer * for the NetBSD Project.
18 1.1.2.2 bouyer * 4. The name of the author may not be used to endorse or promote products
19 1.1.2.2 bouyer * derived from this software without specific prior written permission
20 1.1.2.2 bouyer *
21 1.1.2.2 bouyer * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 1.1.2.2 bouyer * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 1.1.2.2 bouyer * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 1.1.2.2 bouyer * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 1.1.2.2 bouyer * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 1.1.2.2 bouyer * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 1.1.2.2 bouyer * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 1.1.2.2 bouyer * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 1.1.2.2 bouyer * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 1.1.2.2 bouyer * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 1.1.2.2 bouyer */
32 1.1.2.2 bouyer
33 1.1.2.2 bouyer /* Common functions for CS4280 and CS4281 */
34 1.1.2.2 bouyer
35 1.1.2.2 bouyer #include <sys/param.h>
36 1.1.2.2 bouyer #include <sys/systm.h>
37 1.1.2.2 bouyer #include <sys/types.h>
38 1.1.2.2 bouyer #include <sys/kernel.h>
39 1.1.2.2 bouyer #include <sys/malloc.h>
40 1.1.2.2 bouyer #include <sys/device.h>
41 1.1.2.2 bouyer
42 1.1.2.2 bouyer #include <dev/pci/pcidevs.h>
43 1.1.2.2 bouyer #include <dev/pci/pcivar.h>
44 1.1.2.2 bouyer
45 1.1.2.2 bouyer #include <sys/audioio.h>
46 1.1.2.2 bouyer #include <dev/audio_if.h>
47 1.1.2.2 bouyer #include <dev/midi_if.h>
48 1.1.2.2 bouyer #include <dev/mulaw.h>
49 1.1.2.2 bouyer #include <dev/auconv.h>
50 1.1.2.2 bouyer
51 1.1.2.2 bouyer #include <dev/ic/ac97reg.h>
52 1.1.2.2 bouyer #include <dev/ic/ac97var.h>
53 1.1.2.2 bouyer
54 1.1.2.2 bouyer #include <machine/bus.h>
55 1.1.2.2 bouyer
56 1.1.2.2 bouyer #include <dev/pci/cs428xreg.h>
57 1.1.2.2 bouyer #include <dev/pci/cs428x.h>
58 1.1.2.2 bouyer
59 1.1.2.2 bouyer #if defined(CS4280_DEBUG) || defined(CS4281_DEBUG)
60 1.1.2.2 bouyer int cs428x_debug = 0;
61 1.1.2.2 bouyer #endif
62 1.1.2.2 bouyer
63 1.1.2.2 bouyer int
64 1.1.2.2 bouyer cs428x_open(void *addr, int flags)
65 1.1.2.2 bouyer {
66 1.1.2.2 bouyer return 0;
67 1.1.2.2 bouyer }
68 1.1.2.2 bouyer
69 1.1.2.2 bouyer void
70 1.1.2.2 bouyer cs428x_close(void *addr)
71 1.1.2.2 bouyer {
72 1.1.2.2 bouyer struct cs428x_softc *sc;
73 1.1.2.2 bouyer
74 1.1.2.2 bouyer sc = addr;
75 1.1.2.2 bouyer
76 1.1.2.2 bouyer (*sc->halt_output)(sc);
77 1.1.2.2 bouyer (*sc->halt_input)(sc);
78 1.1.2.2 bouyer
79 1.1.2.2 bouyer sc->sc_pintr = 0;
80 1.1.2.2 bouyer sc->sc_rintr = 0;
81 1.1.2.2 bouyer }
82 1.1.2.2 bouyer
83 1.1.2.2 bouyer int
84 1.1.2.2 bouyer cs428x_round_blocksize(void *addr, int blk)
85 1.1.2.2 bouyer {
86 1.1.2.2 bouyer struct cs428x_softc *sc;
87 1.1.2.2 bouyer int retval;
88 1.1.2.2 bouyer
89 1.1.2.2 bouyer DPRINTFN(5,("cs428x_round_blocksize blk=%d -> ", blk));
90 1.1.2.2 bouyer
91 1.1.2.2 bouyer sc = addr;
92 1.1.2.2 bouyer if (blk < sc->hw_blocksize)
93 1.1.2.2 bouyer retval = sc->hw_blocksize;
94 1.1.2.2 bouyer else
95 1.1.2.2 bouyer retval = blk & -(sc->hw_blocksize);
96 1.1.2.2 bouyer
97 1.1.2.2 bouyer DPRINTFN(5,("%d\n", retval));
98 1.1.2.2 bouyer
99 1.1.2.2 bouyer return retval;
100 1.1.2.2 bouyer }
101 1.1.2.2 bouyer
102 1.1.2.2 bouyer int
103 1.1.2.2 bouyer cs428x_mixer_set_port(void *addr, mixer_ctrl_t *cp)
104 1.1.2.2 bouyer {
105 1.1.2.2 bouyer struct cs428x_softc *sc;
106 1.1.2.2 bouyer int val;
107 1.1.2.2 bouyer
108 1.1.2.2 bouyer sc = addr;
109 1.1.2.2 bouyer val = sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
110 1.1.2.2 bouyer DPRINTFN(3,("mixer_set_port: val=%d\n", val));
111 1.1.2.2 bouyer return (val);
112 1.1.2.2 bouyer }
113 1.1.2.2 bouyer
114 1.1.2.2 bouyer int
115 1.1.2.2 bouyer cs428x_mixer_get_port(void *addr, mixer_ctrl_t *cp)
116 1.1.2.2 bouyer {
117 1.1.2.2 bouyer struct cs428x_softc *sc;
118 1.1.2.2 bouyer
119 1.1.2.2 bouyer sc = addr;
120 1.1.2.2 bouyer return (sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp));
121 1.1.2.2 bouyer }
122 1.1.2.2 bouyer
123 1.1.2.2 bouyer int
124 1.1.2.2 bouyer cs428x_query_devinfo(void *addr, mixer_devinfo_t *dip)
125 1.1.2.2 bouyer {
126 1.1.2.2 bouyer struct cs428x_softc *sc;
127 1.1.2.2 bouyer
128 1.1.2.2 bouyer sc = addr;
129 1.1.2.2 bouyer return (sc->codec_if->vtbl->query_devinfo(sc->codec_if, dip));
130 1.1.2.2 bouyer }
131 1.1.2.2 bouyer
132 1.1.2.2 bouyer void *
133 1.1.2.2 bouyer cs428x_malloc(void *addr, int direction, size_t size, int pool, int flags)
134 1.1.2.2 bouyer {
135 1.1.2.2 bouyer struct cs428x_softc *sc;
136 1.1.2.2 bouyer struct cs428x_dma *p;
137 1.1.2.2 bouyer int error;
138 1.1.2.2 bouyer
139 1.1.2.2 bouyer sc = addr;
140 1.1.2.2 bouyer
141 1.1.2.2 bouyer p = malloc(sizeof(*p), pool, flags);
142 1.1.2.2 bouyer if (p == NULL)
143 1.1.2.2 bouyer return 0;
144 1.1.2.2 bouyer
145 1.1.2.2 bouyer error = cs428x_allocmem(sc, size, pool, flags, p);
146 1.1.2.2 bouyer
147 1.1.2.2 bouyer if (error) {
148 1.1.2.2 bouyer free(p, pool);
149 1.1.2.2 bouyer return 0;
150 1.1.2.2 bouyer }
151 1.1.2.2 bouyer
152 1.1.2.2 bouyer p->next = sc->sc_dmas;
153 1.1.2.2 bouyer sc->sc_dmas = p;
154 1.1.2.2 bouyer return BUFADDR(p);
155 1.1.2.2 bouyer }
156 1.1.2.2 bouyer
157 1.1.2.2 bouyer void
158 1.1.2.2 bouyer cs428x_free(void *addr, void *ptr, int pool)
159 1.1.2.2 bouyer {
160 1.1.2.2 bouyer struct cs428x_softc *sc;
161 1.1.2.2 bouyer struct cs428x_dma **pp, *p;
162 1.1.2.2 bouyer
163 1.1.2.2 bouyer sc = addr;
164 1.1.2.2 bouyer for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
165 1.1.2.2 bouyer if (BUFADDR(p) == ptr) {
166 1.1.2.2 bouyer bus_dmamap_unload(sc->sc_dmatag, p->map);
167 1.1.2.2 bouyer bus_dmamap_destroy(sc->sc_dmatag, p->map);
168 1.1.2.2 bouyer bus_dmamem_unmap(sc->sc_dmatag, p->addr, p->size);
169 1.1.2.2 bouyer bus_dmamem_free(sc->sc_dmatag, p->segs, p->nsegs);
170 1.1.2.2 bouyer free(p->dum, pool);
171 1.1.2.2 bouyer *pp = p->next;
172 1.1.2.2 bouyer free(p, pool);
173 1.1.2.2 bouyer return;
174 1.1.2.2 bouyer }
175 1.1.2.2 bouyer }
176 1.1.2.2 bouyer }
177 1.1.2.2 bouyer
178 1.1.2.2 bouyer size_t
179 1.1.2.2 bouyer cs428x_round_buffersize(void *addr, int direction, size_t size)
180 1.1.2.2 bouyer {
181 1.1.2.2 bouyer /* The real dma buffersize are 4KB for CS4280
182 1.1.2.2 bouyer * and 64kB/MAX_CHANNELS for CS4281.
183 1.1.2.2 bouyer * But they are too small for high quality audio,
184 1.1.2.2 bouyer * let the upper layer(audio) use a larger buffer.
185 1.1.2.2 bouyer * (originally suggested by Lennart Augustsson.)
186 1.1.2.2 bouyer */
187 1.1.2.2 bouyer return size;
188 1.1.2.2 bouyer }
189 1.1.2.2 bouyer
190 1.1.2.2 bouyer paddr_t
191 1.1.2.2 bouyer cs428x_mappage(void *addr, void *mem, off_t off, int prot)
192 1.1.2.2 bouyer {
193 1.1.2.2 bouyer struct cs428x_softc *sc;
194 1.1.2.2 bouyer struct cs428x_dma *p;
195 1.1.2.2 bouyer
196 1.1.2.2 bouyer sc = addr;
197 1.1.2.2 bouyer
198 1.1.2.2 bouyer if (off < 0)
199 1.1.2.2 bouyer return -1;
200 1.1.2.2 bouyer
201 1.1.2.2 bouyer for (p = sc->sc_dmas; p && BUFADDR(p) != mem; p = p->next)
202 1.1.2.2 bouyer ;
203 1.1.2.2 bouyer
204 1.1.2.2 bouyer if (p == NULL) {
205 1.1.2.2 bouyer DPRINTF(("cs428x_mappage: bad buffer address\n"));
206 1.1.2.2 bouyer return -1;
207 1.1.2.2 bouyer }
208 1.1.2.2 bouyer
209 1.1.2.2 bouyer return (bus_dmamem_mmap(sc->sc_dmatag, p->segs, p->nsegs,
210 1.1.2.2 bouyer off, prot, BUS_DMA_WAITOK));
211 1.1.2.2 bouyer }
212 1.1.2.2 bouyer
213 1.1.2.2 bouyer int
214 1.1.2.2 bouyer cs428x_get_props(void *addr)
215 1.1.2.2 bouyer {
216 1.1.2.2 bouyer int retval;
217 1.1.2.2 bouyer
218 1.1.2.2 bouyer retval = AUDIO_PROP_INDEPENDENT | AUDIO_PROP_FULLDUPLEX;
219 1.1.2.2 bouyer #ifdef MMAP_READY
220 1.1.2.2 bouyer /* How can I mmap ? */
221 1.1.2.2 bouyer retval |= AUDIO_PROP_MMAP;
222 1.1.2.2 bouyer #endif
223 1.1.2.2 bouyer return retval;
224 1.1.2.2 bouyer }
225 1.1.2.2 bouyer
226 1.1.2.2 bouyer /* AC97 */
227 1.1.2.2 bouyer int
228 1.1.2.2 bouyer cs428x_attach_codec(void *addr, struct ac97_codec_if *codec_if)
229 1.1.2.2 bouyer {
230 1.1.2.2 bouyer struct cs428x_softc *sc;
231 1.1.2.2 bouyer
232 1.1.2.2 bouyer DPRINTF(("cs428x_attach_codec:\n"));
233 1.1.2.2 bouyer sc = addr;
234 1.1.2.2 bouyer sc->codec_if = codec_if;
235 1.1.2.2 bouyer return 0;
236 1.1.2.2 bouyer }
237 1.1.2.2 bouyer
238 1.1.2.2 bouyer int
239 1.1.2.2 bouyer cs428x_read_codec(void *addr, u_int8_t ac97_addr, u_int16_t *ac97_data)
240 1.1.2.2 bouyer {
241 1.1.2.2 bouyer struct cs428x_softc *sc;
242 1.1.2.2 bouyer u_int32_t acctl;
243 1.1.2.2 bouyer int n;
244 1.1.2.2 bouyer
245 1.1.2.2 bouyer sc = addr;
246 1.1.2.2 bouyer
247 1.1.2.2 bouyer DPRINTFN(5,("read_codec: add=0x%02x ", ac97_addr));
248 1.1.2.2 bouyer /*
249 1.1.2.2 bouyer * Make sure that there is not data sitting around from a preivous
250 1.1.2.2 bouyer * uncompleted access.
251 1.1.2.2 bouyer */
252 1.1.2.2 bouyer BA0READ4(sc, CS428X_ACSDA);
253 1.1.2.2 bouyer
254 1.1.2.2 bouyer /* Set up AC97 control registers. */
255 1.1.2.2 bouyer BA0WRITE4(sc, CS428X_ACCAD, ac97_addr);
256 1.1.2.2 bouyer BA0WRITE4(sc, CS428X_ACCDA, 0);
257 1.1.2.2 bouyer
258 1.1.2.2 bouyer acctl = ACCTL_ESYN | ACCTL_VFRM | ACCTL_CRW | ACCTL_DCV;
259 1.1.2.2 bouyer if (sc->type == TYPE_CS4280)
260 1.1.2.2 bouyer acctl |= ACCTL_RSTN;
261 1.1.2.2 bouyer BA0WRITE4(sc, CS428X_ACCTL, acctl);
262 1.1.2.2 bouyer
263 1.1.2.2 bouyer if (cs428x_src_wait(sc) < 0) {
264 1.1.2.2 bouyer printf("%s: AC97 read prob. (DCV!=0) for add=0x%0x\n",
265 1.1.2.2 bouyer sc->sc_dev.dv_xname, ac97_addr);
266 1.1.2.2 bouyer return 1;
267 1.1.2.2 bouyer }
268 1.1.2.2 bouyer
269 1.1.2.2 bouyer /* wait for valid status bit is active */
270 1.1.2.2 bouyer n = 0;
271 1.1.2.2 bouyer while ((BA0READ4(sc, CS428X_ACSTS) & ACSTS_VSTS) == 0) {
272 1.1.2.2 bouyer delay(1);
273 1.1.2.2 bouyer while (++n > 1000) {
274 1.1.2.2 bouyer printf("%s: AC97 read fail (VSTS==0) for add=0x%0x\n",
275 1.1.2.2 bouyer sc->sc_dev.dv_xname, ac97_addr);
276 1.1.2.2 bouyer return 1;
277 1.1.2.2 bouyer }
278 1.1.2.2 bouyer }
279 1.1.2.2 bouyer *ac97_data = BA0READ4(sc, CS428X_ACSDA);
280 1.1.2.2 bouyer DPRINTFN(5,("data=0x%04x\n", *ac97_data));
281 1.1.2.2 bouyer return 0;
282 1.1.2.2 bouyer }
283 1.1.2.2 bouyer
284 1.1.2.2 bouyer int
285 1.1.2.2 bouyer cs428x_write_codec(void *addr, u_int8_t ac97_addr, u_int16_t ac97_data)
286 1.1.2.2 bouyer {
287 1.1.2.2 bouyer struct cs428x_softc *sc;
288 1.1.2.2 bouyer u_int32_t acctl;
289 1.1.2.2 bouyer
290 1.1.2.2 bouyer sc = addr;
291 1.1.2.2 bouyer
292 1.1.2.2 bouyer DPRINTFN(5,("write_codec: add=0x%02x data=0x%04x\n", ac97_addr, ac97_data));
293 1.1.2.2 bouyer BA0WRITE4(sc, CS428X_ACCAD, ac97_addr);
294 1.1.2.2 bouyer BA0WRITE4(sc, CS428X_ACCDA, ac97_data);
295 1.1.2.2 bouyer
296 1.1.2.2 bouyer acctl = ACCTL_ESYN | ACCTL_VFRM | ACCTL_DCV;
297 1.1.2.2 bouyer if (sc->type == TYPE_CS4280)
298 1.1.2.2 bouyer acctl |= ACCTL_RSTN;
299 1.1.2.2 bouyer BA0WRITE4(sc, CS428X_ACCTL, acctl);
300 1.1.2.2 bouyer
301 1.1.2.2 bouyer if (cs428x_src_wait(sc) < 0) {
302 1.1.2.2 bouyer printf("%s: AC97 write fail (DCV!=0) for add=0x%02x data="
303 1.1.2.2 bouyer "0x%04x\n", sc->sc_dev.dv_xname, ac97_addr, ac97_data);
304 1.1.2.2 bouyer return 1;
305 1.1.2.2 bouyer }
306 1.1.2.2 bouyer return 0;
307 1.1.2.2 bouyer }
308 1.1.2.2 bouyer
309 1.1.2.2 bouyer /* Internal functions */
310 1.1.2.2 bouyer int
311 1.1.2.2 bouyer cs428x_allocmem(struct cs428x_softc *sc,
312 1.1.2.2 bouyer size_t size, int pool, int flags,
313 1.1.2.2 bouyer struct cs428x_dma *p)
314 1.1.2.2 bouyer {
315 1.1.2.2 bouyer int error;
316 1.1.2.2 bouyer size_t align;
317 1.1.2.2 bouyer
318 1.1.2.2 bouyer align = sc->dma_align;
319 1.1.2.2 bouyer p->size = sc->dma_size;
320 1.1.2.2 bouyer /* allocate memory for upper audio driver */
321 1.1.2.2 bouyer p->dum = malloc(size, pool, flags);
322 1.1.2.2 bouyer if (p->dum == NULL)
323 1.1.2.2 bouyer return 1;
324 1.1.2.2 bouyer
325 1.1.2.2 bouyer error = bus_dmamem_alloc(sc->sc_dmatag, p->size, align, 0,
326 1.1.2.2 bouyer p->segs, sizeof(p->segs)/sizeof(p->segs[0]),
327 1.1.2.2 bouyer &p->nsegs, BUS_DMA_NOWAIT);
328 1.1.2.2 bouyer if (error) {
329 1.1.2.2 bouyer printf("%s: unable to allocate dma. error=%d\n",
330 1.1.2.2 bouyer sc->sc_dev.dv_xname, error);
331 1.1.2.2 bouyer goto allfree;
332 1.1.2.2 bouyer }
333 1.1.2.2 bouyer
334 1.1.2.2 bouyer error = bus_dmamem_map(sc->sc_dmatag, p->segs, p->nsegs, p->size,
335 1.1.2.2 bouyer &p->addr, BUS_DMA_NOWAIT|BUS_DMA_COHERENT);
336 1.1.2.2 bouyer if (error) {
337 1.1.2.2 bouyer printf("%s: unable to map dma, error=%d\n",
338 1.1.2.2 bouyer sc->sc_dev.dv_xname, error);
339 1.1.2.2 bouyer goto free;
340 1.1.2.2 bouyer }
341 1.1.2.2 bouyer
342 1.1.2.2 bouyer error = bus_dmamap_create(sc->sc_dmatag, p->size, 1, p->size,
343 1.1.2.2 bouyer 0, BUS_DMA_NOWAIT, &p->map);
344 1.1.2.2 bouyer if (error) {
345 1.1.2.2 bouyer printf("%s: unable to create dma map, error=%d\n",
346 1.1.2.2 bouyer sc->sc_dev.dv_xname, error);
347 1.1.2.2 bouyer goto unmap;
348 1.1.2.2 bouyer }
349 1.1.2.2 bouyer
350 1.1.2.2 bouyer error = bus_dmamap_load(sc->sc_dmatag, p->map, p->addr, p->size, NULL,
351 1.1.2.2 bouyer BUS_DMA_NOWAIT);
352 1.1.2.2 bouyer if (error) {
353 1.1.2.2 bouyer printf("%s: unable to load dma map, error=%d\n",
354 1.1.2.2 bouyer sc->sc_dev.dv_xname, error);
355 1.1.2.2 bouyer goto destroy;
356 1.1.2.2 bouyer }
357 1.1.2.2 bouyer return 0;
358 1.1.2.2 bouyer
359 1.1.2.2 bouyer destroy:
360 1.1.2.2 bouyer bus_dmamap_destroy(sc->sc_dmatag, p->map);
361 1.1.2.2 bouyer unmap:
362 1.1.2.2 bouyer bus_dmamem_unmap(sc->sc_dmatag, p->addr, p->size);
363 1.1.2.2 bouyer free:
364 1.1.2.2 bouyer bus_dmamem_free(sc->sc_dmatag, p->segs, p->nsegs);
365 1.1.2.2 bouyer allfree:
366 1.1.2.2 bouyer free(p->dum, pool);
367 1.1.2.2 bouyer
368 1.1.2.2 bouyer return error;
369 1.1.2.2 bouyer }
370 1.1.2.2 bouyer
371 1.1.2.2 bouyer int
372 1.1.2.2 bouyer cs428x_src_wait(sc)
373 1.1.2.2 bouyer struct cs428x_softc *sc;
374 1.1.2.2 bouyer {
375 1.1.2.2 bouyer int n;
376 1.1.2.2 bouyer
377 1.1.2.2 bouyer n = 0;
378 1.1.2.2 bouyer while ((BA0READ4(sc, CS428X_ACCTL) & ACCTL_DCV)) {
379 1.1.2.2 bouyer delay(1000);
380 1.1.2.2 bouyer while (++n > 1000)
381 1.1.2.2 bouyer return -1;
382 1.1.2.2 bouyer }
383 1.1.2.2 bouyer return 0;
384 1.1.2.2 bouyer }
385