device table entry of sio is changed
authorAkito Fujita <akito@ucbvax.Berkeley.EDU>
Wed, 18 Nov 1992 08:45:52 +0000 (00:45 -0800)
committerAkito Fujita <akito@ucbvax.Berkeley.EDU>
Wed, 18 Nov 1992 08:45:52 +0000 (00:45 -0800)
SCCS-vsn: sys/luna68k/luna68k/autoconf.c 7.3

usr/src/sys/luna68k/luna68k/autoconf.c

index 39684c6..c735f76 100644 (file)
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)autoconf.c  7.2 (Berkeley) %G%
+ *     @(#)autoconf.c  7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  * and the drivers are initialized.
  */
 
  * and the drivers are initialized.
  */
 
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/dkstat.h>
-#include <sys/conf.h>
-#include <sys/reboot.h>
+#include "sys/param.h"
+#include "sys/systm.h"
+#include "sys/dkstat.h"
+#include "sys/conf.h"
+#include "sys/reboot.h"
 
 
-#include <machine/cpu.h>
-#include <luna68k/dev/device.h>
+#include "../include/cpu.h"
+#include "../dev/device.h"
 
 /*
  * The following several variables are related to
 
 /*
  * The following several variables are related to
@@ -460,9 +460,6 @@ find_devs()
        setup_hw(hw, (char *) 0x51000000, 0x5, D_SIO,      0x5);
        hw->hw_secid = 0; hw++;
        
        setup_hw(hw, (char *) 0x51000000, 0x5, D_SIO,      0x5);
        hw->hw_secid = 0; hw++;
        
-       setup_hw(hw, (char *) 0x51000004, 0x5, D_KEYBOARD, 0x5);
-       hw->hw_secid = 1; hw++;
-       
        setup_hw(hw, (char *) 0xe1000000, 0xe, C_SCSI,     0xe);
        hw++;
 
        setup_hw(hw, (char *) 0xe1000000, 0xe, C_SCSI,     0xe);
        hw++;