Deleted Added
full compact
neomagic.c (119690) neomagic.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 * Derived from the public domain Linux driver
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

29#include <dev/sound/pcm/sound.h>
30#include <dev/sound/pcm/ac97.h>
31#include <dev/sound/pci/neomagic.h>
32#include <dev/sound/pci/neomagic-coeff.h>
33
34#include <dev/pci/pcireg.h>
35#include <dev/pci/pcivar.h>
36
3 * All rights reserved.
4 *
5 * Derived from the public domain Linux driver
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

29#include <dev/sound/pcm/sound.h>
30#include <dev/sound/pcm/ac97.h>
31#include <dev/sound/pci/neomagic.h>
32#include <dev/sound/pci/neomagic-coeff.h>
33
34#include <dev/pci/pcireg.h>
35#include <dev/pci/pcivar.h>
36
37SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pci/neomagic.c 119690 2003-09-02 17:30:40Z jhb $");
37SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pci/neomagic.c 119853 2003-09-07 16:28:03Z cg $");
38
39/* -------------------------------------------------------------------- */
40
41#define NM_BUFFSIZE 16384
42
43#define NM256AV_PCI_ID 0x800510c8
44#define NM256ZX_PCI_ID 0x800610c8
45

--- 777 unchanged lines hidden ---
38
39/* -------------------------------------------------------------------- */
40
41#define NM_BUFFSIZE 16384
42
43#define NM256AV_PCI_ID 0x800510c8
44#define NM256ZX_PCI_ID 0x800610c8
45

--- 777 unchanged lines hidden ---