From owner-freebsd-hackers Sun Apr 27 09:36:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA17939 for hackers-outgoing; Sun, 27 Apr 1997 09:36:47 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA17934; Sun, 27 Apr 1997 09:36:40 -0700 (PDT) Received: from dbws.etinc.com (dbws.etinc.com [204.141.95.130]) by etinc.com (8.8.3/8.6.9) with SMTP id MAA00370; Sun, 27 Apr 1997 12:42:09 -0400 (EDT) Message-Id: <3.0.32.19970427123517.006e9de0@etinc.com> X-Sender: dennis@etinc.com (Unverified) X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 27 Apr 1997 12:35:21 -0400 To: Stefan Esser From: Sales Subject: Re: pci probes with multiple "units" (MORE) Cc: hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A suggestion: When pci devices are probed, the O/S prints out something similar to this: eth0 rev 0 int a irq 10 on pci0:17 eth1 rev 0 int a irq 11 on pci0:18 Note that this is actually wrong in this case (as unit 0 has eth0-eth3 and unit 1 had eth4 and eth5 given that these are multiport adapters. I would recommend that this show the unit number, perhaps.... eth Unit:0 rev 0 int a irq 10 on pci0:17 eth Unit:1 rev 0 int a irq 11 on pci0:18 although I dont really like the term "unit" because it is somewhat ambiguous...perhaps Adapter:0 or Card:0 is better. Its a tad confusing when you look at the the messages output. Dennis