Note the MFC of ATA100 support into the ata(4) driver and update the

list of ATA controllers currently supported.
This commit is contained in:
Bruce A. Mah 2000-09-05 21:36:50 +00:00
parent 64dc16df4a
commit 68c9803b7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65493
3 changed files with 6 additions and 2 deletions

View file

@ -335,14 +335,18 @@ ATA controllers:
CMD 646
Cypress 82C693
HighPoint HPT366
HighPoint HPT370
Intel PIIX
Intel PIIX3
Intel PIIX4
Intel ICH
Intel ICH2
Promise Fasttrak-33
Promise Fasttrak-66
Promise Fasttrak-100
Promise Ultra-33
Promise Ultra-66
Promise Ultra-100
SiS 5591
VIA 82C586
VIA 82C686

View file

@ -83,7 +83,7 @@ accept_filters, a kernel feature to reduce overheads when accepting
and reading new connections on listening sockets, has been added.
[MERGED]
The ata(4) driver now has experimental support for ATA100 controllers.
The ata(4) driver now has support for ATA100 controllers. [MERGED]
AlphaServer 1200 ("Tincup") has been tested and works OK. Currently it does
not want to boot from CD or floppy but a transplanted disk that was

View file

@ -101,7 +101,7 @@ accept_filters, a kernel feature to reduce overheads when accepting
and reading new connections on listening sockets, has been added.
[MERGED]
The ata(4) driver now has experimental support for ATA100 controllers.
The ata(4) driver now has support for ATA100 controllers. [MERGED]
1.2. SECURITY FIXES