From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <607437dca1767cfbee4d759c5b6a2a62@quanstro.net> From: erik quanstrom Date: Thu, 12 Feb 2009 15:04:07 -0500 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: [9fans] ata vs. ide Topicbox-Message-UUID: 9f9676ee-ead4-11e9-9d60-3106f5b1d025 there's a little confusion with ata vs. ide. the short 2008 story is that ata is a command set, ide is a programming interface. the history is much more complicated and riddled with backronyms like “pata.” so i think it would be a good idea to at least make this change in sd(3) ; diffy -c sd /n/dump/2009/0212/sys/man/3/sd:21,36 - sd:21,39 .IR C , and by its unit number .IR u . - The controller naming convention for ATA(PI) units starts - with the first controller being named + The controller naming convention for legacy IDE units + names the first controller [etc.] i realize that it might be excessively annoying to change sdata.c to sdide.c, but even if that is too much i still think it would be a good idea to clarify things in the man page. after all, the ahci and mv50xx drivers also use the ata command set. objections? - erik