diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-11-03 06:52:43 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-11-03 06:52:43 +0000 |
| commit | 7fa62ecb093bbe93bf2f411d4207b6ceb37d6897 (patch) | |
| tree | fc2fb264ceed40f0e30a430a36ef21cdab0bac20 | |
| parent | 4b8d5f2d978412b376ae759882916c566f58afae (diff) | |
Notes
| -rw-r--r-- | sys/pc98/conf/GENERIC.hints | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index 3ea4908e054d4..b33e8e9e2b6ff 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -17,12 +17,12 @@ hint.wdc.0.port="0x640" hint.wdc.0.irq="9" hint.wd.0.at="wdc0" hint.wd.0.drive="0" -#hint.wd.1.at="wdc0" -#hint.wd.1.drive="1" -#hint.wd.2.at="wdc0" -#hint.wd.2.drive="2" -#hint.wd.3.at="wdc0" -#hint.wd.3.drive="3" +hint.wd.1.at="wdc0" +hint.wd.1.drive="2" +hint.wd.2.at="wdc0" +hint.wd.2.drive="1" +hint.wd.3.at="wdc0" +hint.wd.3.drive="3" # PC-9801-100 hint.aic.0.at="isa" |
