1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Fixed reset port address of PC-9801-108.

Submitted by:	Chiharu Shibata <chi@rd.njk.co.jp>
This commit is contained in:
KATO Takenori 1997-01-29 12:42:41 +00:00
parent f01e39893b
commit b3136a8709
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22089

View File

@ -469,7 +469,7 @@ static void pc98_set_register(struct isa_device *dev, int type)
ED_NOVELL_NIC_OFFSET = 0;
ED_NOVELL_ASIC_OFFSET = (0x888 | adj) - dev->id_iobase;
ED_NOVELL_DATA = 0;
ED_NOVELL_RESET = 4;
ED_NOVELL_RESET = 2;
ED_PC_MISC = 0x18;
ED_PC_RESET = 0x1f;
break;