diff options
author | sos <sos@FreeBSD.org> | 2002-12-03 20:20:44 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2002-12-03 20:20:44 +0000 |
commit | 71edc5e4eb36ba021cec4018ead8d4e7bd6d759d (patch) | |
tree | 905ab8bf0e6cc6504398fed7db55f39319883169 /share | |
parent | 9a5da33a40507cd3fd2cebf1aa8999a6cdd27862 (diff) | |
download | FreeBSD-src-71edc5e4eb36ba021cec4018ead8d4e7bd6d759d.zip FreeBSD-src-71edc5e4eb36ba021cec4018ead8d4e7bd6d759d.tar.gz |
Add support for the PC98 platform to the ATA driver.
This mostly consists of functionality to serialize accesses to
the two ATA channels (which can also be used to "fix" certain
PCI based controllers).
Add support for Acard controllers.
Enable the ATA driver in PC98 GENERIC, and add device hints.
Update man page with latest support.
The PC98 core team has kindly provided me with a PC98
machine that made this all possible, thanks to all that
contributed to that effort, without that this would
probably newer have been possible..
Approved by: re@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ata.4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4 index 912785f..50aad25 100644 --- a/share/man/man4/ata.4 +++ b/share/man/man4/ata.4 @@ -50,6 +50,16 @@ In .Cd hint.ata.1.port="0x170" .Cd hint.ata.1.irq="15" .Pp +For PC98 based ATA/ATAPI support: +.Cd device isa +.Cd device ata +.Pp +In +.Pa /boot/device.hints : +.Cd hint.atacbus.0.at="isa" +.Cd hint.atacbus.0.port="0x640" +.Cd hint.atacbus.0.irq="9" +.Pp For PCI based ATA/ATAPI support: .Cd device pci .Cd device ata @@ -95,6 +105,12 @@ Ultra DMA 100 (UDMA5), 100 MB/sec (depending on model, max stated at boot) Ultra DMA 66 (UDMA4), 66 MB/sec .It AMD 766 Ultra DMA 100 (UDMA5), 100 MB/sec +.It Acard ATP850 +Ultra DMA 33 (UDMA2), 33 MB/sec +.It Acard ATP860 +Ultra DMA 66 (UDMA4), 66 MB/sec +.It Acard ATP865 +Ultra DMA 133 (UDMA6), 133 MB/sec .It CMD 646 DMA 2 (WDMA2), 16 MB/sec .It CMD 648 |