Deleted Added
full compact
excareg.h (110841) excareg.h (115887)
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 110841 2003-02-14 06:21:18Z imp $ */
2/* $FreeBSD: head/sys/dev/exca/excareg.h 115887 2003-06-06 06:00:49Z 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

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

390#define EXCA_VADEM_REV 0x40
391#define EXCA_VADEM_COOKIE1 0x0E
392#define EXCA_VADEM_COOKIE2 0x37
393
394#define EXCA_RICOH_ID 0x3a
395#define EXCA_RID_296 0x32
396#define EXCA_RID_396 0xb2
397
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

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

390#define EXCA_VADEM_REV 0x40
391#define EXCA_VADEM_COOKIE1 0x0E
392#define EXCA_VADEM_COOKIE2 0x37
393
394#define EXCA_RICOH_ID 0x3a
395#define EXCA_RID_296 0x32
396#define EXCA_RID_396 0xb2
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
398/* Plug and play */
399#define EXCA_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */
400#define EXCA_PNP_IBM3765 0x65374d24 /* IBM3765 */
401#define EXCA_PNP_82365 0x000ED041 /* PNP0E00 */
402#define EXCA_PNP_CL_PD6720 0x010ED041 /* PNP0E01 */
403#define EXCA_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */
404#define EXCA_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */
405#define EXCA_PNP_SCM_SWAPBOX 0x69046d4c /* SMC0469 */

--- 34 unchanged lines hidden ---
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 ---