Deleted Added
full compact
ichsmb_pci.c (105394) ichsmb_pci.c (119280)
1
2/*
3 * ichsmb_pci.c
4 *
5 * Copyright (c) 2000 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

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

31 * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
35 * OF SUCH DAMAGE.
36 *
37 * Author: Archie Cobbs <archie@freebsd.org>
38 *
1
2/*
3 * ichsmb_pci.c
4 *
5 * Copyright (c) 2000 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

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

31 * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
35 * OF SUCH DAMAGE.
36 *
37 * Author: Archie Cobbs <archie@freebsd.org>
38 *
39 * $FreeBSD: head/sys/dev/ichsmb/ichsmb_pci.c 105394 2002-10-18 12:06:01Z nyan $
39 * $FreeBSD: head/sys/dev/ichsmb/ichsmb_pci.c 119280 2003-08-22 06:00:27Z imp $
40 */
41
42/*
43 * Support for the SMBus controller logical device which is part of the
44 * Intel 81801AA/AB/BA/CA/DC (ICH/ICH[0234]) I/O controller hub chips.
45 */
46
47#include <sys/param.h>

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

52#include <sys/mutex.h>
53#include <sys/syslog.h>
54#include <sys/bus.h>
55
56#include <machine/bus.h>
57#include <sys/rman.h>
58#include <machine/resource.h>
59
40 */
41
42/*
43 * Support for the SMBus controller logical device which is part of the
44 * Intel 81801AA/AB/BA/CA/DC (ICH/ICH[0234]) I/O controller hub chips.
45 */
46
47#include <sys/param.h>

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

52#include <sys/mutex.h>
53#include <sys/syslog.h>
54#include <sys/bus.h>
55
56#include <machine/bus.h>
57#include <sys/rman.h>
58#include <machine/resource.h>
59
60#include
61#include
60#include <dev/pci/pcivar.h>
61#include <dev/pci/pcireg.h>
62
63#include <dev/smbus/smbconf.h>
64
65#include <dev/ichsmb/ichsmb_var.h>
66#include <dev/ichsmb/ichsmb_reg.h>
67
68/* PCI unique identifiers */
69#define ID_82801AA 0x24138086

--- 145 unchanged lines hidden ---
62
63#include <dev/smbus/smbconf.h>
64
65#include <dev/ichsmb/ichsmb_var.h>
66#include <dev/ichsmb/ichsmb_reg.h>
67
68/* PCI unique identifiers */
69#define ID_82801AA 0x24138086

--- 145 unchanged lines hidden ---