Deleted Added
full compact
ichwd.h (256281) ichwd.h (275439)
1/*-
2 * Copyright (c) 2004 Texas A&M University
3 * All rights reserved.
4 *
5 * Developer: Wm. Daryl Hawkins
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 2004 Texas A&M University
3 * All rights reserved.
4 *
5 * Developer: Wm. Daryl Hawkins
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD: stable/10/sys/dev/ichwd/ichwd.h 253475 2013-07-19 21:37:40Z jfv $
28 * $FreeBSD: stable/10/sys/dev/ichwd/ichwd.h 275439 2014-12-03 06:53:49Z mav $
29 */
30
31#ifndef _ICHWD_H_
32#define _ICHWD_H_
33
34struct ichwd_device {
35 uint16_t device;
36 char *desc;

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

205#define DEVICEID_LPT24 0x8c58
206#define DEVICEID_LPT25 0x8c59
207#define DEVICEID_LPT26 0x8c5a
208#define DEVICEID_LPT27 0x8c5b
209#define DEVICEID_LPT28 0x8c5c
210#define DEVICEID_LPT29 0x8c5d
211#define DEVICEID_LPT30 0x8c5e
212#define DEVICEID_LPT31 0x8c5f
29 */
30
31#ifndef _ICHWD_H_
32#define _ICHWD_H_
33
34struct ichwd_device {
35 uint16_t device;
36 char *desc;

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

205#define DEVICEID_LPT24 0x8c58
206#define DEVICEID_LPT25 0x8c59
207#define DEVICEID_LPT26 0x8c5a
208#define DEVICEID_LPT27 0x8c5b
209#define DEVICEID_LPT28 0x8c5c
210#define DEVICEID_LPT29 0x8c5d
211#define DEVICEID_LPT30 0x8c5e
212#define DEVICEID_LPT31 0x8c5f
213#define DEVICEID_WCPT2 0x8cc2
214#define DEVICEID_WCPT4 0x8cc4
215#define DEVICEID_WCPT6 0x8cc6
213
214/* ICH LPC Interface Bridge Registers (ICH5 and older) */
215#define ICH_GEN_STA 0xd4
216#define ICH_GEN_STA_NO_REBOOT 0x02
217#define ICH_PMBASE 0x40 /* ACPI base address register */
218#define ICH_PMBASE_MASK 0x7f80 /* bits 7-15 */
219
220/* ICH Chipset Configuration Registers (ICH6 and newer) */

--- 65 unchanged lines hidden ---
216
217/* ICH LPC Interface Bridge Registers (ICH5 and older) */
218#define ICH_GEN_STA 0xd4
219#define ICH_GEN_STA_NO_REBOOT 0x02
220#define ICH_PMBASE 0x40 /* ACPI base address register */
221#define ICH_PMBASE_MASK 0x7f80 /* bits 7-15 */
222
223/* ICH Chipset Configuration Registers (ICH6 and newer) */

--- 65 unchanged lines hidden ---