From owner-freebsd-mobile Tue Nov 10 02:49:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08175 for freebsd-mobile-outgoing; Tue, 10 Nov 1998 02:49:24 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08160 for ; Tue, 10 Nov 1998 02:49:03 -0800 (PST) (envelope-from scott@dcs.qmw.ac.uk) Received: from brunos-sun.dcs.qmw.ac.uk [138.37.88.185]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; for ""; id KAA11710; Tue, 10 Nov 1998 10:48:43 GMT Received: locally by brunos-sun (SMI-8.6/QMW-client-3.2b); for "freebsd-mobile@freebsd.org"; poster "scott"; id KAA09910; Tue, 10 Nov 1998 10:47:56 GMT Message-ID: <19981110104755.E11520@dcs.qmw.ac.uk> Date: Tue, 10 Nov 1998 10:47:55 +0000 From: Scott Mitchell To: freebsd-mobile@FreeBSD.ORG Subject: Reading CIS in kernel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I have (foolishly?) embarked on a quest to get my Xircom Ethernet card working on FreeBSD, by porting the Linux xirc2_ps driver. Of course this means that I have to learn both how the Linux driver works and how to write a FreeBSD/PCMCIA driver... Anyhow, the Linux code supports a whole raft of different Xircom cards, which it tells apart by checking various CIS tuples using the Linux Card Services stuff. This is (as far as I can tell) all done inside the kernel, and there doesn't seem to be an easy way of doing that in FreeBSD, from my reading of the /sys/pccard code. So, the question is, how do I parse the CIS from inside a kernel driver? The only alternative approaches I can think of are to 1)hardwire details of all the supported cards into the driver, so we can tell what card we have by reading one magic location in card memory or 2)have the parsing done by userland code and somehow pass this back down to the driver. Both of these seem incredibly ugly to me. Anyone who answers this, beware -- you'll be letting yourself in for plenty more questions! TIA, Scott -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0x54B171B9 | like a dried up piece of roast goat" QMW College, London, UK | 0xAA775B8B | -- J. S. Bach. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 10 03:05:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09186 for freebsd-mobile-outgoing; Tue, 10 Nov 1998 03:05:22 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09181 for ; Tue, 10 Nov 1998 03:05:19 -0800 (PST) (envelope-from dirkx@jrc.it) Received: from jrc.it (elect6.jrc.it [139.191.71.148]) by mrelay.jrc.it (LMC5692) with SMTP id MAA11583; Tue, 10 Nov 1998 12:05:00 +0100 (MET) Received: by jrc.it (SMI-8.6/EB-950213-L) id MAA15605; Tue, 10 Nov 1998 12:03:27 +0100 Date: Tue, 10 Nov 1998 12:03:27 +0100 (MET) From: Dirk-Willem van Gulik X-Sender: dirkx@elect6 To: Scott Mitchell cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Reading CIS in kernel In-Reply-To: <19981110104755.E11520@dcs.qmw.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 10 Nov 1998, Scott Mitchell wrote: > Anyhow, the Linux code supports a whole raft of different Xircom cards, > which it tells apart by checking various CIS tuples using the Linux Card > Services stuff. This is (as far as I can tell) all done inside the kernel, > and there doesn't seem to be an easy way of doing that in FreeBSD, from my > reading of the /sys/pccard code. Yes, actually I communicated with the author of the pcard code, and came to the same conclusion (I was trying to get to the CIS to configure an IBM LAN Entry card). What I do now is an ioctl from userland, and I tried a hack by coping the bit before the io move in pcic.c. And do simple decoding (all I need is the MAC address). But no there is no clean way of doing it. It might be worthwhile to port the linux Tuple readers into the kernel (just the numeric data). Which part of the interface do _you_ need ? Dw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 10 03:30:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10945 for freebsd-mobile-outgoing; Tue, 10 Nov 1998 03:30:36 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10826 for ; Tue, 10 Nov 1998 03:28:01 -0800 (PST) (envelope-from scott@dcs.qmw.ac.uk) Received: from brunos-sun.dcs.qmw.ac.uk [138.37.88.185]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; id LAA22750; Tue, 10 Nov 1998 11:27:42 GMT Received: locally by brunos-sun (SMI-8.6/QMW-client-3.2b); poster "scott"; id LAA09962; Tue, 10 Nov 1998 11:26:54 GMT Message-ID: <19981110112654.F11520@dcs.qmw.ac.uk> Date: Tue, 10 Nov 1998 11:26:54 +0000 From: Scott Mitchell To: Dirk-Willem van Gulik Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Reading CIS in kernel References: <19981110104755.E11520@dcs.qmw.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Dirk-Willem van Gulik on Tue, Nov 10, 1998 at 12:03:27PM +0100 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Nov 10, 1998 at 12:03:27PM +0100, Dirk-Willem van Gulik wrote: > > > On Tue, 10 Nov 1998, Scott Mitchell wrote: > > > Anyhow, the Linux code supports a whole raft of different Xircom cards, > > which it tells apart by checking various CIS tuples using the Linux Card > > Services stuff. This is (as far as I can tell) all done inside the kernel, > > and there doesn't seem to be an easy way of doing that in FreeBSD, from my > > reading of the /sys/pccard code. > > Yes, actually I communicated with the author of the pcard code, and came > to the same conclusion (I was trying to get to the CIS to configure an IBM > LAN Entry card). > > What I do now is an ioctl from userland, and I tried a hack by coping the > bit before the io move in pcic.c. And do simple decoding (all I need is > the MAC address). > > But no there is no clean way of doing it. It might be worthwhile to port > the linux Tuple readers into the kernel (just the numeric data). Which > part of the interface do _you_ need ? I need the MAC address and the manufacturer ID tuple to differentiate between the different cards. If it was just the one card I'd hardcode the location of all this stuff, but the Linux code supports various versions of half a dozen different cards -- it would be a shame not to have the same level of support in FreeBSD. I don't suppose I could take a look at your code, if it's not in the dist already? Many thanks, Scott. -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0x54B171B9 | like a dried up piece of roast goat" QMW College, London, UK | 0xAA775B8B | -- J. S. Bach. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 12 02:21:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20835 for freebsd-mobile-outgoing; Thu, 12 Nov 1998 02:21:25 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20816 for ; Thu, 12 Nov 1998 02:21:17 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id KAA19808 Thu, 12 Nov 1998 10:18:11 GMT Message-ID: <364AB5E3.167E@cs.strath.ac.uk> Date: Thu, 12 Nov 1998 10:18:11 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: mobile@FreeBSD.ORG Subject: Probing for 21 PCI busses Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, 3.0-RELEASE users are getting some strange PCI probes coming up. Roger Hardiman wrote: I just installed 3.0-RELEASE on my Libretto 100CT. The boot sequence works fine, but it probes for 21 PCI busses Probing PCI Bus 0 Probing PCI Bus 1 Probing PCI Bus 2 ...snip... Probing PCI Bus 21 Joao Carlos Mendes Luis wrote: If this helps, I'm getting this also on my Toshiba 305CDS since I upgraded to 3.0. I was intending to study this a little more before reporting, but since you started... Any ideas on this? Bye Roger -- Roger Hardiman | Telepresence Research Group roger@cs.strath.ac.uk | DMEM, University of Strathclyde tel: 0141 548 2897 | Glasgow, Scotland, G1 1XJ, UK fax: 0141 552 0557 | http://telepresence.dmem.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 12 08:28:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24954 for freebsd-mobile-outgoing; Thu, 12 Nov 1998 08:27:23 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dingo.cdrom.com (castles361.castles.com [208.214.167.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24947 for ; Thu, 12 Nov 1998 08:27:20 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id IAA11295; Thu, 12 Nov 1998 08:23:42 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199811121623.IAA11295@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Roger Hardiman cc: mobile@FreeBSD.ORG Subject: Re: Probing for 21 PCI busses In-reply-to: Your message of "Thu, 12 Nov 1998 10:18:11 GMT." <364AB5E3.167E@cs.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 Nov 1998 08:23:42 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi, > 3.0-RELEASE users are getting some strange PCI probes coming up. It appears to be a harmless side-effect of being very liberal about broken PCI hardware. I wouldn't sweat it too much. > Roger Hardiman wrote: > I just installed 3.0-RELEASE on my Libretto 100CT. > The boot sequence works fine, but it probes for 21 PCI busses > Probing PCI Bus 0 > Probing PCI Bus 1 > Probing PCI Bus 2 > ...snip... > Probing PCI Bus 21 > > Joao Carlos Mendes Luis wrote: > If this helps, I'm getting this also on my Toshiba 305CDS since I > upgraded to 3.0. I was intending to study this a little more before > reporting, but since you started... > > > Any ideas on this? > > Bye > Roger > -- > Roger Hardiman | Telepresence Research Group > roger@cs.strath.ac.uk | DMEM, University of Strathclyde > tel: 0141 548 2897 | Glasgow, Scotland, G1 1XJ, UK > fax: 0141 552 0557 | http://telepresence.dmem.strath.ac.uk > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 12 08:29:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25131 for freebsd-mobile-outgoing; Thu, 12 Nov 1998 08:29:17 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA25126 for ; Thu, 12 Nov 1998 08:29:16 -0800 (PST) (envelope-from trost@cloud.rain.com) Received: (qmail 24483 invoked by uid 4); 12 Nov 1998 16:28:57 -0000 Received: (qmail 4386 invoked from network); 12 Nov 1998 16:28:16 -0000 Received: from localhost.cloud.rain.com (HELO cloud.rain.com) (127.0.0.1) by localhost.cloud.rain.com with SMTP; 12 Nov 1998 16:28:16 -0000 To: Roger Hardiman cc: mobile@FreeBSD.ORG Subject: Re: Probing for 21 PCI busses References: <364AB5E3.167E@cs.strath.ac.uk> In-reply-to: Your message of Thu, 12 Nov 1998 10:18:11 GMT. <364AB5E3.167E@cs.strath.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4382.910888095.1@cloud.rain.com> Date: Thu, 12 Nov 1998 08:28:16 -0800 Message-ID: <4383.910888096@cloud.rain.com> From: Bill Trost Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Roger Hardiman writes: I just installed 3.0-RELEASE on my Libretto 100CT. The boot sequence works fine, but it probes for 21 PCI busses How many does it find? (-: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 12 08:43:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26005 for freebsd-mobile-outgoing; Thu, 12 Nov 1998 08:43:19 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25989 for ; Thu, 12 Nov 1998 08:43:02 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id QAA07577 Thu, 12 Nov 1998 16:42:28 GMT Message-ID: <364B0FF6.7DE1@cs.strath.ac.uk> Date: Thu, 12 Nov 1998 16:42:30 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: Bill Trost CC: mobile@FreeBSD.ORG Subject: Re: Probing for 21 PCI busses References: <364AB5E3.167E@cs.strath.ac.uk> <4383.910888096@cloud.rain.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Trost wrote: > > Roger Hardiman writes: > I just installed 3.0-RELEASE on my Libretto 100CT. > The boot sequence works fine, but it probes for 21 PCI busses > > How many does it find? (-: Actually it probes for 22 PCI busses, PCI 0 through to PCI 21. Output of my dmesg is as follows: Bye Roger Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-RELEASE #2: Wed Nov 11 13:04:56 GMT 1998 root@kyle.dmem.strath.ac.uk:/usr/src/sys/compile/kyle Timecounter "i8254" frequency 1193182 Hz cost 3368 ns CPU: Pentium/P55C (quarter-micron) (166.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x581 Stepping=1 Features=0x8001bf real memory = 33685504 (32896K bytes) avail memory = 31080448 (30352K bytes) Probing for devices on PCI bus 0: chip0: rev 0x2e on pci0.0.0 vga0: rev 0x01 int a irq 255 on pci0.4.0 chip1: rev 0x20 int a irq 255 on pci0.19.0 chip2: rev 0x20 int b irq 255 on pci0.19.1 Probing for devices on PCI bus 1: Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for devices on PCI bus 4: Probing for devices on PCI bus 5: Probing for devices on PCI bus 6: Probing for devices on PCI bus 7: Probing for devices on PCI bus 8: Probing for devices on PCI bus 9: Probing for devices on PCI bus 10: Probing for devices on PCI bus 11: Probing for devices on PCI bus 12: Probing for devices on PCI bus 13: Probing for devices on PCI bus 14: Probing for devices on PCI bus 15: Probing for devices on PCI bus 16: Probing for devices on PCI bus 17: Probing for devices on PCI bus 18: Probing for devices on PCI bus 19: Probing for devices on PCI bus 20: Probing for devices on PCI bus 21: Probing for PnP devices: Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ... try to identify the yamaha pcm0 at 0x530 irq 5 drq 1 flags 0xc115 on isa mss_attach 0 at 0x530 irq 5 dma 1:5 flags 0xc115 setting up yamaha registers set yamaha master volume to maxsio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1 not found at 0x2f8 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: model Generic PS/2 mouse, device ID 0 wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff80ff on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-16 wd0: 2067MB (4233600 sectors), 4200 cyls, 16 heads, 63 S/T, 512 B/S zp: found card in slot 0 zp0 at 0x300-0x30f irq 10 maddr 0xd8000 on isa zp0: aui/bnc/utp address 00:60:97:ca:6c:69 npx0 on motherboard npx0: INT 16 interface Intel Pentium F00F detected, installing workaround changing root device to wd0s2a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 14 06:38:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17766 for freebsd-mobile-outgoing; Sat, 14 Nov 1998 06:38:09 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17756 for ; Sat, 14 Nov 1998 06:38:02 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from muir-10 (roger@muir-10.cs.strath.ac.uk [130.159.148.10]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with SMTP id OAA24259 Sat, 14 Nov 1998 14:37:26 GMT Message-ID: <364D95A9.167E@cs.strath.ac.uk> Date: Sat, 14 Nov 1998 14:37:29 +0000 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 3.04Gold (X11; I; OSF1 V4.0 alpha) MIME-Version: 1.0 To: mobile@FreeBSD.ORG Subject: Strange behaviour of PCMCIA cards Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have a 3Com Etherlink III 3C589D and a Nokia Cellular Data Card (works like a standard serial port). The 3COM card works great in Slot 0 or Slot 1 But, if I fit the Nokia card in Slot 0, and the 3COM in Slot1, I get "ep0 failed to come ready". The kernel seems unable to comminucate with the 3COM properly. It does not appear to be an IRQ conflict. I have ensured the Nokia takes COM3/IRQ 10 (in /etc/pccard.conf) and the 3COM allocates itself from the IRQ pool, and IRQ 9 is free. This is on 3.0-RELEASE, on my Libretto 100CT. Any ideas. Roger -- Roger Hardiman | Telepresence Research Group roger@cs.strath.ac.uk | DMEM, University of Strathclyde tel: 0141 548 2897 | Glasgow, Scotland, G1 1XJ, UK fax: 0141 552 0557 | http://telepresence.dmem.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 14 21:33:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23012 for freebsd-mobile-outgoing; Sat, 14 Nov 1998 21:33:04 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.235.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22988 for ; Sat, 14 Nov 1998 21:32:17 -0800 (PST) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: (from clsung@localhost) by FreeBSD.csie.NCTU.edu.tw (8.9.1a/8.9.0) id NAA15742 for freebsd-mobile@freebsd.org; Sun, 15 Nov 1998 13:31:21 +0800 (CST) Date: Sun, 15 Nov 1998 13:31:21 +0800 (CST) From: AlanSung Message-Id: <199811150531.NAA15742@FreeBSD.csie.NCTU.edu.tw> To: freebsd-mobile@FreeBSD.ORG Subject: about wlp0 ioctl() Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org here I found problem with my PCMCIA WaveLan card. I'd insert "AT&T""WaveLAN/PCMCIA" into my notebook and the kernel message as follows: wlp0: nwid [3:24] mac:[8:0:e:21:dc:b0] wlp0 ioctl(): board is not running so I can't get on intetnet........ may any thing goes wrong? I used PAO package which got from www.jp.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message