Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.

This commit is contained in:
Kazutaka YOKOTA 1999-05-20 09:48:13 +00:00
parent dc82ab74e3
commit aee1b285f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47335
2 changed files with 2 additions and 10 deletions

View File

@ -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 */

View File

@ -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 */