Deleted Added
full compact
excareg.h (139749) excareg.h (161240)
1/* $NetBSD: i82365reg.h,v 1.3 1998/12/20 17:53:28 nathanw Exp $ */
1/* $NetBSD: i82365reg.h,v 1.3 1998/12/20 17:53:28 nathanw Exp $ */
2/* $FreeBSD: head/sys/dev/exca/excareg.h 139749 2005-01-06 01:43:34Z imp $ */
2/* $FreeBSD: head/sys/dev/exca/excareg.h 161240 2006-08-12 08:53:54Z imp $ */
3
4/*-
5 * Copyright (c) 2002 M Warner Losh. All rights reserved.
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

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

397
398/*
399 * o2 micro specific registers
400 */
401#define EXCA_O2MICRO_CTRL_C 0x3a
402#define EXCA_O2CC_IREQ_INTC 0x80
403#define EXCA_O2CC_STSCHG_INTC 0x20
404
3
4/*-
5 * Copyright (c) 2002 M Warner Losh. All rights reserved.
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

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

397
398/*
399 * o2 micro specific registers
400 */
401#define EXCA_O2MICRO_CTRL_C 0x3a
402#define EXCA_O2CC_IREQ_INTC 0x80
403#define EXCA_O2CC_STSCHG_INTC 0x20
404
405/*
406 * TOPIC specific registers
407 */
408#define EXCA_TOPIC97_CTRL 0x3e
409#define EXCA_TOPIC97_CTRL_LV_MASK 0x03
410
405/* Plug and play */
406#define EXCA_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */
407#define EXCA_PNP_IBM3765 0x65374d24 /* IBM3765 */
408#define EXCA_PNP_82365 0x000ED041 /* PNP0E00 */
409#define EXCA_PNP_CL_PD6720 0x010ED041 /* PNP0E01 */
410#define EXCA_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */
411#define EXCA_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */
412#define EXCA_PNP_SCM_SWAPBOX 0x69046d4c /* SMC0469 */

--- 34 unchanged lines hidden ---
411/* Plug and play */
412#define EXCA_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */
413#define EXCA_PNP_IBM3765 0x65374d24 /* IBM3765 */
414#define EXCA_PNP_82365 0x000ED041 /* PNP0E00 */
415#define EXCA_PNP_CL_PD6720 0x010ED041 /* PNP0E01 */
416#define EXCA_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */
417#define EXCA_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */
418#define EXCA_PNP_SCM_SWAPBOX 0x69046d4c /* SMC0469 */

--- 34 unchanged lines hidden ---