Deleted Added
full compact
excareg.h (89948) excareg.h (100703)
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 89948 2002-01-29 06:48:38Z imp $ */
2/* $FreeBSD: head/sys/dev/exca/excareg.h 100703 2002-07-26 08:01:08Z 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

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

50 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
51 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
52 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
55 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56 */
57
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

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

50 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
51 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
52 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
54 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
55 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56 */
57
58#ifndef _SYS_DEV_EXCA_EXCAREG_H
59#define _SYS_DEV_EXCA_EXCAREG_H
60
58/*
59 * All information is from the intel 82365sl PC Card Interface Controller
60 * (PCIC) data sheet, marked "preliminary". Order number 290423-002, January
61 * 1993.
62 */
63
64#define EXCA_IOSIZE 2
65

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

414 * cbus add-in cards. He has confirmed this routing with a visual
415 * inspection of his card or a VOM.
416 */
417#ifdef PC98
418#define EXCA_INT_MASK_ALLOWED 0x3E68 /* PC98 */
419#else
420#define EXCA_INT_MASK_ALLOWED 0xDEB8 /* AT */
421#endif
61/*
62 * All information is from the intel 82365sl PC Card Interface Controller
63 * (PCIC) data sheet, marked "preliminary". Order number 290423-002, January
64 * 1993.
65 */
66
67#define EXCA_IOSIZE 2
68

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

417 * cbus add-in cards. He has confirmed this routing with a visual
418 * inspection of his card or a VOM.
419 */
420#ifdef PC98
421#define EXCA_INT_MASK_ALLOWED 0x3E68 /* PC98 */
422#else
423#define EXCA_INT_MASK_ALLOWED 0xDEB8 /* AT */
424#endif
425
426#endif /* !_SYS_DEV_EXCA_EXCAREG_H */