mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.
This commit is contained in:
parent
dc82ab74e3
commit
aee1b285f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47335
@ -27,7 +27,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: atkbdc.c,v 1.1 1999/01/09 02:44:50 yokota Exp $
|
||||
* $Id: atkbdc.c,v 1.2 1999/05/18 11:33:04 yokota Exp $
|
||||
* from kbdio.c,v 1.13 1998/09/25 11:55:46 yokota Exp
|
||||
*/
|
||||
|
||||
@ -44,11 +44,7 @@
|
||||
|
||||
#include <dev/kbd/atkbdcreg.h>
|
||||
|
||||
#ifndef __i386__
|
||||
#include <isa/isareg.h>
|
||||
#else
|
||||
#include <i386/isa/isa.h>
|
||||
#endif
|
||||
|
||||
/* constants */
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: atkbdc.c,v 1.1 1999/01/09 02:44:50 yokota Exp $
|
||||
* $Id: atkbdc.c,v 1.2 1999/05/18 11:33:04 yokota Exp $
|
||||
* from kbdio.c,v 1.13 1998/09/25 11:55:46 yokota Exp
|
||||
*/
|
||||
|
||||
@ -44,11 +44,7 @@
|
||||
|
||||
#include <dev/kbd/atkbdcreg.h>
|
||||
|
||||
#ifndef __i386__
|
||||
#include <isa/isareg.h>
|
||||
#else
|
||||
#include <i386/isa/isa.h>
|
||||
#endif
|
||||
|
||||
/* constants */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user