]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the PC98 platform to the ATA driver.
authorSøren Schmidt <sos@FreeBSD.org>
Tue, 3 Dec 2002 20:20:44 +0000 (20:20 +0000)
committerSøren Schmidt <sos@FreeBSD.org>
Tue, 3 Dec 2002 20:20:44 +0000 (20:20 +0000)
commit8ba4488cea33438c69f6e5e4874f500f22f95f0e
tree905ab8bf0e6cc6504398fed7db55f39319883169
parent6478fb73c53a885abc5ec33544dda8d2b5702833
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@
13 files changed:
share/man/man4/ata.4
sys/conf/files
sys/dev/ata/ata-all.c
sys/dev/ata/ata-all.h
sys/dev/ata/ata-cbus.c [new file with mode: 0644]
sys/dev/ata/ata-disk.c
sys/dev/ata/ata-dma.c
sys/dev/ata/ata-isa.c
sys/dev/ata/ata-pci.c
sys/dev/ata/atapi-fd.c
sys/geom/geom_pc98.c
sys/pc98/conf/GENERIC
sys/pc98/conf/GENERIC.hints