From owner-freebsd-mobile Sun Dec 20 07:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20515 for freebsd-mobile-outgoing; Sun, 20 Dec 1998 07:38: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 HAA20510 for ; Sun, 20 Dec 1998 07:38:15 -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 IAA13716; Sun, 20 Dec 1998 08:38:14 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA15406; Sun, 20 Dec 1998 08:38:13 -0700 Date: Sun, 20 Dec 1998 08:38:13 -0700 Message-Id: <199812201538.IAA15406@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Christopher Masto Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: -current flash ATA pccard In-Reply-To: <19981219185201.A26235@netmonger.net> References: <19981219185201.A26235@netmonger.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I aquired one of those compact flash pccard adapters recently, and as > far as I can tell, this won't won't work on -current because the wd > driver needs to be updated to make itself available to the pccard > subsystem. I was just about to start on this, but I want to make sure > I'm not wasting my time. As best as I've been able to tell from > searching the mailing list archives, these are the questions I have: > > Does 3.0 already support the use of PCCARD ATA "drives"? I see > a message or two that seems to imply this is the case, but I have > been unable to get it to work, and I don't see any support for > it in the source code. No. > Is somebody already working on this? I'm supposed to be (of my own accord), but it ain't gonna happen this year. :) > I am not looking for the answer, "use PAO". I want to make it work > under standard FreeBSD 3.0, but I would like to know what the current > status is. If you get to it before me, send me the patches and I'll test them. (The ATA patches that is...) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 20 07:46:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21396 for freebsd-mobile-outgoing; Sun, 20 Dec 1998 07:46:10 -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 HAA21391 for ; Sun, 20 Dec 1998 07:46:08 -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 IAA13762; Sun, 20 Dec 1998 08:46:07 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA15417; Sun, 20 Dec 1998 08:46:07 -0700 Date: Sun, 20 Dec 1998 08:46:07 -0700 Message-Id: <199812201546.IAA15417@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Christopher Masto Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: -current flash ATA pccard In-Reply-To: <19981220001949.A16430@netmonger.net> References: <19981219185201.A26235@netmonger.net> <199812200002.QAA01434@dingo.cdrom.com> <19981219205539.A5181@netmonger.net> <19981220001949.A16430@netmonger.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Now I have to figure out why I'm no longer seeing insert/remove > events. At line 816 of pcic.c, the following lines exist: #endif /* PC98 */ if (validslots && pcic_irq <= 0) pcictimeout_ch = timeout(pcictimeout, 0, hz/2); Modify the line to look like: if (validslots) And it should work. See previous archived email for reason why it works and why the code is the way it is. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 20 11:02:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10334 for freebsd-mobile-outgoing; Sun, 20 Dec 1998 11:02:37 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from aniwa.sky (p54-nas1.wlg.ihug.co.nz [216.100.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10316; Sun, 20 Dec 1998 11:02:28 -0800 (PST) (envelope-from andrew@squiz.co.nz) Received: from localhost (andrew@localhost) by aniwa.sky (8.8.8/8.8.7) with ESMTP id IAA09531; Mon, 21 Dec 1998 08:01:49 +1300 (NZDT) (envelope-from andrew@squiz.co.nz) Date: Mon, 21 Dec 1998 08:01:49 +1300 (NZDT) From: Andrew McNaughton X-Sender: andrew@aniwa.sky Reply-To: andrew@squiz.co.nz To: mobile@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Problems with New Media PCMCIA SCSI card and HP6020 CD-R Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to get a HP 6020 Surestore CD writer going using a New Media BASICS SCSI PCMCIA card. I haven't used either under FreeBSD before. I'm running FreeBSD 2.2.7 with a PAO kernel. I'm not entirely sure which drivers are involved. dmesg includes these lines: Card inserted, slot 0 probe ncv attach ncv ncv0: try to reset scsi bus ncv0 waiting for scsi devices to settle (ncv0:5:0): "HP CD-Writer 6020 1.07" type 5 removable SCSI 2 ncv0(5:0): max period(0x0) max offset(0) flags 0x200 worm0(ncv0:5:0): Write-Once cd-write has the worm0 driver button not greyed out, but if I select it I get an error window with the following: INQUIRE command failed 12 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 flags=0x1 senselen_used=0 status=0x00 retsts=0x04 error=0x0 If someone can tell me what that means, then great. Otherwise, perhaps someone could give me a pointer as to what I need to do to identify what is and isn't working. I've got a whole chain of hardware, drivers and software that I haven't used before and I don't really know how to identify what is and isn't working. wormcontrol doesn't seem to like me telling it I'm using a HP6020, though I'm pretty sure I read somewhere that they worked together. Do I just tell it I'm using an HP4020 instead? Andrew McNaughton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 20 17:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19339 for freebsd-mobile-outgoing; Sun, 20 Dec 1998 17:51:18 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from mail0.u-aizu.ac.jp (mail0.u-aizu.ac.jp [163.143.103.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19317; Sun, 20 Dec 1998 17:51:11 -0800 (PST) (envelope-from sarikaya@u-aizu.ac.jp) Received: from pross114.u-aizu.ac.jp (pross114 [163.143.180.102]) by mail0.u-aizu.ac.jp (8.8.8+2.7Wbeta7+codeconv/3.6Wbeta7internet-gw) with ESMTP id KAA09845; Mon, 21 Dec 1998 10:32:19 +0900 (JST) Received: from u-aizu.ac.jp (localhost [127.0.0.1]) by pross114.u-aizu.ac.jp (8.8.8+2.7Wbeta7+codeconv/3.6Wbeta7istcmx+kanji) with ESMTP id KAA25876; Mon, 21 Dec 1998 10:32:17 +0900 (JST) Message-Id: <199812210132.KAA25876@pross114.u-aizu.ac.jp> X-Mailer: exmh version 1.6.5 12/11/95 To: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG cc: Martti Kuparinen , Max Gotlib , sarikaya@u-aizu.ac.jp Subject: Multicast on Wavelan NIC Date: Mon, 21 Dec 1998 10:32:16 +0900 From: Behcet Sarikaya Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We ran into problems in getting multicast running using if_wlp.c PAO driver in FreeBSD 2.2.6 and 2.2.7. The kernel compile is OK with a few bug fixes and with MULTICAST option set. One problem is that the driver freezes after the first multicast session, I tried it with MulticastClient and Server in Java tutorial. Next problem is that it does not let more than one multicast client to run. I also tried Jim Binkley's driver but this driver could not recognize PCMCIA card. Does anyone have a working driver for the newest FreeBSD (2.2.7) that supports 2.4GHz cards? Maybe I should switch to Linux, Linux supports multicast just like Solaris. Merry Christmas and Happy New Year to all of you. Behcet Sarikaya University of Aizu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 20 19:41:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27863 for freebsd-mobile-outgoing; Sun, 20 Dec 1998 19:41:37 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from PacHell.TelcoSucks.org (PacHell.TelcoSucks.org [207.90.181.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27855 for ; Sun, 20 Dec 1998 19:41:33 -0800 (PST) (envelope-from ulf@PacHell.TelcoSucks.org) Received: (from ulf@localhost) by PacHell.TelcoSucks.org (8.9.1/8.9.1) id TAA24262 for mobile@freebsd.org; Sun, 20 Dec 1998 19:41:40 -0800 (PST) (envelope-from ulf) Message-ID: <19981220194140.A23433@TelcoSucks.org> Date: Sun, 20 Dec 1998 19:41:40 -0800 From: Ulf Zimmermann To: mobile@FreeBSD.ORG Subject: Problems with Libretto 110CT, Linksys 32bit 10/100 card Reply-To: ulf@Alameda.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 3.0-19980930-BETA Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I was reading the PAO FAQ, which states the Linksys 10/100 is supported, but it does not mention if both the 16bit and 32bit is supported. I got the 32bit version. If I plug in the FDD 16bit card included with the Libretto, pccardd reports that. If I plug in the Linksys, no message is reported. So I assume the pccard driver is only working with the pccard controller in 16 bit mode. Any tips how to fix that ? Or do I need a 16bit card ? -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 21 02:12:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02384 for freebsd-mobile-outgoing; Mon, 21 Dec 1998 02:12:02 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02354 for ; Mon, 21 Dec 1998 02:11:55 -0800 (PST) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.9.1/8.8.7) with ESMTP id FAA28781; Mon, 21 Dec 1998 05:11:40 -0500 (EST) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: ulf@Alameda.net cc: mobile@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Problems with Libretto 110CT, Linksys 32bit 10/100 card In-reply-to: Your message of "Sun, 20 Dec 1998 19:41:40 PST." <19981220194140.A23433@TelcoSucks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 21 Dec 1998 05:11:40 -0500 Message-ID: <28777.914235100@gjp.erols.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ulf Zimmermann wrote in message ID <19981220194140.A23433@TelcoSucks.org>: > Hi. > > I was reading the PAO FAQ, which states the Linksys 10/100 is supported, > but it does not mention if both the 16bit and 32bit is supported. ^^^^^ CardBus (i.e. 32bit) is unsupported. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 21 10:07:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27772 for freebsd-mobile-outgoing; Mon, 21 Dec 1998 10:07:04 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA27761 for ; Mon, 21 Dec 1998 10:07:01 -0800 (PST) (envelope-from trost@cloud.rain.com) Received: (qmail 7813 invoked by uid 4); 21 Dec 1998 18:06:58 -0000 Received: (qmail 6024 invoked from network); 21 Dec 1998 17:53:28 -0000 Received: from localhost.cloud.rain.com (HELO cloud.rain.com) (127.0.0.1) by localhost.cloud.rain.com with SMTP; 21 Dec 1998 17:53:28 -0000 To: andrew@squiz.co.nz cc: mobile@FreeBSD.ORG Subject: Re: Problems with New Media PCMCIA SCSI card and HP6020 CD-R References: In-reply-to: Your message of Mon, 21 Dec 1998 08:01:49 +1300. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6020.914262808.1@cloud.rain.com> Date: Mon, 21 Dec 1998 09:53:28 -0800 Message-ID: <6021.914262808@cloud.rain.com> From: Bill Trost Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew McNaughton writes: I'm trying to get a HP 6020 Surestore CD writer going using a New Media BASICS SCSI PCMCIA card. I haven't used either under FreeBSD before. Do you have a different SCSI device you can hook up to the machine and take for a spin? At least that way you know if it's a problem with the card or the CD-R. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 22 01:12:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21067 for freebsd-mobile-outgoing; Tue, 22 Dec 1998 01:12:14 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from minnie.comp.cs.gunma-u.ac.jp ([133.8.10.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21060 for ; Tue, 22 Dec 1998 01:12:10 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (hercules.comp.cs.gunma-u.ac.jp [133.8.10.23]) by minnie.comp.cs.gunma-u.ac.jp (8.8.8+2.7Wbeta7/3.6W03/23/98) with ESMTP id SAA00557 for ; Tue, 22 Dec 1998 18:09:06 +0900 (JST) Message-ID: <367F6334.53B5AE30@newsguy.com> Date: Tue, 22 Dec 1998 18:15:32 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: New hd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is my problem: I currently own a Compaq Presario 1621 (japanese version). The hd of this computer is full with Windows, applications and data. I'd like to install freebsd-current to do some work with the new three phase boot, but I want to keep all the data I have in the hd. Since the freebsd will only be used for limited purposes, I'm prepared to accept a less than optimal environment (to the extent, for example, of booting with a floppy disk). Though it was suggested to me replacing the internal hd with a bigger one, I'd have no way of transfering the data from the old hd, so I'm left with using an external hd. My first thought, a PCMCIA scsi card, was dealt a rather cruel blow when I was told no PCMCIA scsi card was supported under FreeBSD as yet. :-( So... anyone care to give any suggestions? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com You can't modify a constant, float upstream, win an argument with the IRS, or satisfy this compiler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Dec 26 03:36:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21086 for freebsd-mobile-outgoing; Sat, 26 Dec 1998 03:36:51 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from hunter.softcon.de (hunter.softcon.de [193.31.11.194]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA21081 for ; Sat, 26 Dec 1998 03:36:47 -0800 (PST) (envelope-from Matthias.Apitz@Sisis.de) Received: (from mail@localhost) by hunter.softcon.de (8.6.9/8.6.12) id MAA10418 for ; Sat, 26 Dec 1998 12:39:59 +0100 Received: from hermes.softcon.de(193.31.10.38) by hunter.softcon.de via smap (V1.3) id sma010415; Sat Dec 26 12:39:49 1998 Received: from hunter.softcon.de (torwart.SOFTCON.de [193.31.10.94]) by hermes.sisis.de (8.8.8/8.8.8) with ESMTP id KAA23257 for ; Sat, 26 Dec 1998 10:57:14 +0100 (CET) (envelope-from guru@hunter.softcon.de) Received: (from guru@localhost) by mail.sisis.de (8.8.8/8.8.8) id KAA09261; Sat, 26 Dec 1998 10:52:30 +0100 (CET) (envelope-from guru) Message-ID: <19981226105229.52819@sisis.de> Date: Sat, 26 Dec 1998 10:52:29 +0100 From: Matthias Apitz To: freebsd-mobile@FreeBSD.ORG Subject: two RS-232 ports for notebook Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've one notebook with a normal RS-232 connector (9-pin) as COM1 and an IR as COM2. Are there any PCMCIA cards which just give me the possibility to have two normal RS-232 connectors, one as COM1 and the other say as COM3? Or is there some other way to replace the IR interface with normal 9-pin RS-232? I want to use my notebook for collecting and tracing a protocol of a serial device. matthias -- firm: matthias.apitz@sisis.de [voc:+49 89 61308 351, fax: +49 89 61308 188] priv: guru@thias.muc.de WWW: http://www.sisis.de/~guru/ Use UNIX if you only want to re-boot for adding new hardware. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Dec 26 13:53:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05786 for freebsd-mobile-outgoing; Sat, 26 Dec 1998 13:53:09 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dingo.cdrom.com (castles325.castles.com [208.214.167.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05754 for ; Sat, 26 Dec 1998 13:53:03 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id NAA01423; Sat, 26 Dec 1998 13:49:27 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812262149.NAA01423@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthias Apitz cc: freebsd-mobile@FreeBSD.ORG Subject: Re: two RS-232 ports for notebook In-reply-to: Your message of "Sat, 26 Dec 1998 10:52:29 +0100." <19981226105229.52819@sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 26 Dec 1998 13:49:27 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I've one notebook with a normal RS-232 connector (9-pin) as COM1 > and an IR as COM2. Are there any PCMCIA cards which just give me the > possibility to have two normal RS-232 connectors, one as COM1 and the > other say as COM3? Yes. You'll often find them advertised in magazines specialising in industrial automation or data acquisition; the cards often have two or four ports onboard. Be prepared to pay through the nose for them. > Or is there some other way to replace the IR interface > with normal 9-pin RS-232? I want to use my notebook for collecting > and tracing a protocol of a serial device. Short of taking the notebook apart and hacking some extra hardware onto it, 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. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message