]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make ed driver work again.
authorKATO Takenori <kato@FreeBSD.org>
Mon, 27 Sep 1999 03:35:41 +0000 (03:35 +0000)
committerKATO Takenori <kato@FreeBSD.org>
Mon, 27 Sep 1999 03:35:41 +0000 (03:35 +0000)
commit7cfba8ab348b4536a1435cbf21e29c8a355eb995
tree47e49bbda4fcd80cda89969f119d9d5745fc6713
parent1a847d4dacb873b65eefd5ef6b257ee922b26bd6
Make ed driver work again.

isa_compat.c
  Copied from sys/i386/isa/isa_compat.c.  It includes
  sys/pc98/pc98/isa_compat.h instead of sys/i386/isa/isa_compat.h.

isa_compat.h
  Copied from sys/i386/isa/isa_compat.c.  The ed driver is registered
  in this file until pc98's ed driver is converted into new-bus style.

files.pc98
  Use sys/pc98/pc98/isa_compat.c instead of sys/i386/isa/isa_compat.c.

if_ed.c
  - Fixed the location of the include file.
  - Disalbed pnp support.
sys/conf/files.pc98
sys/pc98/conf/files.pc98
sys/pc98/pc98/if_ed.c
sys/pc98/pc98/isa_compat.c [new file with mode: 0644]
sys/pc98/pc98/isa_compat.h [new file with mode: 0644]