From owner-freebsd-mobile Sat Jan 15 13:54:49 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from afs.itc.keio.ac.jp (afs.itc.keio.ac.jp [131.113.212.3]) by hub.freebsd.org (Postfix) with SMTP id A683115118 for ; Sat, 15 Jan 2000 13:54:47 -0800 (PST) (envelope-from hosokawa@itc.keio.ac.jp) Received: (qmail 16885 invoked from network); 15 Jan 2000 21:54:46 -0000 Received: from ppp153.dialup.st.keio.ac.jp (HELO ringo.FromTo.Cc) (131.113.27.153) by afs.itc.keio.ac.jp with SMTP; 15 Jan 2000 21:54:46 -0000 Date: Sun, 16 Jan 2000 06:55:57 +0900 Message-ID: <863drzt2xe.wl@ringo.FromTo.Cc> From: Tatsumi Hosokawa To: mobile@FreeBSD.org Subject: Re: pccard_ether does not work without DHCP In-Reply-To: In your message of "Sun, 16 Jan 2000 06:49:17 +0900" <864scft38i.wl@ringo.FromTo.Cc> References: <867lhbt4rg.wl@ringo.FromTo.Cc> <864scft38i.wl@ringo.FromTo.Cc> User-Agent: Wanderlust/2.2.13 (Keep The Faith) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Sun, 16 Jan 2000 06:49:17 +0900, Tatsumi Hosokawa wrote: > "at isa?" or explicit ioaddr and irq specification causes this > problem? > > Please test it with fe0 card if you have fe0 card. fe0 in GENERIC is > device fe0 at isa? port 0x300 irq ? I tested it with sio card and kernel says that devclass_alloc_unit: sio2 already exists, using next available unit number and used sio4. Of course, sio's in kernel are device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 so, I think fe0 causes same problem. Applying s/ed0/ed1/, s/fe0/fe1/, s/sio2/sio4/,... to /etc/pccard.conf.sample would be an effective hack, but it's dirty hack. Any better ideas? -- --------------------------- Tatsumi Hosokawa hosokawa@itc.keio.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message