summaryrefslogtreecommitdiff
path: root/share/man/man4/pciide.4
AgeCommit message (Collapse)Author
2006-11-06add the NVIDIA MCP chipsets.Brad Smith
2006-09-16Match VIA VT8237A SATA which while untested should act likeJonathan Gray
the older VIA SATA devices for our purposes going by FreeBSD. ok deraadt@
2006-08-19Support for Intel 82801H/ICH8 SATA parts, untested but shouldJonathan Gray
work like the previous generation for our purposes going by the datasheet.
2006-08-06add the Intel 6321ESBBrad Smith
2006-07-16Match a few more Promise SATA chips which should workJonathan Gray
if the FreeBSD driver is any indication.
2006-06-24Support for Promise PDC205xx based SATA controllers; adaptedJonathan Gray
from NetBSD, with additions of some more devices from Aaron Linville and Henrik Flodell. ok grange@
2006-04-27Match the ICH7-M DH in RAID mode and ask forJonathan Gray
IDE SATA mode of operation.
2006-04-26ATI IXP 600 IDE. Hardware is not generally available yetJonathan Gray
but should work going by Linux driver.
2006-04-17Match ICH7R SATA which while untested should work.Jonathan Gray
2006-04-15Add support for non-RAID part of the ITExpress IT8212F.Jonathan Gray
From Hans-Guenter Weigand hgw at d1906.inka.de.
2006-03-28Add Intel 82801GB (ICH7M) SATA;Robert Nagy
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@
2006-02-01Document VT6410 support.Jonathan Gray
2005-10-17serverworks SATA tooTheo de Raadt
2005-10-17Mention VT8251 support.Jonathan Gray
2005-09-14Mention ATI IXP IDE support.Jonathan Gray
2005-09-07SiS 182 SATA apparently acts in a non standard way and needsJonathan Gray
to be setup in a manner not documented by SiS, so don't list it as supported for now.
2005-08-18nforce SATA is supported now.Jonathan Gray
2005-07-22this line was getting too long for groff to properly handle: split it;Jason McIntyre
2005-07-21ICH7 IDE/SATA support based diff from Marcello Balduccini inJonathan Gray
NetBSD PR 30795. ok grange@
2005-06-15add pdc203xx support.Federico G. Schwindt
2005-05-26nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@Jonathan Gray
2005-04-29Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing.Jonathan Gray
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@
2005-04-20Document SiS 661/760/180/181/182 support.Jonathan Gray
ok grange@
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
Raymond Lillard <rlillard at sonic.net>. ok grange@
2005-01-15nForce2 Ultra 400 IDE support. ok grange@Jonathan Gray
2004-12-11nForce3-250, brentHenning Brauer
2004-11-21Intel ICH6/ICH6R IDE and SATA support.Alexander Yurchenko
2004-10-17Add Adaptec AAR-1210SA, SiI3512, SiI3114.Alexander Yurchenko
2004-09-30kill default locatorsMichael Shalayeff
2004-09-15Add Intel 6300ESB.Alexander Yurchenko
2004-03-15Oh how could I forget this funky ITE IT8212FAlexander Yurchenko
2004-03-15Sync with the driver code, more chips, merge SATA ones, betterAlexander Yurchenko
wording about UDMA modes. Help'n'ok jmc@
2003-07-29Add HPT302 and HPT371Alexander Yurchenko
2003-06-07Mention Promise PDC20376 SATA in parallel ATA modeAlexander Yurchenko
2003-06-06henric@ said that SiI3112 SATA seems quite happy in his U5.Alexander Yurchenko
2003-06-06Intel ICH5/ICH5R IDEAlexander Yurchenko
2003-05-22ICH4-M is supported nowAlexander Yurchenko
2003-03-30typos;Jason McIntyre
2003-03-06ServerWorks CSB6 IDEAlexander Yurchenko
2003-03-01Sort and add missed serverworks chips; ok deraadt@Alexander Yurchenko
2003-02-13NVIDIA nForce/nForce2 now supportedAlexander Yurchenko
2002-12-11Add VIA VT8231Alexander Yurchenko
ok gluk@ mpech@
2002-11-28Sync with reality: mention Promise PDC20275 PDC20277 andAlexander Yurchenko
Viatech VT8366 VT8233 VT8235 as supported ok gluk@ mpech@
2002-11-08Time to cleanup:Mike Pechkin
o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok
2002-10-14Remove OPTi 82c621 from list of supported devices.Grigoriy Orlov
It disabled in pciide.c deraadt@ ok.
2002-09-26Second part of the man4 mi cleanup.Miod Vallat
- more/better xrefs - sync .Cd lines with actual configuration files - intro(4) reference police - huge usb(4) update - follow mdoc.samples suggested man page section ordering when necessary - add netintro(4) and hostname.if(5) xrefs to all ethernet drivers ok deraadt@ mickey@
2002-09-26Attempt to make these match the current state of the code.Miod Vallat
2002-09-10Update list of supported CMD and Promise devices.Grigoriy Orlov
mpech@ ok.
2002-07-10ICH4 support; ok gluk@Markus Friedl
2002-07-06HPT 372, 372A and 374. Only HPT372 was tested.Grigoriy Orlov
Mostly from NetBSD. deraadt@ ok.