From owner-freebsd-doc@FreeBSD.ORG Sat Dec 9 14:10:11 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47E6C16A407 for ; Sat, 9 Dec 2006 14:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBC043CA1 for ; Sat, 9 Dec 2006 14:09:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB9EAA3c034095 for ; Sat, 9 Dec 2006 14:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB9EAAj7034092; Sat, 9 Dec 2006 14:10:10 GMT (envelope-from gnats) Date: Sat, 9 Dec 2006 14:10:10 GMT Message-Id: <200612091410.kB9EAAj7034092@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Niclas Zeising Cc: Subject: Re: docs/106425: [PATCH] add a HARDWARE-section to ata(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 14:10:11 -0000 The following reply was made to PR docs/106425; it has been noted by GNATS. From: Niclas Zeising To: "Simon L. Nielsen" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/106425: [PATCH] add a HARDWARE-section to ata(4) Date: Sat, 09 Dec 2006 15:00:56 +0100 Simon L. Nielsen wrote: > On 2006.12.07 18:04:23 +0100, Niclas Zeising wrote: > >> And, as promised, the correct patch. I apologize for the confusion, I >> attached the wrong file yesterday night. >> //Niclas > >> --- src/share/man/man4/ata.4.orig 2006-12-06 19:56:35.000000000 +0100 >> +++ src/share/man/man4/ata.4 2006-12-06 22:03:04.000000000 +0100 >> @@ -98,55 +98,314 @@ > > [cut] > > Just for historic info... I didn't commit my change to add a HARDWARE > section for ata(4), though I did do the conversion, since it just > didn't see that useful to list chipsets in the Hardware notes. I'm > not against adding a hardware section, that just why there isn't one > today. Okay, I didn't look through the archives to see if anyone already done the work once. I just noticed the section missing when someone filed a PR about no devices supported by ata(4) was present in the hardware notes. I am also not sure if I really like the long list that I've made in the hardware section, I just didn't know a better way to do it and get them generated properly in the hardware notes. Maybe we should just add the list manually in the hardware notes. I think we should have the supported chipsets listed somewhere though, so you know what piece of hardware you should buy. > > Anyway, if this is to be committed it should be OK'ed by sos@ IMO. > That sounds reasonable. Regards! //Niclas