Deleted Added
full compact
t4dwave.c (119690) t4dwave.c (119853)
1/*
1/*
2 * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk>
2 * Copyright (c) 1999 Cameron Grant <cg@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright

--- 15 unchanged lines hidden (view full) ---

26
27#include <dev/sound/pcm/sound.h>
28#include <dev/sound/pcm/ac97.h>
29#include <dev/sound/pci/t4dwave.h>
30
31#include <dev/pci/pcireg.h>
32#include <dev/pci/pcivar.h>
33
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright

--- 15 unchanged lines hidden (view full) ---

26
27#include <dev/sound/pcm/sound.h>
28#include <dev/sound/pcm/ac97.h>
29#include <dev/sound/pci/t4dwave.h>
30
31#include <dev/pci/pcireg.h>
32#include <dev/pci/pcivar.h>
33
34SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pci/t4dwave.c 119690 2003-09-02 17:30:40Z jhb $");
34SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pci/t4dwave.c 119853 2003-09-07 16:28:03Z cg $");
35
36/* -------------------------------------------------------------------- */
37
38#define TDX_PCI_ID 0x20001023
39#define TNX_PCI_ID 0x20011023
40#define ALI_PCI_ID 0x545110b9
41#define SPA_PCI_ID 0x70181039
42

--- 936 unchanged lines hidden ---
35
36/* -------------------------------------------------------------------- */
37
38#define TDX_PCI_ID 0x20001023
39#define TNX_PCI_ID 0x20011023
40#define ALI_PCI_ID 0x545110b9
41#define SPA_PCI_ID 0x70181039
42

--- 936 unchanged lines hidden ---