From owner-freebsd-hackers Mon Jan 5 16:23:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01115 for hackers-outgoing; Mon, 5 Jan 1998 16:23:28 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA01058 for ; Mon, 5 Jan 1998 16:23:03 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.8/8.8.7) with SMTP id QAA27496; Mon, 5 Jan 1998 16:22:51 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Date: Mon, 5 Jan 1998 16:22:51 -0800 (PST) From: Chris Timmons To: Brian Handy cc: freebsd-hackers@FreeBSD.ORG Subject: Re: mii device In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk mii - media independent interface. does your card have an MII port, too? it would be a connector that resembles a high density scsi plug. -c On Mon, 5 Jan 1998, Brian Handy wrote: > Hey folks, > > Running a -STABLE kernel on a new machine, I get this on boot-up: > > .. > vx0 <3COM 3C905 Fast Etherlink XL PCI> rev 0 int a irq 10 on pci0:15 > mii[*mii*]: disable 'auto select' with DOS util! address 00:60:08:3e:08:66 > vga0 rev 0 int a irq 9 on pci0:16 > ... > > > What's this "mii" bit about? The ethernet card is a combo 10/100 card, I > believe, so I presume this means I should set it manually to run on '10'. > What are the consequences of not doing this? I don't have a DOS partition > right now I can do this with... > > Wondering, > > > Brian >