I guess this is now a legacy driver (for alpha only right now).
At any rate, some changes had to be made so that alpha would compile.
This commit is contained in:
parent
b51a60cc47
commit
89297ac4d1
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: kbdio.c,v 1.13 1998/08/06 09:15:53 dfr Exp $
|
||||
* from: i386/isa kbdio.c,v 1.12
|
||||
*/
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <machine/clock.h>
|
||||
#include <i386/isa/kbdio.h>
|
||||
#include <isa/kbdio.h>
|
||||
|
||||
/*
|
||||
* driver specific options: the following options may be set by
|
||||
|
@ -26,12 +26,12 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: kbdio.h,v 1.8 1998/08/06 09:15:53 dfr Exp $
|
||||
* $Id: kbdio.h,v 1.9 1999/01/06 05:49:30 yokota Exp $
|
||||
* from: i386/isa kbdio.h,v 1.7
|
||||
*/
|
||||
|
||||
#ifndef _I386_ISA_KBDIO_H_
|
||||
#define _I386_ISA_KBDIO_H_
|
||||
#ifndef _ISA_KBDIO_H_
|
||||
#define _ISA_KBDIO_H_
|
||||
|
||||
/* constants */
|
||||
|
||||
@ -204,4 +204,4 @@ int set_controller_command_byte __P((KBDC kbdc, int command, int flag));
|
||||
|
||||
#endif /* KERNEL */
|
||||
|
||||
#endif /* !_I386_ISA_KBDIO_H_ */
|
||||
#endif /* !_ISA_KBDIO_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user