History log of /freebsd-current/sys/dev/sound/pci/via82c686.h
Revision Date Author Comments
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# b61a5730 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD

The SPDX folks have obsoleted the BSD-2-Clause-NetBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# 718cf2cc 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

sys/dev: further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 4367b595 20-May-2009 Joel Dahl <joel@FreeBSD.org>

Remove license clauses 3 and 4 as per rev. 1.65 of auvia.c in NetBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 78a248c1 25-Mar-2003 Orion Hodson <orion@FreeBSD.org>

Add defines for low power and second codec ready.


# 876d09d8 04-Mar-2003 Orion Hodson <orion@FreeBSD.org>

Attempt a hard reset if AC97 codec is not ready on attach.

Halt attach if mixer_init fails.

Prompted by: points raised by Hugo Valentim <hvalentim@gmx.net>.


# 67a97e15 17-Aug-2002 Orion Hodson <orion@FreeBSD.org>

Remove support for the vt8233. Specs for chipset changed mid-revision
so this code was not working for the newer VIA chipsets.


# b3aeda3f 01-Mar-2002 Orion Hodson <orion@FreeBSD.org>

Add support for VT8233.


# b87eb3b5 24-Dec-2000 Cameron Grant <cg@FreeBSD.org>

move parametric defines and structure definitions from .h to .c


# fb9f118e 08-Aug-2000 Cameron Grant <cg@FreeBSD.org>

new driver: via 82c686 chipset audio

not personally tested, but i'm assured it works

Submitted by: David Jones <dej@ox.org>
PR: kern/20161