From owner-freebsd-mobile Sun Jan 25 10:25:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01459 for freebsd-mobile-outgoing; Sun, 25 Jan 1998 10:25:26 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01454 for ; Sun, 25 Jan 1998 10:25:24 -0800 (PST) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.0-4 #3688) id <01ISSZU09TPC000XWR@CESIT1.UNIFI.IT> for freebsd-mobile@FreeBSD.ORG; Sun, 25 Jan 1998 19:25:18 +0100 (MET) Received: from dsi.unifi.it (com1.unifi.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA15246; Sun, 25 Jan 1998 19:30:55 +0100 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id RAA02014; Sun, 25 Jan 1998 17:17:19 +0100 (MET envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.7) id RAA00278; Sun, 25 Jan 1998 17:17:19 +0100 (MET) Date: Sun, 25 Jan 1998 17:17:18 +0100 (MET) From: Ugo Paternostro Subject: Re: Cirrus Logic PD6729 In-reply-to: <199801241819.LAA25873@mt.sri.com> To: Nate Williams Cc: freebsd-mobile@FreeBSD.ORG Message-id: Organization: Not an organization MIME-version: 1.0 X-Mailer: XFMail 1.2 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Did you re-install the includes? I'm compiling stuff with DDB and I > don't have any problems. Yes: yesterday I went to Gianmarco Giovannelli's home (he said me you know him...) and did a "make reinstall" from his -current world. I fixed the includes, and broke ps, w, and the shutdown itself (the kernel now panics every time you do a shutdown while unmounting the disks) :( No problem, I will sup the sources myself and do a "make world" ASAP. I will have to use a NFS disk to make the world, because my laptop has not enough space, but it is the only machine here with the 3.0... *sigh* I think I will beat the "slowest make world record" :) BTW, any chance to build 3.0 on top of 2.2.5 without notching 2.2.5 itself? > want to post this kind of information to -stable and see if they know of > bugs in the current system. To -stable? Not to -current? > (Note, I'm also having problems getting a back-trace as well when it > crashes mounting my DOS partition...) Well, so *you* should post that information... ;-) >> after accessing location 0x10. Please note that the IP points to that >> location. > > Something is hosed up. What about interrupt vector initialization? Where does irq 10 vector point at startup? Today I investigated further on the problem, and I verified a suspect that I had: after the first (cold) boot, the PCMCIA card and the controller are not disabled while rebooting. I proved this making a broadcast ping from another machine on my network. As with many other cards, my 3c589d blinks the led every time a packet is seen on the Ethernet cable (I'm using a BNC connection). Well, the led is blinking after "shutdown -r", while the machine is doing the POST and while it is loading the kernel. So, when the kernel attached the pccard, the pcic is yet configured with enabled IO mem and interrupts, and *probably* the panic i get is simply an irq without a handler. Moreover, I disabled the IO & MEM mapping and the interrupts inside pcic_probe routine, and... tadaaaaa... now it seems to work. A few more tests, with a more decent installation, and I will send you the patches. BTW, wouldn't it be better to disable the controller and to power off the PCMCIA card(s) at shutdown time, just like W*ndows 95 (sorry) does? I gave a look at the kernel sources, and saw that it is calling a series of handlers to do house keeping just before suicide. You could attach yourself an handler to shut off the pccard things. > Ahh, can you disable APM just for kicks to see if that makes things any > better? Yes, no: yes, I can disable APM; no, unfortunately it didn't make things better... > Nate Bye, UP From owner-freebsd-mobile Sun Jan 25 10:59:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03959 for freebsd-mobile-outgoing; Sun, 25 Jan 1998 10:59:12 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03954 for ; Sun, 25 Jan 1998 10:59:11 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA06079; Sun, 25 Jan 1998 11:59:09 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA28629; Sun, 25 Jan 1998 11:59:06 -0700 Date: Sun, 25 Jan 1998 11:59:06 -0700 Message-Id: <199801251859.LAA28629@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ugo Paternostro Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: Cirrus Logic PD6729 In-Reply-To: References: <199801241819.LAA25873@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > want to post this kind of information to -stable and see if they know of > > bugs in the current system. > > To -stable? Not to -current? This is a -current box? I didn't realize that. All bets are off as to stability. These panics might not even be related to the PCCARD stuff because of the VM stuff (alhtough they might be mostly worked around as of a couple of days ago.) > > (Note, I'm also having problems getting a back-trace as well when it > > crashes mounting my DOS partition...) > > Well, so *you* should post that information... ;-) I did. :) > >> after accessing location 0x10. Please note that the IP points to that > >> location. > > > > Something is hosed up. > > What about interrupt vector initialization? Where does irq 10 vector point at > startup? Unless the FreeBSD kernel attaches a driver to it, they are all attached to IRQ 7, the 'junk' IRQ. [ Success deleted ] Let me know when you get things ready. Nate From owner-freebsd-mobile Sun Jan 25 17:31:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15397 for freebsd-mobile-outgoing; Sun, 25 Jan 1998 17:31:08 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15343 for ; Sun, 25 Jan 1998 17:31:04 -0800 (PST) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.0-4 #3688) id <01ISTEPN4BXC000YIY@CESIT1.UNIFI.IT> for freebsd-mobile@FreeBSD.ORG; Mon, 26 Jan 1998 02:30:54 +0100 (MET) Received: from dsi.unifi.it (com4.unifi.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA15957; Mon, 26 Jan 1998 02:36:33 +0100 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id XAA02556; Sun, 25 Jan 1998 23:33:45 +0100 (MET envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.7) id XAA00346; Sun, 25 Jan 1998 23:33:45 +0100 (MET) Date: Sun, 25 Jan 1998 23:33:45 +0100 (MET) From: Ugo Paternostro Subject: Re: Cirrus Logic PD6729 In-reply-to: <199801251859.LAA28629@mt.sri.com> To: Nate Williams Cc: freebsd-mobile@FreeBSD.ORG Message-id: Organization: Not an organization MIME-version: 1.0 X-Mailer: XFMail 1.2 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 25-Jan-98 Nate Williams wrote about "Re: Cirrus Logic PD6729": > This is a -current box? I didn't realize that. All bets are off as to Yes, it is: I don't like easy things, you know... ;-) > stability. These panics might not even be related to the PCCARD stuff > because of the VM stuff (alhtough they might be mostly worked around as > of a couple of days ago.) No, wait, please: the panic at the end (while unmounting disks) is surely related to a vm problem, in fact it happens while the kernel is in free(), but I would bet that the panic at the even boots is all but a vm problem... >> What about interrupt vector initialization? Where does irq 10 vector point > > Unless the FreeBSD kernel attaches a driver to it, they are all attached > to IRQ 7, the 'junk' IRQ. Sorry, I don't understand that: you mean that every IRQ will fire the same handler? > [ Success deleted ] You're too optimist :( It still *seems* to work: this is an extract of "dmesg": [...omissis...] apm: found APM BIOS version 1.2 Freelist of IRQ's <0x8e20> PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows) pcic: controller irq 5 pcic_probe: slot 0: ADDDWINE: 0x60 pcic_probe: slot 0: INT_GEN: 0x6a pcicintr: unit 0 ^^^^^^^^^^^^^^^^^^ pcic_probe: slot 1: ADDDWINE: 0x00 pcic_probe: slot 1: INT_GEN: 0x00 Initializing PC-card drivers: ep sio Intel Pentium F00F detected, installing workaround Card inserted, slot 0 WARNING: / was not properly dismounted. OSS/FreeBSD loading, address = f3fbc020 Map I/O 0x300 (size 0x10) on Window 0 allocate_driver: slot 0: irq 10 pcic_mapirq: slot 0: irq 10 ep0: utp/bnc[*UTP*] address 00:60:08:22:1e:cb as you can see I added some printf, to understand what is happening at boot time. I enphatized the pcicintr line, to show you that as soon as the pcic driver powers the board on, it generates an interrupt. If I compile without the PCIC_DEBUG and the (new) PCIC_DEBUG_UGO defines, the kernel crashes, and the machine don't see the HD any more. BTW, the "WARNING: / was not properly dismounted." message comes of the vm panic, at the shutdown. > Let me know when you get things ready. I will test the patches until I'm able to reboot without any panic (vm or PCMCIA related), then I will send them to you. > Nate Bye, UP From owner-freebsd-mobile Sun Jan 25 21:25:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06657 for freebsd-mobile-outgoing; Sun, 25 Jan 1998 21:25:02 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA06652 for ; Sun, 25 Jan 1998 21:25:01 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id WAA09603; Sun, 25 Jan 1998 22:24:59 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id WAA00117; Sun, 25 Jan 1998 22:24:55 -0700 Date: Sun, 25 Jan 1998 22:24:55 -0700 Message-Id: <199801260524.WAA00117@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ugo Paternostro Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: Cirrus Logic PD6729 In-Reply-To: References: <199801251859.LAA28629@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> What about interrupt vector initialization? Where does irq 10 vector point > > > > Unless the FreeBSD kernel attaches a driver to it, they are all attached > > to IRQ 7, the 'junk' IRQ. > > Sorry, I don't understand that: you mean that every IRQ will fire the same > handler? Yes, the will all fire on the garbage handler until a different handler is registered. > as you can see I added some printf, to understand what is happening at boot > time. I enphatized the pcicintr line, to show you that as soon as the pcic > driver powers the board on, it generates an interrupt. Since you have cards inserted, I suspect your PCIC may 'generate' interrupts. Either that or the controller isn't configured correctly. Nate From owner-freebsd-mobile Mon Jan 26 06:42:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28526 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 06:42:54 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from bconnex.net (bconnex.net [205.189.200.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28520 for ; Mon, 26 Jan 1998 06:42:52 -0800 (PST) (envelope-from sigrid@bconnex.net) Received: (from sigrid@localhost) by bconnex.net (8.8.5/8.8.5) id JAA06792 for freebsd-mobile@freebsd.org; Mon, 26 Jan 1998 09:39:29 -0500 (EST) Date: Mon, 26 Jan 1998 09:39:29 -0500 (EST) Message-Id: <199801261439.JAA06792@bconnex.net> From: sigrid@bconnex.net (SiGRiD Fenderson, KSC) To: freebsd-mobile@FreeBSD.ORG Subject: Re: PCCARD woes Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well folks, I'm stumped. No matter what I try, all I get when I execute /stand/pccardd is Card "Megahertz"("CC10BT/2") matched "Megahertz" ("CC10BT/2") driver allocation failed for Megahertz (Device not configured) pccardd started For the sake of argument, I have disabled nearly every device in the BIOS and compiled a kernel with support for nothing but the absolute essentials, which left IRQs 3, 4, 6, 7, 9, 10 & 11 all unused. when I boot, the pccard controller takes 4 and pccardd starts, providing me with the above lines. I have tweaked /etc/pccard.conf 40 different ways from Sunday, the config line being various permutations of config 0x1 "sn0" ? config 0x1 "sn0" any config 0x3 "sn0" ? config 0x3 "sn0" any config default "sn0" ? config default "sn0" any 0x1 & 0x3 are the two indexes reported by /stand/pccardc dumpcis, and I have also tried each of the above lines specifying every IRQ explicitly; nothing makes any difference. For the sake of verbosity, I have even written the irq line as follows: irq 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 I'm at the point now where I absolutely positively need a way out of this mess; if nobody can offer and suggestions/guesses as to the cause of all of this, perhaps someone can suggest a flavour of UNIX with which I may have more luck? I really don't want to have to install SolarisPC. :) Thanks for all the help so far, guys; still looking for that magic answer. Best Regards, Greg From owner-freebsd-mobile Mon Jan 26 10:02:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26216 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 10:02:17 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from tnt.isi.edu (tnt.isi.edu [128.9.128.128]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26211 for ; Mon, 26 Jan 1998 10:02:15 -0800 (PST) (envelope-from faber@ISI.EDU) Received: from ISI.EDU (vex-s.isi.edu [128.9.192.240]) by tnt.isi.edu (8.8.7/8.8.6) with ESMTP id KAA28684; Mon, 26 Jan 1998 10:02:05 -0800 (PST) Message-Id: <199801261802.KAA28684@tnt.isi.edu> To: Nate Williams Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Anyone try the patches for Multiple 6832's In-Reply-To: Your message of "Sat, 17 Jan 1998 18:42:20 MST." <199801180142.SAA28794@mt.sri.com> X-Url: http://www.isi.edu/~faber Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 26 Jan 1998 10:02:05 -0800 From: Ted Faber Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Nate Williams wrote: >> Around 19 Dec 97 I posted a patch the current pcic_p.[ch] to support >> multiple CL-PD6832 controllers, and to fix a problem with initializing >> the I/O address. >> >> Anyone try it? Any problems? If not: Nate, did it get committed? >> (will it be committed?) > >Argh, can you resend it. It got lost due to the holidays and such. Nate, did you get a look at this? I just saw Jordan's notes about 2.2.6 deadlines, and I want to make sure I'm not on the wrong side of one.... - ---------------------------------------------------------------------- Ted Faber faber@isi.edu USC/ISI Computer Scientist http://www.isi.edu/~faber (310) 822-1511 x190 PGP Key: http://www.isi.edu/~faber/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNMzPnIb4eisfQ5rpAQFrBAQAlV31LMezI1dEK2Z+ZH6q60ZsGL7Ni5vg k1zPbFwTPwETfofqiIQgxK2PEQapcd72LTNG/ZiN3TFrYbrXwlZ4KI9Xbwc4upp+ 2kY0yjJSAroxCp388wXbfLbKnbKelShTF9wpRR86Z4IjIt3leAl0hE8TJrjHm9PU g3kz9+au6Vk= =JNdO -----END PGP SIGNATURE----- From owner-freebsd-mobile Mon Jan 26 10:18:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29118 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 10:18:51 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29074 for ; Mon, 26 Jan 1998 10:18:46 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA14094; Mon, 26 Jan 1998 11:18:43 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA01762; Mon, 26 Jan 1998 11:18:40 -0700 Date: Mon, 26 Jan 1998 11:18:40 -0700 Message-Id: <199801261818.LAA01762@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ted Faber Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: Anyone try the patches for Multiple 6832's In-Reply-To: <199801261802.KAA28684@tnt.isi.edu> References: <199801180142.SAA28794@mt.sri.com> <199801261802.KAA28684@tnt.isi.edu> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Around 19 Dec 97 I posted a patch the current pcic_p.[ch] to support > >> multiple CL-PD6832 controllers, and to fix a problem with initializing > >> the I/O address. ... > Nate, did you get a look at this? I just saw Jordan's notes about > 2.2.6 deadlines, and I want to make sure I'm not on the wrong side of > one.... I thought I sent you email that it was committed... However, note that it was committed to 3.0-current, like your original patch. I need people to test the code before I bring it into 2.2.*, and I've not received a peep about it since I committed except from you and Hosokawa. ;( ---------------------------- revision 1.3 date: 1998/01/20 21:11:03; author: nate; state: Exp; lines: +2 -2 - Support for multiple PD6832 controllers. Each found 6832 is assigned and initializes the next two ports in order starting at 03e0. This also patches pcic_p.h to reduce the I/O ports mapped from 4 to 2. Submitted by: Ted Faber Nate From owner-freebsd-mobile Mon Jan 26 10:32:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00980 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 10:32:24 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from tnt.isi.edu (tnt.isi.edu [128.9.128.128]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00969 for ; Mon, 26 Jan 1998 10:32:22 -0800 (PST) (envelope-from faber@ISI.EDU) Received: from ISI.EDU (vex-s.isi.edu [128.9.192.240]) by tnt.isi.edu (8.8.7/8.8.6) with ESMTP id KAA01353; Mon, 26 Jan 1998 10:32:19 -0800 (PST) Message-Id: <199801261832.KAA01353@tnt.isi.edu> To: Nate Williams cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Anyone try the patches for Multiple 6832's In-reply-to: Your message of "Mon, 26 Jan 1998 11:18:40 MST." <199801261818.LAA01762@mt.sri.com> X-Url: http://www.isi.edu/~faber Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 26 Jan 1998 10:32:19 -0800 From: Ted Faber Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate Williams wrote: >> >> Around 19 Dec 97 I posted a patch the current pcic_p.[ch] to support >> >> multiple CL-PD6832 controllers, and to fix a problem with initializing >> >> the I/O address. >... >> Nate, did you get a look at this? I just saw Jordan's notes about >> 2.2.6 deadlines, and I want to make sure I'm not on the wrong side of >> one.... > >I thought I sent you email that it was committed... You did (whoops). I managed to screw up my maildelivery file and reroute my freebsd-mobile mail to strange and new folders. I thought it had been a little quiet. Sorry for the confusion. > >However, note that it was committed to 3.0-current, like your original >patch. I need people to test the code before I bring it into 2.2.*, and >I've not received a peep about it since I committed except from you and >Hosokawa. ;( OK, well, I can't do much more to test it, so hopefully some others will jump on out of the woodwork. Thanks again, Nate! ---------------------------------------------------------------------- Ted Faber faber@isi.edu USC/ISI Computer Scientist http://www.isi.edu/~faber (310) 822-1511 x190 PGP Key: http://www.isi.edu/~faber/pubkey.asc From owner-freebsd-mobile Mon Jan 26 11:14:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07983 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 11:14:50 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07974 for ; Mon, 26 Jan 1998 11:14:46 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA14257; Mon, 26 Jan 1998 11:37:21 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA01955; Mon, 26 Jan 1998 11:37:20 -0700 Date: Mon, 26 Jan 1998 11:37:20 -0700 Message-Id: <199801261837.LAA01955@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ted Faber Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: Anyone try the patches for Multiple 6832's In-Reply-To: <199801261832.KAA01353@tnt.isi.edu> References: <199801261818.LAA01762@mt.sri.com> <199801261832.KAA01353@tnt.isi.edu> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >However, note that it was committed to 3.0-current, like your original > >patch. I need people to test the code before I bring it into 2.2.*, and > >I've not received a peep about it since I committed except from you and > >Hosokawa. ;( > > OK, well, I can't do much more to test it, so hopefully some others > will jump on out of the woodwork. Right. Others, *please* jump quickly so I can merge it into 2.2. :) :) :) Nate From owner-freebsd-mobile Mon Jan 26 11:58:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16167 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 11:58:26 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from bconnex.net (bconnex.net [205.189.200.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16162 for ; Mon, 26 Jan 1998 11:58:23 -0800 (PST) (envelope-from sigrid@bconnex.net) Received: (from sigrid@localhost) by bconnex.net (8.8.5/8.8.5) id OAA25346 for freebsd-mobile@freebsd.org; Mon, 26 Jan 1998 14:55:00 -0500 (EST) Date: Mon, 26 Jan 1998 14:55:00 -0500 (EST) Message-Id: <199801261955.OAA25346@bconnex.net> From: sigrid@bconnex.net (SiGRiD Fenderson, KSC) To: freebsd-mobile@FreeBSD.ORG Subject: Re: PCCARD woes Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well well well. Looks like I won after all. I installed PAO-971211.tar.gz, and #define'd DEBUG before I compiled the kernel. I also disabled LPT1 in the BIOS and removed lpt* from my kernel config. The card now initializes on IRQ7 just fine. Amazing, given that may knowledge of C is exactly zero. :) Thanks again to everyone for their suggestions; it was a bit of a frankenstein solution, but I can live with it. Best Regards, Greg From owner-freebsd-mobile Mon Jan 26 13:20:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00825 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 13:20:26 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from mailhost.pfmc.net (ns1.pfmc.net [204.254.224.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00797 for ; Mon, 26 Jan 1998 13:20:15 -0800 (PST) (envelope-from marko@mailhost.pfmc.net) Received: (from marko@localhost) by mailhost.pfmc.net (8.8.5/8.8.5) id PAA18934 for mobile@freebsd.org; Mon, 26 Jan 1998 15:53:59 -0500 (EST) From: Marko Bukvic Message-Id: <199801262053.PAA18934@mailhost.pfmc.net> Subject: sun hardware To: mobile@FreeBSD.ORG Date: Mon, 26 Jan 1998 15:53:59 -0500 (EST) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Someone mentioned to me that you had sun hardware for sale and suggested that I contact you. What hardware do you have available? Thanks. Marko Bukvic From owner-freebsd-mobile Mon Jan 26 17:22:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08651 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 17:22:05 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08591 for ; Mon, 26 Jan 1998 17:21:46 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id LAA00896; Tue, 27 Jan 1998 11:44:17 +1030 (CST) Message-Id: <199801270114.LAA00896@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Marko Bukvic cc: mobile@FreeBSD.ORG Subject: Re: sun hardware In-reply-to: Your message of "Mon, 26 Jan 1998 15:53:59 CDT." <199801262053.PAA18934@mailhost.pfmc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Jan 1998 11:44:17 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, > > Someone mentioned to me that you had sun hardware for sale and suggested that I contact you. What hardware do you have > available? I have a 30 metre 13W3/keyboard extender cable, if you're interested. Available for immediate pickup, Adelaide, South Australia. But it's a bit heavy to be suitable for a mobile system of any description. -- \\ 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. \\ From owner-freebsd-mobile Tue Jan 27 16:08:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19430 for freebsd-mobile-outgoing; Tue, 27 Jan 1998 16:08:48 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from irl.eecs.umich.edu (irl.eecs.umich.edu [141.213.8.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19423 for ; Tue, 27 Jan 1998 16:08:45 -0800 (PST) (envelope-from sugih@eecs.umich.edu) Received: from irl.eecs.umich.edu (localhost [127.0.0.1]) by irl.eecs.umich.edu (8.8.8/8.8.7) with ESMTP id TAA02636 for ; Tue, 27 Jan 1998 19:08:22 -0500 (EST) Message-Id: <199801280008.TAA02636@irl.eecs.umich.edu> X-Mailer: exmh version 1.6.9 8/22/96 To: freebsd-mobile@FreeBSD.ORG Subject: Hitachi Traveller? From: Sugih Jamin Reply-To: jamin@eecs.umich.edu X-Phone: +1 313 763 1583 X-URL: http://irl.eecs.umich.edu/jamin/ Date: Tue, 27 Jan 1998 19:08:21 -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm thinking of getting a Hitachi VisionBook Traveller. Has anybody had any good or bad experience with it, especially in installing FreeBSD on it? Thanks. -- sugih From owner-freebsd-mobile Tue Jan 27 16:28:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23320 for freebsd-mobile-outgoing; Tue, 27 Jan 1998 16:28:59 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from send1c.yahoomail.com (send1c.yahoomail.com [205.180.60.38]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA23291 for ; Tue, 27 Jan 1998 16:28:49 -0800 (PST) (envelope-from k0zm0z@yahoo.com) Message-ID: <19980128002852.16393.rocketmail@send1c.yahoomail.com> Received: from [207.155.93.60] by send1c; Tue, 27 Jan 1998 16:28:52 PST Date: Tue, 27 Jan 1998 16:28:52 -0800 (PST) From: kozmo killah Subject: Re: Response to ticket 012398-6918-403 To: InSupport@four11.com Cc: mobile@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---InSupport@four11.com wrote: > > > > In response to : > > 01/23/98-16:40 > > Received: from support.four11.com (mail.four11.com [205.180.57.45]) by > papa.four11.com (8.8.5/8.6.12) with ESMTP id QAA06913 for > ; Fri, 23 Jan 1998 16:40:19 -0800 > (PST) > Received: from mta-1a.yahoomail.com (mta-1a.yahoomail.com > [205.180.60.10]) by support.four11.com (8.8.5/8.6.12) with SMTP id > QAA08937 for ; Fri, 23 Jan 1998 16:17:02 > -0800 (PST) > Delivered-To: yahoo.com-abuse@yahoo.com > Received: from kalypso.iqm.unicamp.br (143.106.51.1) > by mta-1a.yahoomail.com with SMTP; 23 Jan 1998 15:51:15 -0800 > Received: (from vazquez@localhost) > by kalypso.iqm.unicamp.br (8.8.8/8.7.3/FreeBSD/2.1.5) id > VAA11253 > for abuse@yahoo.com; Fri, 23 Jan 1998 21:54:11 -0200 (EDT) > Received: (from sma@localhost) > > [ Removed... ] > > > ----------------------------------------------- > > Hello Yahoo! Mail User, > > > We have received your message regarding report number 012398-6918-403. > We are currently investigating the problem. As soon as we have a > solution for you, we will contact you via e-mail. > > Thank you for helping us improve and enhance our services. We > appreciate your participation and feedback. > > > Regards, > The Yahoo! Mail Support Team >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
From owner-freebsd-mobile Tue Jan 27 16:42:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25536 for freebsd-mobile-outgoing; Tue, 27 Jan 1998 16:42:23 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25467 for ; Tue, 27 Jan 1998 16:42:11 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA21537; Wed, 28 Jan 1998 11:11:56 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA15901; Wed, 28 Jan 1998 11:11:56 +1030 (CST) (envelope-from grog) Message-ID: <19980128111155.17684@lemis.com> Date: Wed, 28 Jan 1998 11:11:55 +1030 From: Greg Lehey To: kozmo killah Cc: FreeBSD mobile Mailing List Subject: Re: Response to ticket 012398-6918-403 References: <19980128002852.16393.rocketmail@send1c.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <19980128002852.16393.rocketmail@send1c.yahoomail.com>; from kozmo killah on Tue, Jan 27, 1998 at 04:28:52PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 27, 1998 at 04:28:52PM -0800, kozmo killah wrote: (sorry, can't include HTML) *Please* don't send messages in HTML. Most people can't read them. Why did you send this message to -mobile anyway? Greg From owner-freebsd-mobile Tue Jan 27 17:30:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05999 for freebsd-mobile-outgoing; Tue, 27 Jan 1998 17:30:59 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05926 for ; Tue, 27 Jan 1998 17:30:50 -0800 (PST) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.0-4 #3688) id <01ISW7A1BRPS0017KN@CESIT1.UNIFI.IT> for freebsd-mobile@FreeBSD.ORG; Wed, 28 Jan 1998 02:30:39 +0100 (MET) Received: from dsi.unifi.it (com4.unifi.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA22169; Wed, 28 Jan 1998 02:36:52 +0100 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id XAA08406; Tue, 27 Jan 1998 23:55:55 +0100 (MET envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.7) id XAA00256; Tue, 27 Jan 1998 23:55:54 +0100 (MET) Date: Tue, 27 Jan 1998 23:55:54 +0100 (MET) From: Ugo Paternostro Subject: Re: Cirrus Logic PD6729 In-reply-to: <199801260524.WAA00117@mt.sri.com> To: Nate Williams Cc: freebsd-mobile@FreeBSD.ORG Message-id: Organization: Not an organization MIME-version: 1.0 X-Mailer: XFMail 1.2 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26-Jan-98 Nate Williams wrote about "Re: Cirrus Logic PD6729": >> time. I enphatized the pcicintr line, to show you that as soon as the pcic >> driver powers the board on, it generates an interrupt. > > Since you have cards inserted, I suspect your PCIC may 'generate' > interrupts. Yep, but that is a "status change" interrupt, while the status didn't change... BTW, I had a brigth idea :-), and tried to boot without the card inserted: #$W@*&, it works... > Either that or the controller isn't configured correctly. I can try to re-initialize all the socket registers to their default values, but if that does not work, I really don't know what to do. What about write FIFO in the 6729? Should I wait to have an empty FIFO before going on? May this help? > Nate Bye, UP From owner-freebsd-mobile Tue Jan 27 18:17:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15478 for freebsd-mobile-outgoing; Tue, 27 Jan 1998 18:17:33 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15467 for ; Tue, 27 Jan 1998 18:17:31 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id TAA25960; Tue, 27 Jan 1998 19:17:27 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id TAA01636; Tue, 27 Jan 1998 19:17:26 -0700 Date: Tue, 27 Jan 1998 19:17:26 -0700 Message-Id: <199801280217.TAA01636@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ugo Paternostro Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: Cirrus Logic PD6729 In-Reply-To: References: <199801260524.WAA00117@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> time. I enphatized the pcicintr line, to show you that as soon as the pcic > >> driver powers the board on, it generates an interrupt. > > > > Since you have cards inserted, I suspect your PCIC may 'generate' > > interrupts. > > Yep, but that is a "status change" interrupt, while the status didn't change... > > BTW, I had a brigth idea :-), and tried to boot without the card inserted: > #$W@*&, it works... So, the status did change from the default of 'no cards inserted' to 'a card is inserted.' :) > > Either that or the controller isn't configured correctly. > > I can try to re-initialize all the socket registers to their default values, > but if that does not work, I really don't know what to do. > > What about write FIFO in the 6729? Should I wait to have an empty FIFO before > going on? May this help? ???? You're own your own there. Nate From owner-freebsd-mobile Wed Jan 28 11:27:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00284 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 11:27:29 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA00276 for ; Wed, 28 Jan 1998 11:27:28 -0800 (PST) (envelope-from k0zm0z@yahoo.com) Message-ID: <19980128190013.19584.rocketmail@send1a.yahoomail.com> Received: from [207.155.93.60] by send1a; Wed, 28 Jan 1998 11:00:13 PST Date: Wed, 28 Jan 1998 11:00:13 -0800 (PST) From: kozmo killah Subject: Re: Response to ticket 012398-6918-403 To: Greg Lehey Cc: FreeBSD mobile Mailing List MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org this keeps being sent to me??! over and over from four11.com, what gives? ---Greg Lehey wrote: > > On Tue, Jan 27, 1998 at 04:28:52PM -0800, kozmo killah wrote: > > (sorry, can't include HTML) > > *Please* don't send messages in HTML. Most people can't read them. > > Why did you send this message to -mobile anyway? > > Greg >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
From owner-freebsd-mobile Wed Jan 28 11:48:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04123 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 11:48:50 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04098; Wed, 28 Jan 1998 11:48:43 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801281948.LAA04098@hub.freebsd.org> Subject: Re: Response to ticket 012398-6918-403 In-Reply-To: <19980128190013.19584.rocketmail@send1a.yahoomail.com> from kozmo killah at "Jan 28, 98 11:00:13 am" To: k0zm0z@yahoo.com (kozmo killah) Date: Wed, 28 Jan 1998 11:48:43 -0800 (PST) Cc: grog@lemis.com, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org you gotta provide headers in order for anyone to track it down. jmb kozmo killah wrote: [text/html is unsupported, treating like TEXT/PLAIN] > > this keeps being sent to me??! > > over and over from four11.com, what gives? > > > > > ---Greg Lehey wrote: > > > > On Tue, Jan 27, 1998 at 04:28:52PM -0800, kozmo killah wrote: > > > > (sorry, can't include HTML) > > > > *Please* don't send messages in HTML. Most people can't read them. > > > > Why did you send this message to -mobile anyway? > > > > Greg > > >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
> > From owner-freebsd-mobile Wed Jan 28 13:02:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21229 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 13:02:53 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA21211 for ; Wed, 28 Jan 1998 13:02:42 -0800 (PST) (envelope-from k0zm0z@yahoo.com) Message-ID: <19980128210222.20802.rocketmail@send1b.yahoomail.com> Received: from [207.155.93.60] by send1b; Wed, 28 Jan 1998 13:02:22 PST Date: Wed, 28 Jan 1998 13:02:22 -0800 (PST) From: kozmo killah Subject: Re: Response to ticket 012398-6918-403 To: "Jonathan M. Bresler" Cc: grog@lemis.com, freebsd-mobile@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org drat, its some stupid auto-reply thingy in my mailer or something. i think its fixed ---"Jonathan M. Bresler" wrote: > > you gotta provide headers > in order for anyone to track it down. > jmb > > kozmo killah wrote: > [text/html is unsupported, treating like TEXT/PLAIN] > > > > > this keeps being sent to me??! > > > > over and over from four11.com, what gives? > > > > > > > > > > ---Greg Lehey wrote: > > > > > > On Tue, Jan 27, 1998 at 04:28:52PM -0800, kozmo killah wrote: > > > > > > (sorry, can't include HTML) > > > > > > *Please* don't send messages in HTML. Most people can't read them. > > > > > > Why did you send this message to -mobile anyway? > > > > > > Greg > > > > >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
> > > > > >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
From owner-freebsd-mobile Wed Jan 28 13:02:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21230 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 13:02:53 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from send1b.yahoomail.com (send1b.yahoomail.com [205.180.60.23]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA21212 for ; Wed, 28 Jan 1998 13:02:43 -0800 (PST) (envelope-from k0zm0z@yahoo.com) Message-ID: <19980128210222.20802.rocketmail@send1b.yahoomail.com> Received: from [207.155.93.60] by send1b; Wed, 28 Jan 1998 13:02:22 PST Date: Wed, 28 Jan 1998 13:02:22 -0800 (PST) From: kozmo killah Subject: Re: Response to ticket 012398-6918-403 To: "Jonathan M. Bresler" Cc: grog@lemis.com, freebsd-mobile@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org drat, its some stupid auto-reply thingy in my mailer or something. i think its fixed ---"Jonathan M. Bresler" wrote: > > you gotta provide headers > in order for anyone to track it down. > jmb > > kozmo killah wrote: > [text/html is unsupported, treating like TEXT/PLAIN] > > > > > this keeps being sent to me??! > > > > over and over from four11.com, what gives? > > > > > > > > > > ---Greg Lehey wrote: > > > > > > On Tue, Jan 27, 1998 at 04:28:52PM -0800, kozmo killah wrote: > > > > > > (sorry, can't include HTML) > > > > > > *Please* don't send messages in HTML. Most people can't read them. > > > > > > Why did you send this message to -mobile anyway? > > > > > > Greg > > > > >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
> > > > > >
DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
From owner-freebsd-mobile Wed Jan 28 13:05:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21862 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 13:05:12 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21843; Wed, 28 Jan 1998 13:05:08 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801282105.NAA21843@hub.freebsd.org> Subject: Re: Response to ticket 012398-6918-403 In-Reply-To: <19980128210222.20802.rocketmail@send1b.yahoomail.com> from kozmo killah at "Jan 28, 98 01:02:22 pm" To: k0zm0z@yahoo.com (kozmo killah) Date: Wed, 28 Jan 1998 13:05:08 -0800 (PST) Cc: jmb@FreeBSD.ORG, grog@lemis.com, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ah.... jmb kozmo killah wrote: [text/html is unsupported, treating like TEXT/PLAIN] > > > drat, its some stupid auto-reply thingy in my mailer > or something. > > i think its fixed > > > > ---"Jonathan M. Bresler" wrote: > > > > you gotta provide headers > > in order for anyone to track it down. > > jmb From owner-freebsd-mobile Wed Jan 28 14:08:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03812 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 14:08:51 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03765; Wed, 28 Jan 1998 14:08:41 -0800 (PST) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.0-4 #3688) id <01ISXEISVTDS001AXK@CESIT1.UNIFI.IT>; Wed, 28 Jan 1998 23:08:33 +0100 (MET) Received: from dsi.unifi.it (com16.unifi.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA25192; Wed, 28 Jan 1998 23:14:55 +0100 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id XAA11767; Wed, 28 Jan 1998 23:08:21 +0100 (MET envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.7) id XAA00493; Wed, 28 Jan 1998 23:08:21 +0100 (MET) Date: Wed, 28 Jan 1998 23:08:20 +0100 (MET) From: Ugo Paternostro Subject: Weird problem with XFree 86 v3.3.1 and Cirrus Logic 7548 To: freebsd-mobile@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG Message-id: Organization: Not an organization MIME-version: 1.0 X-Mailer: XFMail 1.2 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello everybody! As I said in a previous message, I installed -current (1998-01-24 SNAP) on my laptop, with XFree86 v3.3.1 The laptop has a Cirrus Logic CL-GD7548 SVGA chip with 1 MB memory and an 800x600 DSTN LCD panel. When I start the X server, the screen appears (about) 70 pixel shifted to the right, with a black border on the left side, and a lot of (waving) horizontal stripes. Luckly, if I switch the output to the external monitor connector and than back to the LCD, it becames perfectly clear and stable, without the 70 pixels offset. BTW, if I press CTRL-ALT-F1 to switch back to the console while te screen is in the "weird" state, I get a weird console :) What I mean is that I get an almost all white console, with whiter characters here and there, but repeated 3 times in 3 big horizontal stripes. Of course, if I switch the output the console goes fine... Moreover, it works perfectly after a suspend (I'm using the SaveToDisk feature of the Phoenix Bios). I'm really stymied... Well, that's not a Big Problem(tm), you know, it works, you just have to remember to switch out then in again the VGA output, but... I include here the relevant parts of XF86Config and the X server output: ------------------------------------------------------------------------------- [...] Section "Device" Identifier "Echos SVGA" VendorName "Olivetti" BoardName "Echos PRO 133D SVGA" # VideoRam 1024 # Option "no_bitblt" # Option "noaccel" # Option "no_mmio" Option "nolinear" # Option "med_dram" # Option "fifo_conservative" # Clockchip "cirrus" # Use Option "no_bitblt" if you have graphics problems. If that fails # try Option "noaccel". # Refer to /usr/X11R6/lib/doc/README.cirrus. # To allow linear addressing, uncomment the Option line and the # address that the card maps the framebuffer to. # Insert Clocks lines here if appropriate EndSection [...] ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- XFree86 Version 3.3.1 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: August 4 1997 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 3.0-970520-SNAP i386 Configured drivers: [...] XF86Config: /etc/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) XKB: keycodes: "xfree86" (**) XKB: types: "default" (**) XKB: compat: "default" (**) XKB: symbols: "en_US(pc101)+it" (**) XKB: geometry: "pc" (**) Mouse: type: PS/2, device: /dev/psm0, baudrate: 1200, 3 button emulation (timeout: 50ms) (**) Mouse: type: Microsoft, device: /dev/cuaa0, baudrate: 1200 (**) SVGA: Graphics device ID: "Echos SVGA" (**) SVGA: Monitor ID: "Echos LCD" (--) SVGA: Mode "640x400" needs hsync freq of 43.27 kHz. Deleted. [...lot of this deleted...] (--) SVGA: Mode "480x300" needs hsync freq of 48.00 kHz. Deleted. (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X1 1R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/li b/X11/fonts/100dpi/" (--) SVGA: PCI: Cirrus Logic GD7548 rev 0, Memory @ 0xfc000000, 0xfd000000 (--) SVGA: clgd7548: LCD display only (--) SVGA: clgd7548: 800x600 Color STN LCD detected (--) SVGA: chipset: clgd7548 (--) SVGA: videoram: 1024k (--) SVGA: clocks: 25.23 28.32 41.16 36.08 31.50 39.99 45.08 49.87 (--) SVGA: clocks: 64.98 72.16 75.00 80.01 (**) SVGA: Option "nolinear" (**) SVGA: Using 8 bpp, Depth 8, Color weight: 666 (--) SVGA: Maximum allowed dot-clock: 80.100 MHz (**) SVGA: Mode "800x600": mode clock = 40.000, clock used = 39.991 (--) SVGA: Virtual resolution set to 800x600 (--) SVGA: SpeedUp code selection modified because virtualX != 1024 (--) SVGA: clgd7548: Internal memory clock register is 0x25 (Extended RAS) (**) SVGA: clgd7548: Approximate DRAM bandwidth for drawing: 92 of 132 MB/s (--) SVGA: clgd7548: 568576 bytes off-screen memory available (--) SVGA: clgd7548: Using accelerator functions (--) SVGA: clgd7548: Using BitBLT engine (--) SVGA: Using XAA (XFree86 Acceleration Architecture) (--) SVGA: XAA: Solid filled rectangles (--) SVGA: XAA: Screen-to-screen copy (--) SVGA: XAA: Using 6 128x128 areas for pixmap caching (--) SVGA: XAA: Caching tiles and stipples (--) SVGA: XAA: Horizontal and vertical lines and segments (**) Adding extended device "Second Mouse" (type: Mouse) --------------------------------------------------------------------------- Bye, UP -- +-------------------------------+---------------------------------------------+ | Ugo Paternostro | Work: Dipartimento di Sistemi e Informatica | +-------------------------------+ Via di Santa Marta, 3 | | Home : P.zza Cannicci, 2 | 50139 FIRENZE (FI) | | 50018 SCANDICCI (FI) | Italy | | Italy | Voice: +39-55-4796365 or +39-55-4796425 | | Voice: +39-55-252115 | EMail: paterno@dsi.unifi.it | | Fax : idem, voice call before| Finger for my PGP public key | | EMail: 2:332/125.23@fidonet +---------------------------------------------+ | 39:102/205.23@amiganet | All opinions are mine, mine, only mine! :-) | +-------------------------------+---------------------------------------------+ From owner-freebsd-mobile Wed Jan 28 14:35:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09961 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 14:35:39 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09953; Wed, 28 Jan 1998 14:35:37 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id OAA06978; Wed, 28 Jan 1998 14:28:22 -0800 (PST) Message-ID: <34CFB248.19DB454@clicknet.com> Date: Wed, 28 Jan 1998 14:33:44 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: freebsd-mobile@FreeBSD.ORG Subject: Do you need PAO on FreeBSD v2.2.5? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had been told that you didn't need to use PAO under FreeBSD v2.2.5 that the 'stock' pccard support was working fine. Is this correct? I've been having problems getting a 3Com 3C589D NIC running and I'm wondering if I would have more luck with PAO. -Sean From owner-freebsd-mobile Wed Jan 28 23:08:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14266 for freebsd-mobile-outgoing; Wed, 28 Jan 1998 23:08:26 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14257; Wed, 28 Jan 1998 23:08:19 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id RAA01931; Thu, 29 Jan 1998 17:31:13 +1030 (CST) Message-Id: <199801290701.RAA01931@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Sean J. Schluntz" cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: Do you need PAO on FreeBSD v2.2.5? In-reply-to: Your message of "Wed, 28 Jan 1998 14:33:44 -0800." <34CFB248.19DB454@clicknet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jan 1998 17:31:13 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > I had been told that you didn't need to use PAO under FreeBSD v2.2.5 > that the 'stock' pccard support was working fine. Is this correct? Yes. > I've been having problems getting a 3Com 3C589D NIC running and I'm > wondering if I would have more luck with PAO. No. -- \\ 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. \\ From owner-freebsd-mobile Thu Jan 29 02:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09902 for freebsd-mobile-outgoing; Thu, 29 Jan 1998 02:10:02 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from mailhub.NetMan.SE (mail.netman.se [194.52.54.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09897 for ; Thu, 29 Jan 1998 02:09:55 -0800 (PST) (envelope-from allard@netman.se) Received: (from uucp@localhost) by mailhub.NetMan.SE (8.8.5/8.8.5) id LAA07649 for ; Thu, 29 Jan 1998 11:15:34 +0100 (CET) Message-Id: <199801291015.LAA07649@mailhub.NetMan.SE> Received: from unknown(10.1.7.10) by mailhub.NetMan.SE via smap (V2.0) id xma007646; Thu, 29 Jan 98 11:15:09 +0100 X-Sender: allard@mailhub.netman.se X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Thu, 29 Jan 1998 11:08:57 +0100 To: freebsd-mobile@FreeBSD.ORG From: Johan Allard Subject: zp0 multicasting question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Hello, I am sitting here and experimenting with my laptop with an 3com 3c589D card. It works fine with the zp driver from 2.2.5-RELEASE but it doesn't have any MULTICAST option set in ifconfig. Therefore I installed the PAO-971211 and everything compiled perfectly. After som testing i got everything configured and running. The only problem I have now is that i get really, really bad performance on my network card. During a regular tcpdump the kernel drops aprox 50% of all packets. Does anyone have any idea? //johan allard From owner-freebsd-mobile Thu Jan 29 07:47:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25579 for freebsd-mobile-outgoing; Thu, 29 Jan 1998 07:47:34 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25573 for ; Thu, 29 Jan 1998 07:47:32 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA10006; Thu, 29 Jan 1998 08:47:22 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA10801; Thu, 29 Jan 1998 08:47:10 -0700 Date: Thu, 29 Jan 1998 08:47:10 -0700 Message-Id: <199801291547.IAA10801@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Johan Allard Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: zp0 multicasting question In-Reply-To: <199801291015.LAA07649@mailhub.NetMan.SE> References: <199801291015.LAA07649@mailhub.NetMan.SE> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > I am sitting here and experimenting with my laptop with an 3com 3c589D > card. It works fine with the zp driver from 2.2.5-RELEASE but it doesn't > have any MULTICAST option set in ifconfig. Nope, but if you used the PCCARD version it would have support. > Therefore I installed the > PAO-971211 and everything compiled perfectly. You didn't need the PAO patches to get the PCCARD support, but oh well. :) > After som testing i got everything configured and running. The only > problem I have now is that i get really, really bad performance on my > network card. During a regular tcpdump the kernel drops aprox 50% of > all packets. Does anyone have any idea? I'm not sure what if_ep.c driver PAO uses, but if it's the driver in -current that might signify a problem. It was recently 'simplified', but it turns out the simplification has caused some performance problems that others have noted. Nate From owner-freebsd-mobile Fri Jan 30 05:31:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29011 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 05:31:36 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from mailhub.NetMan.SE (mail.netman.se [194.52.54.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29005 for ; Fri, 30 Jan 1998 05:31:34 -0800 (PST) (envelope-from allard@netman.se) Received: (from uucp@localhost) by mailhub.NetMan.SE (8.8.5/8.8.5) id OAA15669; Fri, 30 Jan 1998 14:37:12 +0100 (CET) Message-Id: <199801301337.OAA15669@mailhub.NetMan.SE> Received: from unknown(10.1.7.10) by mailhub.NetMan.SE via smap (V2.0) id xma015665; Fri, 30 Jan 98 14:36:56 +0100 X-Sender: allard@mailhub.netman.se X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Fri, 30 Jan 1998 14:30:41 +0100 To: Nate Williams From: Johan Allard Subject: Re: zp0 multicasting question Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <199801291547.IAA10801@mt.sri.com> References: <199801291015.LAA07649@mailhub.NetMan.SE> <199801291015.LAA07649@mailhub.NetMan.SE> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" At 08:47 1998-01-29 -0700, Nate Williams wrote: >> I am sitting here and experimenting with my laptop with an 3com 3c589D >> card. It works fine with the zp driver from 2.2.5-RELEASE but it doesn't >> have any MULTICAST option set in ifconfig. > >Nope, but if you used the PCCARD version it would have support. The problem here is that I have a Cirrus Logic GD6832 CardBus controller and the release version doesnt support it out of the box. >> Therefore I installed the >> PAO-971211 and everything compiled perfectly. > >You didn't need the PAO patches to get the PCCARD support, but oh >well. :) See above. >> After som testing i got everything configured and running. The only >> problem I have now is that i get really, really bad performance on my >> network card. During a regular tcpdump the kernel drops aprox 50% of >> all packets. Does anyone have any idea? > >I'm not sure what if_ep.c driver PAO uses, but if it's the driver in >-current that might signify a problem. It was recently 'simplified', >but it turns out the simplification has caused some performance problems >that others have noted. > If you think that moving to -current will solve my problems i would not have any problems with that. Its just that i dont want to spend too much time changing release version just to see that it doesnt work there either ;-( Thanks anyway //johan From owner-freebsd-mobile Fri Jan 30 07:55:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20522 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 07:55:02 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20513 for ; Fri, 30 Jan 1998 07:55:00 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA18965; Fri, 30 Jan 1998 08:54:56 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA15596; Fri, 30 Jan 1998 08:54:53 -0700 Date: Fri, 30 Jan 1998 08:54:53 -0700 Message-Id: <199801301554.IAA15596@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Johan Allard Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: zp0 multicasting question In-Reply-To: <199801301337.OAA15669@mailhub.NetMan.SE> References: <199801291015.LAA07649@mailhub.NetMan.SE> <199801291547.IAA10801@mt.sri.com> <199801301337.OAA15669@mailhub.NetMan.SE> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > >> I am sitting here and experimenting with my laptop with an 3com 3c589D > >> card. It works fine with the zp driver from 2.2.5-RELEASE but it doesn't > >> have any MULTICAST option set in ifconfig. > > > >Nope, but if you used the PCCARD version it would have support. > > The problem here is that I have a Cirrus Logic GD6832 CardBus controller > and the release version doesnt support it out of the box. zp0 supports it and the regular PCCARD code doesn't? Weird.. I would have thought that if a controller looked enough like a PCCARD controller for the zp0 driver to work then it would also work with the GENERIC driver. Have you tested the release version? > >> After som testing i got everything configured and running. The only > >> problem I have now is that i get really, really bad performance on my > >> network card. During a regular tcpdump the kernel drops aprox 50% of > >> all packets. Does anyone have any idea? > > > >I'm not sure what if_ep.c driver PAO uses, but if it's the driver in > >-current that might signify a problem. It was recently 'simplified', > >but it turns out the simplification has caused some performance problems > >that others have noted. > > > If you think that moving to -current will solve my problems i would not > have any problems with that. Its just that i dont want to spend too much > time changing release version just to see that it doesnt work there either ;-( I don't think the driver in -current is much different, unfortunately. If you have access to the CVS tree, you might try using an older version of the driver to see if that makes any difference. Nate From owner-freebsd-mobile Fri Jan 30 13:14:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21408 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 13:14:21 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21399; Fri, 30 Jan 1998 13:14:19 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id NAA28894; Fri, 30 Jan 1998 13:00:59 -0800 (PST) Message-ID: <34D240AD.B0AA6956@clicknet.com> Date: Fri, 30 Jan 1998 13:05:50 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: freebsd-mobile@FreeBSD.ORG Subject: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Ok, I'm in for it now. I'm still trying to get my 3Com 3C589D PCCard running and I rebuild the kernel with ep1 insted of ep0 and moved the pccard.conf to ep1 and when I incert the card I get Slot 1, unfielded interrupt 0 repeated in an unbreakable look (hard shutdown is only option.) I rebuild the kernel and put everything back and I'm still getting it! What can I do? -Sean From owner-freebsd-mobile Fri Jan 30 13:21:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22874 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 13:21:43 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA22776 for ; Fri, 30 Jan 1998 13:21:33 -0800 (PST) (envelope-from goeringerm@keywest.ird.rl.af.mil) Received: by keywest.ird.rl.af.mil with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD2D9C.1B79B0F0@keywest.ird.rl.af.mil>; Fri, 30 Jan 1998 16:28:33 -0500 Message-ID: From: "Goeringer, Michael" To: "'Sean J. Schluntz'" Cc: "'freebsd-mobile@freebsd.org'" Subject: RE: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) Date: Fri, 30 Jan 1998 16:28:31 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" For what it's worth, ep1 and ep0 have nothing to do with slot 0 and 1... I guess you could have two network cards in and then each would require thier own entry. In my example I make the printers poll and was using IRQ 7 for the card...is this what you did? Michael G. >---------- >From: Sean J. Schluntz[SMTP:schluntz@clicknet.com] >Sent: Friday, January 30, 1998 4:05 PM >To: freebsd-questions@FreeBSD.ORG >Cc: freebsd-mobile@FreeBSD.ORG >Subject: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) > >Ok, I'm in for it now. I'm still trying to get my 3Com 3C589D PCCard >running and I rebuild the kernel with ep1 insted of ep0 and moved the >pccard.conf to ep1 and when I incert the card I get Slot 1, unfielded >interrupt 0 repeated in an unbreakable look (hard shutdown is only >option.) I rebuild the kernel and put everything back and I'm still >getting it! > >What can I do? > >-Sean > From owner-freebsd-mobile Fri Jan 30 14:16:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06283 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 14:16:13 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06270 for ; Fri, 30 Jan 1998 14:16:11 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id OAA29828; Fri, 30 Jan 1998 14:08:35 -0800 (PST) Message-ID: <34D25085.39318F73@clicknet.com> Date: Fri, 30 Jan 1998 14:13:26 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > For what it's worth, ep1 and ep0 have nothing to do with slot 0 and 1... > I guess you could have two network cards in and then each would require > thier own entry. In my example I make the printers poll and was using > IRQ 7 for the card...is this what you did? line when I get home :)> No, I've got it setup for 0x300 and irq 10, I've set those up in the 3Com utility and have verified that NT sees it that way as well. My orriginal problem as an unable to allocate driver. -Sean From owner-freebsd-mobile Fri Jan 30 22:26:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25993 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 22:26:50 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (ppp6.portal.net.au [202.12.71.106]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25946 for ; Fri, 30 Jan 1998 22:26:32 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id QAA00749; Sat, 31 Jan 1998 16:49:13 +1030 (CST) Message-Id: <199801310619.QAA00749@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Sean J. Schluntz" cc: "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) In-reply-to: Your message of "Fri, 30 Jan 1998 14:13:26 -0800." <34D25085.39318F73@clicknet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 31 Jan 1998 16:49:12 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > For what it's worth, ep1 and ep0 have nothing to do with slot 0 and 1... > > I guess you could have two network cards in and then each would require > > thier own entry. In my example I make the printers poll and was using > > IRQ 7 for the card...is this what you did? > line when I get home :)> > > No, I've got it setup for 0x300 and irq 10, I've set those up in the > 3Com utility and have verified that NT sees it that way as well. My > orriginal problem as an unable to allocate driver. Note that the port and IRQ values in the CIS tuples are purely advisory; they don't affect the operation of the card in any way. The "driver allocation failed" message means that the 'ep' driver, given the mappings supplied, failed to locate your card. This may mean that the port range you have specified is actually occupied by other hardware, or that your card is not behaving in a fashion that the 'ep' driver can handle. You should add some debugging messages to the 'ep' driver's probe routines to determine the cause of the rejection. -- \\ 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. \\ From owner-freebsd-mobile Fri Jan 30 22:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29742 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 22:51:11 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29737 for ; Fri, 30 Jan 1998 22:51:10 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id WAA02871; Fri, 30 Jan 1998 22:43:42 -0800 (PST) Message-ID: <34D2C942.BB402679@clicknet.com> Date: Fri, 30 Jan 1998 22:48:34 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: Mike Smith CC: "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) References: <199801310619.QAA00749@word.smith.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > No, I've got it setup for 0x300 and irq 10, I've set those up in the > > 3Com utility and have verified that NT sees it that way as well. My > > orriginal problem as an unable to allocate driver. > > Note that the port and IRQ values in the CIS tuples are purely > advisory; they don't affect the operation of the card in any way. You mean in the kernel definition or in pccard.conf. Unfortunately I'm not sure what 'CIS tuples' is. > The "driver allocation failed" message means that the 'ep' driver, > given the mappings supplied, failed to locate your card. > > This may mean that the port range you have specified is actually > occupied by other hardware, or that your card is not behaving in a > fashion that the 'ep' driver can handle. > > You should add some debugging messages to the 'ep' driver's probe > routines to determine the cause of the rejection. Hm, unfortunately this is a step beyond me. I can give it a shot, but I'm pretty basic when it comes to coding C. -Sean From owner-freebsd-mobile Fri Jan 30 23:55:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07203 for freebsd-mobile-outgoing; Fri, 30 Jan 1998 23:55:23 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (ppp6.portal.net.au [202.12.71.106]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07169 for ; Fri, 30 Jan 1998 23:55:18 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id SAA01082; Sat, 31 Jan 1998 18:17:59 +1030 (CST) Message-Id: <199801310747.SAA01082@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Sean J. Schluntz" cc: Mike Smith , "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) In-reply-to: Your message of "Fri, 30 Jan 1998 22:48:34 -0800." <34D2C942.BB402679@clicknet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 31 Jan 1998 18:17:57 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > > No, I've got it setup for 0x300 and irq 10, I've set those up in the > > > 3Com utility and have verified that NT sees it that way as well. My > > > orriginal problem as an unable to allocate driver. > > > > Note that the port and IRQ values in the CIS tuples are purely > > advisory; they don't affect the operation of the card in any way. > > You mean in the kernel definition or in pccard.conf. Unfortunately I'm > not sure what 'CIS tuples' is. Neither. A CIS tuple is a piece of parametric information stored in a PCCARD; these tuples are read by the 'pccardd' program and used to configure the pcic to talk to the card. Unfortunately, the standard that defines these tuples is, er, bogus at best, and some of the information in the CIS tuples is pretty weird. One of the important things to know is that the port and IRQ values are (except in a particular special case, which we can ignore), completely advisory. The PCCARD only has *one* interrupt pin; you configure the pcic to map this interrupt to the ISA interrupt of your choice. You map the PCCARD's IO and memory spaces independantly of any decoding on the card, so again there is no such thing as configuring the PCCARD for a given port/memory address. However, there are CIS tuples which purport to hold this information, and one of the major defects in pccardd is that it *uses* them. Most cards offer several different sets of parameters, each has a different configuration index and you can select which one of these sets to use with the configuration index parameter in pccard.conf. When you set this parameter, you must ensure that the configuration in the PCCARD with that index doesn't specify resources that aren't available in the resource declarations at the top of pccard.conf. Failure to do this will result in a "resource allocation failed for..." message. > > The "driver allocation failed" message means that the 'ep' driver, > > given the mappings supplied, failed to locate your card. > > > > This may mean that the port range you have specified is actually > > occupied by other hardware, or that your card is not behaving in a > > fashion that the 'ep' driver can handle. > > > > You should add some debugging messages to the 'ep' driver's probe > > routines to determine the cause of the rejection. > > Hm, unfortunately this is a step beyond me. I can give it a shot, but > I'm pretty basic when it comes to coding C. OK, first perhaps you should go back to basics. Configure 'ep0' into your kernel; just copy it as-is from GENERIC. Make sure pccardd is *NOT* running. Insert the card and say "pccardc dumpcis". Look through the output for an entry like this: Tuple #3, code = 0x15 (Version 1 info), length = 43 000: 04 01 44 41 4e 50 45 58 00 45 4e 2d 36 32 30 30 010: 50 32 00 52 65 76 2e 54 31 00 50 43 4d 43 49 41 020: 20 45 74 68 65 72 6e 65 74 00 ff Version = 4.1, Manuf = [DANPEX],card vers = [EN-6200P2] Addit. info = [Rev.T1],[PCMCIA Ethernet] It won't look exactly like this, but what you want is the Manuf and vers fields. I think you have these OK already though. Now look through the output for one like this: Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 20 08 ca 60 00 03 1f Config index = 0x20 Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x300 block length = 0x20 What you are interested in is the configuration index number (here 0x20). The normal entry for the '589 is 0x1, and you want to make sure that the I/O address it specifies *is* valid on your system. If it's not, pick another configuration index. Create an /etc/pccard.conf containing *just* this: io 0x240-0x360 irq 10 # 3com 3c589D card "3Com Corporation" "3C589D" config 0x1 "ep0" 10 insert /etc/pccard_ether ep0 -link0 remove /sbin/ifconfig ep0 delete Check your laptop's manual for IRQ details, IRQ 10 is normally but not always available. Change the first string to match the "Manuf" parameter, and the second to match the "vers" parameter extracted in the dumpcis command above. Change the 0x1 on the 'config' line if necessary to select a valid configuration index. Now start pccardd. If you still get the "driver allocation failed" messages, you will have to do a little hacking. In the file sys/i386/isa/if_ep.c, there is a function ep_pccard_init(), right near the top of the file. There are several places where this function returns ENXIO without printing an error message; you should add printf() statements before these returns in such a fashion as to be able to tell which one is the one causing your allocation to fail. At this point, it should be possible to determine the actual cause of your problem. I hope this helps. -- \\ 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. \\ From owner-freebsd-mobile Sat Jan 31 10:39:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16881 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 10:39:23 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from lab12.ie.pitt.edu (lab12.ie.pitt.edu [136.142.89.102]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA16872 for ; Sat, 31 Jan 1998 10:39:16 -0800 (PST) (envelope-from grafe@lab12.ie.pitt.edu) Received: by lab12.ie.pitt.edu (SMI-8.6/SMI-4.1.4) id NAA14993; Sat, 31 Jan 1998 13:39:34 -0500 Date: Sat, 31 Jan 1998 13:39:34 -0500 From: grafe@lab12.ie.pitt.edu (Gary Rafe) Message-Id: <199801311839.NAA14993@lab12.ie.pitt.edu> To: freebsd-mobile@FreeBSD.ORG Subject: Q: XF86Config: TextClockFreq value w/C&T ct65554? Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" First, a quick "thank-you" to Mike Smith for his recent explanation of how one might go about configuring a PCCARD Ethernet NIC. His discussion could serve as the basis of a much needed section on the care and feeding of PCCARD in the on-line FreeBSD Handbook. Now, my question: Following X11 sessions on my Toshiba 220CDS [2.2.5-RELEASE, XF86-3.3.1], the text mode is often corrupted, i.e., is not the same full-screen mode as it was when I started the machine. The XF86_SVGA(1) man page discusses the use of the server configuration line TextClockFreq, noting that one can easily set a clock frequency for the console after the server has terminated. The default value, 25.175Mhz, is noted, but where one would look to find the *original* value is not. Pointers to where I might find listings of these text clock frequencies for the C&T ct65554 or how to interrogate the running system will be appreciated greatly. Thanks -- Gary Rafe -- gerst4+@pitt.edu From owner-freebsd-mobile Sat Jan 31 15:10:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22885 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 15:10:50 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (ppp5.portal.net.au [202.12.71.105]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22843 for ; Sat, 31 Jan 1998 15:10:44 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id JAA00437; Sun, 1 Feb 1998 09:33:24 +1030 (CST) Message-Id: <199801312303.JAA00437@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: grafe@lab12.ie.pitt.edu (Gary Rafe) cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Q: XF86Config: TextClockFreq value w/C&T ct65554? In-reply-to: Your message of "Sat, 31 Jan 1998 13:39:34 CDT." <199801311839.NAA14993@lab12.ie.pitt.edu> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_2645793260" Date: Sun, 01 Feb 1998 09:33:23 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" This is a multipart MIME message. --==_Exmh_2645793260 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable > First, a quick "thank-you" to Mike Smith for his recent explanation > of how one might go about configuring a PCCARD Ethernet NIC. > His discussion could serve as the basis of a much needed section on the= > care and feeding of PCCARD in the on-line FreeBSD Handbook. Gosh, thanks. 8) > Now, my question: > Following X11 sessions on my Toshiba 220CDS [2.2.5-RELEASE, XF86-3.3.1]= , > the text mode is often corrupted, i.e., is not the same full-screen mod= e > as it was when I started the machine. I have one of these; it doesn't do that. Please find attached my = XF86Config file; try it and see if it helps. Also, make very sure you = have the screen stretch turned off (run TSETUP under DOS to do this). --==_Exmh_2645793260 Content-Type: text/plain; name="XF86Config.gz"; charset=iso-8859-1 Content-Description: XF86Config.gz Content-Transfer-Encoding: x-uuencode Content-Disposition: attachment; filename="XF86Config.gz" begin 644 XF86Config.gz M'XL("(BMTS0``UA&.#9#;VYF:6<`[5=;<]I&%'[G5YPA,VTS0[`$2,9]PUC$ M:C$PDIPX3XR0%MA&:-659$-_?;]=B8L=)XW[DO%,-%ZPSN4[ESWG[/*&[D9] M>RC2)5]16!;BW8JE3(8%BVFQTTR?%676>--X0T.1[21?K0OZ+7I+YL6%K62" M-8.<9*QOTTR*OUA4M,A-HW9#*\V8W/`\YR(EGM.:20:=E0Q3F&C1$GHDEA2M M0[EB+2H$A>F.,B9S*(A%$?*4IW`-2!',*]EB#:!<+(N'4#*(QQ3FN8BX=CH6 M4;EA:1$6RN*2)RRGWPJXV/1KC>;;%L!@*&9A0CPEQ=TSZ8$7:U$6)%E>2!XI ME!:$HJ2,E1][=L(WO+*AL`"@\Y(KV#)'',K7%FU$S)?JF^G@LG*1\'S=HI@K M\$59@)@K8L12:`$*T9P)23E+$H7!X;V.^.AA2T<,.YE*;%&G2EM^6(N-D@7. M(1ZD:EG*%&:9UHH%4J>MJHU2%`6^%$DB'E2`D4ACKN+*?]?;IW8W7(A[ID.J M=C\5!3RN_%![D1VWN&;EZQ`!+%B=.9CF*E'A2512^9`7J`..;!>.5?4'/AX;[;HHQM<3V\#@H0WF`2?:#JBP>03 M_>E.KEKDW,T\Q_=IZ@',O9F-70=4=S(^,&@`VFVF0- MYCJ^@KMQO.$U7@>7[M@-/JG=&KG!1.&.IAX-:#;P`G=X.QYX-+OU9E/?@0M7 M`)ZXDY$'.\Z-,PG:!,,@DO,!;^1?#\;C.L2[D>&TA M/B\X*']T?:=%`\_U52I&WA0&5"JG(V!--0PT)TZ%HQ+]>#\@HMYO?>?HSY4S M&`/-5\H@J(*LQ:L-=;81RPKTK:HWU>.Z0JIJJDJHI1=0&%T;\TZ&;#2>-Z-T^VU6<293M*PE7^%8D_V6XA0EDE"V55B$@D M5#]-'X,TWG/O/B^\4AU\>^YVJ:MQS[P1,3NJ9I%IF'O6.-RI*J]9Y=>Q>S^+,WRC:'YSJ9,<&AW`[YARJIEG%(ORZ+` MB?"\`SJP?U=&M7,KMFV6EVK;>I/JP*7A<>0Y%RW(UG6NPL#_5XC8[P!TS0Z MO>VYW6^"W.NU+PQ2%'ST^F1V#/5A]P@"='YNTWF_1WWSG'2>DS!BC<=H?V_,MFW7W@.U:Y,-='"Q3*P.MK"#BQ`N7@P# M*'T*91RAS'Y['P@@>M@IY>1W0W4[QK;3JZ$Z;>N"0*$N/%*Q*5APL2PLFSKV M?T$9WX32JX<%N(YU"O5L"U7=^>T.&NY'RC?;YU+-I=/V&:YYEM,O%+!HG8I$ MK-2-;QC8EF7UFNI6D54NL&TQ7\IP,U^4RU-Z*L(H8LECTGS!BT52/"'"SQ5[ M0LX?YE&)6[%\1$31S$4Z7V$4IHH1P'J4B.@S^O9O7<+GUB-LE?E08]RPS66( MFX*Q-;H+0ST@UM,MK_.ICO'A+P%%R$7>/C5=3A_Q@@NR=A(+? M!*R(UD\"Q$\#T$^)N+/,-W5EG-*7?#O/PI0E\YS_HSGW/&8"^555VVA\Y>2) MJH2H>2WY_;X$]#X.JEUX;I1_42'UL/U2XG0*^^7B6'\\SY)PI^G:0E9=9M33 MKXFJ`8['V'&"'L??<8X=)])QMASGPK&MCUUY:"I]["`Y!^]>XJMIO29G[5?D M;*?WBISM=GZTLR]N;W2F^!'=;;ZZ3'UX/_C*E?9GIK[(E&G_B%3]\%GQXE3Y 7R-7/P_7GX?KS<'U=A^N_S=4%^#09``!X ` end --==_Exmh_2645793260 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable \\ 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. \\ = --==_Exmh_2645793260-- From owner-freebsd-mobile Sat Jan 31 16:52:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11238 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 16:52:35 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from gromit.pinpt.com (gromit.pinpt.com [205.179.195.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11209 for ; Sat, 31 Jan 1998 16:52:31 -0800 (PST) (envelope-from schluntz@dns.pinpt.com) Received: from [206.170.30.41] (ppp-206-170-30-41.hywr01.pacbell.net [206.170.30.41]) by gromit.pinpt.com (8.7.5/8.6.12) with SMTP id QAA14335; Sat, 31 Jan 1998 16:52:03 -0800 (PST) Message-Id: <199802010052.QAA14335@gromit.pinpt.com> Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) Date: Sat, 31 Jan 98 16:57:37 -0700 x-sender: schluntz@dns.pinpt.com x-mailer: Claris Emailer 2.0v2, June 6, 1997 From: "Sean J. Schluntz" To: "Mike Smith" , "Sean J. Schluntz" cc: "Goeringer, Michael" , Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" First, thank you very much for the great amount of assistance you have given me on this. It's a true road map for me to follow. *From the fingers of Mike Smith >> > The "driver allocation failed" message means that the 'ep' driver, >> > given the mappings supplied, failed to locate your card. >> > >> > You should add some debugging messages to the 'ep' driver's probe >> > routines to determine the cause of the rejection. >> >> Hm, unfortunately this is a step beyond me. I can give it a shot, but >> I'm pretty basic when it comes to coding C. > >OK, first perhaps you should go back to basics. > >Configure 'ep0' into your kernel; just copy it as-is from GENERIC. Check! >Make sure pccardd is *NOT* running. Insert the card and say >"pccardc dumpcis". Look through the output for an entry like this: Does killing it after it launches ok? I found that I got strange errors if I turned off pccard in rc.conf but was able to get the info you mentioned when I let the system load it on boot and then killed it. >Tuple #3, code = 0x15 (Version 1 info), length = 43 > 000: 04 01 44 41 4e 50 45 58 00 45 4e 2d 36 32 30 30 > 010: 50 32 00 52 65 76 2e 54 31 00 50 43 4d 43 49 41 > 020: 20 45 74 68 65 72 6e 65 74 00 ff > Version = 4.1, Manuf = [DANPEX],card vers = [EN-6200P2] > Addit. info = [Rev.T1],[PCMCIA Ethernet] > >It won't look exactly like this, but what you want is the Manuf and vers >fields. I think you have these OK already though. Got it, you are right I had this one. I had gotten it from the error message that It could not find "3Com Corporation" "3C589D" so I originally copped the 3C589 section and changed it for the 'D'. > >Now look through the output for one like this: > >Tuple #8, code = 0x1b (Configuration entry), length = 7 > 000: 20 08 ca 60 00 03 1f > Config index = 0x20 > Card decodes 10 address lines, limited 8/16 Bit I/O > I/O address # 1: block start = 0x300 block length = 0x20 I actually got two?: ('scuze any typos, it's on the laptop and I'm writing from the PMac.) Tuple #7, code 0x1b (Configuration entry), length = 15 000: 03 01 71 55 26 26 54 Config index = 0x1(default) and Tuple #8, code 0x1b (Configuration entry), length = 7 000: 03 01 71 55 26 26 54 Config index = 0x3 >What you are interested in is the configuration index number (here >0x20). The normal entry for the '589 is 0x1, and you want to make sure >that the I/O address it specifies *is* valid on your system. If it's >not, pick another configuration index. > >Create an /etc/pccard.conf containing *just* this: > >io 0x240-0x360 >irq 10 > ># 3com 3c589D >card "3Com Corporation" "3C589D" > config 0x1 "ep0" 10 > insert /etc/pccard_ether ep0 -link0 > remove /sbin/ifconfig ep0 delete > >Check your laptop's manual for IRQ details, IRQ 10 is normally but not >always available. Change the first string to match the "Manuf" >parameter, and the second to match the "vers" parameter extracted in >the dumpcis command above. Change the 0x1 on the 'config' line if >necessary to select a valid configuration index. > >Now start pccardd. > Ok, here is what happens: config 0x1 "ep0" 10 Card inserted, slot 0 # 30-45 second delay Slot0, unfielded interrupt (0) Slot0, unfielded interrupt (0) Slot0, unfielded interrupt (0) Slot0, unfielded interrupt (0) ... # Hard reboot is the only answer. config 0x3 "ep0" 10 Card inserted, slot 0 # 30-45 second delay Slot0, unfielded interrupt (0) Slot0, unfielded interrupt (0) Slot0, unfielded interrupt (0) Slot0, unfielded interrupt (0) ... # Hard reboot is the only answer. config 0x300 "ep0" 10 Card inserted, slot 0 # 10-20 second delay Jan 31 16:45:24 quarry cardd[249]: Resource allocation failure for 3Com Corporation. >If you still get the "driver allocation failed" messages, you will have >to do a little hacking. In the file sys/i386/isa/if_ep.c, there is a >function ep_pccard_init(), right near the top of the file. There are >several places where this function returns ENXIO without printing an >error message; you should add printf() statements before these returns >in such a fashion as to be able to tell which one is the one causing >your allocation to fail. At this point, it should be possible to >determine the actual cause of your problem. I went ahead and made the changes (even though this is a resource error not a driver error) and added a printf to the two ENXIO exits that didn't' supply an error but still nothing. Should I do the same to another area of the code to find the problem with the resource allocation? Thanks again for all of your help! -Sean ---------------------------------------------------------------------- Sean J. Schluntz schluntz@pinpt.com Systems Engineer (408) 997-6900 x222 PinPoint Software Corporation http://www.pinpt.com From owner-freebsd-mobile Sat Jan 31 17:27:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17305 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 17:27:13 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (ppp7.portal.net.au [202.12.71.107]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA17257 for ; Sat, 31 Jan 1998 17:26:56 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id LAA02375; Sun, 1 Feb 1998 11:49:22 +1030 (CST) Message-Id: <199802010119.LAA02375@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Sean J. Schluntz" cc: "Mike Smith" , "Sean J. Schluntz" , "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) In-reply-to: Your message of "Sat, 31 Jan 1998 16:57:37 PDT." <199802010052.QAA14335@gromit.pinpt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 01 Feb 1998 11:49:21 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > >Make sure pccardd is *NOT* running. Insert the card and say > >"pccardc dumpcis". Look through the output for an entry like this: > > Does killing it after it launches ok? I found that I got strange errors > if I turned off pccard in rc.conf but was able to get the info you > mentioned when I let the system load it on boot and then killed it. The fact that things don't work unless you have run pccardd are strange; it certainly *should* work. I am beginning to suspect that there is something very odd with your pcic/laptop. > >Now look through the output for one like this: > > > >Tuple #8, code = 0x1b (Configuration entry), length = 7 > > 000: 20 08 ca 60 00 03 1f > > Config index = 0x20 > > Card decodes 10 address lines, limited 8/16 Bit I/O > > I/O address # 1: block start = 0x300 block length = 0x20 > > I actually got two?: ('scuze any typos, it's on the laptop and I'm > writing from the PMac.) > > Tuple #7, code 0x1b (Configuration entry), length = 15 > 000: 03 01 71 55 26 26 54 > Config index = 0x1(default) > > and > > Tuple #8, code 0x1b (Configuration entry), length = 7 > 000: 03 01 71 55 26 26 54 > Config index = 0x3 OK, so the only two valid configuration indices are 0x1 and 0x3. What are the I/O addresses associated with them? (There should be extra data in thost tuples, but I can't read them 8) > Ok, here is what happens: > > config 0x1 "ep0" 10 > Card inserted, slot 0 # 30-45 second delay > Slot0, unfielded interrupt (0) This is indicative of a serious problem; something is generating interrupts even though the slot has not been configured yet. I am concerned that your pcic may not be correctly configured. I'm sure you've mentioned before what your laptop is, but could you tell me again? > config 0x300 "ep0" 10 > Card inserted, slot 0 # 10-20 second delay > Jan 31 16:45:24 quarry cardd[249]: Resource allocation failure for > 3Com Corporation. This obviously can't work; you have specified a configuration index of 0x300, but only 0x1 and 0x3 exist in the CIS. > I went ahead and made the changes (even though this is a resource error > not a driver error) and added a printf to the two ENXIO exits that > didn't' supply an error but still nothing. Should I do the same to > another area of the code to find the problem with the resource allocation? No. The resource error is configuration-file related. The endless unfielded interrupt errors, on the other hand, appear to be a problem with the way that cards are probed/attached. Are you doing this on 2.2.5 or on -current? -- \\ 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. \\ From owner-freebsd-mobile Sat Jan 31 18:32:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27393 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 18:32:46 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from gromit.pinpt.com (gromit.pinpt.com [205.179.195.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27382 for ; Sat, 31 Jan 1998 18:32:42 -0800 (PST) (envelope-from schluntz@dns.pinpt.com) Received: from [206.170.30.29] (ppp-206-170-30-29.hywr01.pacbell.net [206.170.30.29]) by gromit.pinpt.com (8.7.5/8.6.12) with SMTP id SAA14584; Sat, 31 Jan 1998 18:32:21 -0800 (PST) Message-Id: <199802010232.SAA14584@gromit.pinpt.com> Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) Date: Sat, 31 Jan 98 18:37:56 -0700 x-sender: schluntz@dns.pinpt.com x-mailer: Claris Emailer 2.0v2, June 6, 1997 From: "Sean J. Schluntz" To: "Mike Smith" cc: "Goeringer, Michael" , Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" *From the fingers of Mike Smith >> >Make sure pccardd is *NOT* running. Insert the card and say >> >"pccardc dumpcis". Look through the output for an entry like this: >> >> Does killing it after it launches ok? I found that I got strange errors >> if I turned off pccard in rc.conf but was able to get the info you >> mentioned when I let the system load it on boot and then killed it. > >The fact that things don't work unless you have run pccardd are >strange; it certainly *should* work. I am beginning to suspect that >there is something very odd with your pcic/laptop. Heh, now you tell me *grin*. You see, when I purchased it I was told by the sales person at Dell that it would work fine with NT. I got it and when I went to load NT on it I found there were no video drivers for it anywhere to be found. Upon calling Dell tech support I was informed that they did not support my laptop with NT. :( (Luckily I've been working with NT for a while so I was able to dredge up what I needed with out their help.) >> I actually got two?: ('scuze any typos, it's on the laptop and I'm >> writing from the PMac.) >> >> Tuple #7, code 0x1b (Configuration entry), length = 15 >> 000: 03 01 71 55 26 26 54 >> Config index = 0x1(default) >> >> and >> >> Tuple #8, code 0x1b (Configuration entry), length = 7 >> 000: 03 01 71 55 26 26 54 >> Config index = 0x3 > >OK, so the only two valid configuration indices are 0x1 and 0x3. What >are the I/O addresses associated with them? (There should be extra data >in thost tuples, but I can't read them 8) Ah, sorry ;) Here they are: Tuple #7, code 0x1b (Configuration entry), length = 15 000: 03 01 71 55 26 26 54 Config index = 0x1(default) Interface byte = 0x1 (I/O) Vcc pwd: Nominal operating supply voltage: 5 x 1V Max current average over 1 second: 3 x 10mA Max current average over 10 ms: 5 x 10mA Power down supply current: 5 x 1mA Wait scale Speed = 7.0 x 100 ns RDY/BSY scale Speed = 7.0 x 100 ns Card decodes 18 address lines, full 8/16 Bit I/O IRQ modes: Level, Pulse IRQs: IOCK 1 4 5 6 8 10 11 12 14 Tuple #8, code 0x1b (Configuration entry), length = 7 000: 03 01 71 55 26 26 54 Config index = 0x3 Vcc pwd: Nominal operating supply voltage: 5 x 1V Max current average over 1 second: 2 x 100mA Max current average over 10 ms: 2 x 100mA Power down supply current: 5 x 1mA > >> Ok, here is what happens: >> >> config 0x1 "ep0" 10 >> Card inserted, slot 0 # 30-45 second delay >> Slot0, unfielded interrupt (0) > >This is indicative of a serious problem; something is generating >interrupts even though the slot has not been configured yet. I am >concerned that your pcic may not be correctly configured. I'm sure >you've mentioned before what your laptop is, but could you tell me >again?] It's a Dell Inspiron 3000 model TS30H A 200mzh Pentium with 80 megs of RAM and a 3gig HD. NeoMagic video chipset. According to Windows NT (so I take this with a grain of salt since it also currently thinks I have a different version of the NeoMagic chipset than I do ;) the PCCard chipset is "Intel Compatible" using 3E0-3E1. Lot of help that is. Dell's web site is less informative. >> config 0x300 "ep0" 10 >> Card inserted, slot 0 # 10-20 second delay >> Jan 31 16:45:24 quarry cardd[249]: Resource allocation failure for >> 3Com Corporation. > >This obviously can't work; you have specified a configuration index of >0x300, but only 0x1 and 0x3 exist in the CIS. Ah, see that is one of the places where I was confused. I was under the assumtion that the 0xXX was for the 300h the system spoke to the card with. >> I went ahead and made the changes (even though this is a resource error >> not a driver error) and added a printf to the two ENXIO exits that >> didn't' supply an error but still nothing. Should I do the same to >> another area of the code to find the problem with the resource allocation? > >No. The resource error is configuration-file related. The endless >unfielded interrupt errors, on the other hand, appear to be a problem >with the way that cards are probed/attached. > >Are you doing this on 2.2.5 or on -current? I'm running 2.2.5 with out any of the security patches sent out (I was trying to get things running first.) -Sean ---------------------------------------------------------------------- Sean J. Schluntz schluntz@pinpt.com Systems Engineer (408) 997-6900 x222 PinPoint Software Corporation http://www.pinpt.com From owner-freebsd-mobile Sat Jan 31 22:16:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24136 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 22:16:12 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from onyx.southwind.net (root@onyx.southwind.net [206.53.103.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23979; Sat, 31 Jan 1998 22:14:29 -0800 (PST) (envelope-from jgoerzen@complete.org) Received: (from Ucomplet@localhost) by onyx.southwind.net (8.8.6/8.8.6) with UUCP id AAA04296; Sun, 1 Feb 1998 00:05:09 -0600 (CST) Received: (from jgoerzen@localhost) by garfield.complete.org (8.8.8/8.8.8/Debian/GNU) id UAA27353; Sat, 31 Jan 1998 20:39:38 -0600 To: freebsd-mobile@FreeBSD.ORG, core@FreeBSD.ORG, hosokawa@jp.FreeBSD.org Subject: Great job on laptops! Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: John Goerzen Date: 31 Jan 1998 20:39:36 -0600 Message-ID: <87hg6knj4n.fsf@garfield.complete.org> Lines: 34 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Hi everyone, I just wanted to let y'all know that I just installed FreeBSD on my new Thinkpad 310ED (P133MMX) laptop and it works GREAT. The sleep and suspend (hibernate) features work very well. I now need to figure how to set the timeouts for various devices, but I am sure it is in the documentation. Now here's the part you'll probably really like :-) I have, for the last year or two, been a developer for Debian GNU/Linux. I had originally switched to Linux because FreeBSD didn't run some of the software I needed, and Linux had (and Debian still has) a nicer package management system. Then along came my laptop earlier this week. Of course, the first thing I did was resize Win95 down from 1.6 gig to 400 meg and delete most of it :-) Then I went to install Linux on my laptop. It worked OK, but -- not very well. It took a lot of tweaking to make my PCMCIA Ethernet card go, and it never did let the hibernate stuff work. Basically, it just behaved like a desktop instead of fine-tuning itself for a laptop. Well, on a hunch, I got FreeBSD 2.2.5 and the PAO patches. Installed it, works great! So, just a note to thank y'all for making a great *nix distribution that runs well on a laptop, and keep up the good work! Regards, John Goerzen A FreeBSD and Linux fan -- John Goerzen | Developing for Debian GNU/Linux (www.debian.org) Custom Programming | Debian GNU/Linux is a free replacement for jgoerzen@complete.org | DOS/Windows -- check it out at www.debian.org. From owner-freebsd-mobile Sat Jan 31 22:33:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25996 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 22:33:16 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25991 for ; Sat, 31 Jan 1998 22:33:14 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id XAA04188; Sat, 31 Jan 1998 23:33:00 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id XAA23544; Sat, 31 Jan 1998 23:32:58 -0700 Date: Sat, 31 Jan 1998 23:32:58 -0700 Message-Id: <199802010632.XAA23544@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mike Smith Cc: "Sean J. Schluntz" , "Sean J. Schluntz" , "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) In-Reply-To: <199802010119.LAA02375@word.smith.net.au> References: <199802010052.QAA14335@gromit.pinpt.com> <199802010119.LAA02375@word.smith.net.au> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > >Make sure pccardd is *NOT* running. Insert the card and say > > >"pccardc dumpcis". Look through the output for an entry like this: > > > > Does killing it after it launches ok? I found that I got strange errors > > if I turned off pccard in rc.conf but was able to get the info you > > mentioned when I let the system load it on boot and then killed it. > > The fact that things don't work unless you have run pccardd are > strange; it certainly *should* work. No, this is expected behavior since there isn't any memory window (??) allocated in the kernel yet. If I had a working laptop I could tell you more, but mine is down for the count (hard-disk failure), and work wants to replace it. But, they aren't willing to replace it for about 4-5 months, and they aren't willing to buy me a hard-drive for this ancient (but working) box. Nate From owner-freebsd-mobile Sat Jan 31 23:28:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01648 for freebsd-mobile-outgoing; Sat, 31 Jan 1998 23:28:05 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from u3.farm.idt.net (root@u3.farm.idt.net [169.132.8.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01643 for ; Sat, 31 Jan 1998 23:28:04 -0800 (PST) (envelope-from garycorc@idt.net) Received: from idt.net (ppp-15.ts-1.mlb.idt.net [169.132.71.15]) by u3.farm.idt.net (8.8.8/8.8.5) with ESMTP id CAA10496 for ; Sun, 1 Feb 1998 02:27:57 -0500 (EST) Message-ID: <34D423B2.8991A779@idt.net> Date: Sun, 01 Feb 1998 02:26:42 -0500 From: "Gary T. Corcoran" X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: COM port detection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I have a Toshiba Tecra 750, and am running FreeBSD 2.2.5-BETA. The built-in COM1 port (sio0) was not being detected. Upon investigation, I found that it was failing probe tests 5 and 8, which look for the removal of the interrupt in the interrupt controller after interrupts are cleared or disabled in the COM port. I tried adding more delay (10x) to the DELAY() call in front of these tests, but it didn't help. So I tried just commenting out tests 5 and 8, and the port gets detected. I hooked up a modem to the COM port and found I could 'talk' to the modem. From my quick test everything seems okay - except I do get one strange-looking message during boot: sio0: 64 events for device with no tp What is a "tp" ? Am I the first one to have this problem? Although I have "solved" the problem for the time being, I would rather not have to put a kludge in the code. But since the result just doesn't seem to be what the tests expects, I'm not sure what "fix" can be put in the code other than not performing the checks... :-( Any ideas/comments? Thanks, Gary