atpic.c (c98bb15d01876b54224f52232cee5ba1b5b0ce6f) atpic.c (f79309d29c290245861b35db9c2c768f33b45f9f)
1/*-
2 * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

49#include <machine/resource.h>
50#include <machine/segments.h>
51
52#include <dev/ic/i8259.h>
53#include <x86/isa/icu.h>
54#ifdef PC98
55#include <pc98/cbus/cbus.h>
56#else
1/*-
2 * Copyright (c) 2003 John Baldwin <jhb@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

49#include <machine/resource.h>
50#include <machine/segments.h>
51
52#include <dev/ic/i8259.h>
53#include <x86/isa/icu.h>
54#ifdef PC98
55#include <pc98/cbus/cbus.h>
56#else
57#include <x86/isa/isa.h>
57#include <isa/isareg.h>
58#endif
59#include <isa/isavar.h>
60
61#ifdef __amd64__
62#define SDT_ATPIC SDT_SYSIGT
63#define GSEL_ATPIC 0
64#else
65#define SDT_ATPIC SDT_SYS386IGT

--- 576 unchanged lines hidden ---
58#endif
59#include <isa/isavar.h>
60
61#ifdef __amd64__
62#define SDT_ATPIC SDT_SYSIGT
63#define GSEL_ATPIC 0
64#else
65#define SDT_ATPIC SDT_SYS386IGT

--- 576 unchanged lines hidden ---