Note that Don Kim wrote the original Linux driver.
This commit is contained in:
parent
de146a0724
commit
f0b744e0cf
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: esa.c,v 1.1 2002/01/06 16:06:14 jmcneill Exp $ */
|
/* $NetBSD: esa.c,v 1.2 2002/01/06 16:58:23 augustss Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001, 2002 Jared D. McNeill <jmcneill@invisible.yi.org>
|
* Copyright (c) 2001, 2002 Jared D. McNeill <jmcneill@invisible.yi.org>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
* ESS Allegro-1 / Maestro3 Audio Driver
|
* ESS Allegro-1 / Maestro3 Audio Driver
|
||||||
*
|
*
|
||||||
* Based on the FreeBSD maestro3 driver and the NetBSD eap driver.
|
* Based on the FreeBSD maestro3 driver and the NetBSD eap driver.
|
||||||
*
|
* Original driver by Don Kim.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: esadsp.h,v 1.2 2002/01/06 15:41:00 augustss Exp $ */
|
/* $NetBSD: esadsp.h,v 1.3 2002/01/06 16:58:23 augustss Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002 Lennart Augustsson
|
* Copyright (c) 2002 Lennart Augustsson
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
*
|
*
|
||||||
* Lots of magic based on the FreeBSD maestro3 driver and
|
* Lots of magic based on the FreeBSD maestro3 driver and
|
||||||
* reverse engineering.
|
* reverse engineering.
|
||||||
|
* Original driver by Don Kim.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: esareg.h,v 1.2 2002/01/06 15:41:00 augustss Exp $ */
|
/* $NetBSD: esareg.h,v 1.3 2002/01/06 16:58:23 augustss Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002 Lennart Augustsson
|
* Copyright (c) 2002 Lennart Augustsson
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
*
|
*
|
||||||
* Lots of magic based on the FreeBSD maestro3 driver and
|
* Lots of magic based on the FreeBSD maestro3 driver and
|
||||||
* reverse engineering.
|
* reverse engineering.
|
||||||
|
* Original driver by Don Kim.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue