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 /sys/pc98/conf/GENERIC | |
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 'sys/pc98/conf/GENERIC')
-rw-r--r-- | sys/pc98/conf/GENERIC | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index d822edf..5559e3d 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -78,11 +78,19 @@ options COMPAT_OLDISA # Old ISA driver shims # Floppy drives device fdc +# ATA and ATAPI devices +device ata +device atadisk # ATA disk drives +device atapicd # ATAPI CDROM drives +device atapifd # ATAPI floppy drives +device atapist # ATAPI tape drives +options ATA_STATIC_ID # Static device numbering + # IDE controller and disks -device wdc 1 +#device wdc 1 # ATAPI devices on wdc -device wcd 1 #IDE CD-ROM +#device wcd 1 #IDE CD-ROM #device wfd 1 #IDE Floppy (e.g. LS-120) #device wst 1 #IDE Tape (e.g. Travan) |