From owner-FreeBSD-tech-jp@jp.FreeBSD.org Sun Nov 14 20:37:52 2004
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id iAEBbqt95839;
	Sun, 14 Nov 2004 20:37:52 +0900 (JST)
	(envelope-from owner-FreeBSD-tech-jp@jp.FreeBSD.org)
Received: from mail503.nifty.com (mail503.nifty.com [202.248.37.211])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id iAEBbq895833
	for <FreeBSD-tech-jp@jp.FreeBSD.org>; Sun, 14 Nov 2004 20:37:52 +0900 (JST)
	(envelope-from CQG00620@nifty.ne.jp)
Received: from nifty.ne.jp (ntceast024095.east.dup.ppp.infoweb.ne.jp [220.209.213.95])by mail503.nifty.com with ESMTP id iAEBbfWn001953
	for <FreeBSD-tech-jp@jp.FreeBSD.org>; Sun, 14 Nov 2004 20:37:42 +0900
Message-Id: <200411141137.iAEBbfWn001953@mail503.nifty.com>
From: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
To: FreeBSD-tech-jp <FreeBSD-tech-jp@jp.FreeBSD.org>
User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5
 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/20.7
 (i386--freebsd) MULE/4.0 (HANANOEN)
MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen")
Content-Type: text/plain; charset=ISO-2022-JP
Reply-To: FreeBSD-tech-jp@jp.FreeBSD.org
Precedence: list
Date: Sun, 14 Nov 2004 20:40:29 +0900
X-Sequence: FreeBSD-tech-jp 3456
Subject: [FreeBSD-tech-jp 3456] PCTel HSP MicroModem driver for FreeBSD
Sender: owner-FreeBSD-tech-jp@jp.FreeBSD.org
X-Originator: CQG00620@nifty.ne.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+041114

$BEOJU0l42$H?=$7$^$9!#(B

$B$$$o$f$k(BWinmodem$B$N$R$H$D$G!"%"%J%m%0%b%G%`%A%C%W$N(BPCTel PCT789T$B$N(BLinux
$BMQ%G%P%$%9%I%i%$%P(B($B%P%$%J%j%*%V%8%'%/%H(B + $B%=!<%9%3!<%I(B)$B$r!"(BFreeBSD$B$G;H(B
$B$($k$h$&$K$7$F$_$^$7$?!#(B

$BC!$-Bf$K$J$C$?$N$O!"(Bltmdm-1.4$B$N%=!<%9%3!<%I$G!"$3$l$r>e5-%P%$%J%j%*%V(B
$B%8%'%/%HMQ$K0lIt=q$-49$($^$7$?!#(BFreeBSD 5.2.1-RELEASE-p11$B$G%F%9%H$7$F(B
$B$$$^$9$,!"(B

(1) ppp(8)$B$G!V(Bset cd off$B!W$7$J$$$HG'>Z%U%'!<%:$K9T$+$J$$!#(B
(2) DTE$BB.EY$,<B<AJQ$($i$l$J$$(B(115200bps$B8GDj(B)$B!#(B

$BEy$H$$$C$?LdBj$O$"$k$b$N$N!"$H$j$"$($:F0$$$F$$$k$h$&$G$9!#(B


$B$3$3$+$i$,K\Bj$G$9!#(B

$B$7$+$7(B4.7-RELEASE($B8E$$$N$O>5CN$7$F$^$9(B)$B$G$O!"%@%$%"%k%"%C%W8e?tJ,4V$O(B
$BF0:n$9$k$N$G$9$,!"$=$N8e$K(Bkernel panic$B$7$F$7$^$$$^$9!#$3$l$,;d$N4D6-8G(B
$BM-$NLdBj$J$i$h$$$N$G$9$,!"$J$s$H$J$/(B4.x$B7O$OA4ItBLL\$J$h$&$J5$$b$7$F$$(B
$B$^$9!#(B

DDB$B$G(Btrace$B$9$k$H!"<!$N$h$&$K$J$j$^$9!#(B

npxdna: npxproc = 0xcd3f62a0, curproc = 0xcd3f62a0
panic: npxdna
Debugger("panic")
Stopped at      Debugger+0x34:  movb    $0,in_Debugger.429
db> trace
Debugger(c02ef59b) at Debugger+0x34
panic(c0324b44,c0324b20,cd3f62a0,cd3f62a0,cd462fa0) at panic+0x70
npxdna(0,8bdc820,0,0,0) at npxdna+0x39
trap(bfbf002f,cd46002f,2f,0,8bdc820) at trap+0x2b1
calltrap() at calltrap+0x11
--- trap 0x16, eip = 0x81f3365, esp = 0xbfbfe008, ebp = 0xbfbfe01c ---
db>

$B$^$?(B/sys/i386/isa/npx.c$B$N3:EvItJ,$O!"<!$N$h$&$K$J$C$F$$$^$9!#$7$+$7!"(B
$B;d$K$O0UL#$,$h$/J,$+$j$^$;$s(B...$B!#(B

|int
|npxdna()
|{
|        u_long *exstat;
|
|        if (!npx_exists)
|                return (0);
|        if (npxproc != NULL) {
|                printf("npxdna: npxproc = %p, curproc = %p\n",
|                       npxproc, curproc);
|                panic("npxdna");
|        }


$B$3$l$O!"$I$&$$$&>uBV$K$J$C$F$7$^$C$F$$$k$N$G$7$g$&$+!"$H$$$&$N$,(B
$B<ALd$G$9!#(B


$B<!$N(BURL$B$K%"!<%+%$%V$rCV$$$F$*$-$^$9!#(B

http://homepage2.nifty.com/dumb_show/unix/ptmdm-0.3.tar.gz
MD5 (ptmdm-0.3.tar.gz) = 3dbd798e40173d949e64734bc8baab53
($B%"!<%+%$%V!#%P%$%J%j%*%V%8%'%/%HF1:-(B)

http://homepage2.nifty.com/dumb_show/unix/ptmdm.tgz
MD5 (ptmdm.tgz) = 4a1f0e712789c4426d726a44d0468ef9
(ports$B%9%1%k%H%s!#L5$/$F$b(Bmake$B$G$-$^$9(B)


$B%*%j%8%J%k$N(BLinux$BMQ%I%i%$%P%"!<%+%$%V$O<!$N(BURL$B$+$iF~<j$G$-$^$9!#$J$*:#(B
$B2sMxMQ$7$?%P%$%J%j%*%V%8%'%/%H$O(Bpctel-0.9.7-9.tar.gz$B$N$b$N$G$9!#(B

http://linmodems.technion.ac.il/pctel-linux/welcome.html
($B:#$N$H$3$m(B
 http://linmodems.technion.ac.il/pctel-linux/pctel-0.9.7-9/
 $B0J2<$K$b%"!<%+%$%V$,E83+$5$l$F$$$^$9!#(B)


$B:G8e$K(Bdmesg$B$r$D$1$F$*$-$^$9!#(B

Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.7-RELEASE #26: Thu Nov  4 13:17:44 JST 2004
nabe@pisces.zodiac.org:/usr/src/sys/compile/VASH
Timecounter "i8254"  frequency 1193182 Hz
CPU: Cyrix 6x86MX (233.87-MHz 686-class CPU)
Origin = "CyrixInstead"  Id = 0x600  Stepping = 0  DIR=0x0854
Features=0x80a135<FPU,DE,TSC,MSR,CX8,PGE,CMOV,MMX>
real memory  = 264241152 (258048K bytes)
avail memory = 253042688 (247112K bytes)
Preloaded elf kernel "kernel" at 0xc0406000.
md0: Malloc disk
Using $PIR table, 6 entries at 0xc00fdf60
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <SiS 85c503 PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <SiS 5591 ATA33 controller> port 0xfcb0-0xfcbf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 1.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ohci0: <SiS 5571 USB controller> mem 0xfedff000-0xfedfffff irq 9 at device 1.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0: <SiS 5571 USB controller> on ohci0
usb0: USB revision 1.0
uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
dc0: <Intel 21143 10/100BaseTX> port 0xfc00-0xfc7f mem 0xfedfec00-0xfedfefff irq 11 at device 5.0 on pci0
dc0: Ethernet address: 00:10:e3:a5:43:a9
miibus0: <MII bus> on dc0
dcphy0: <Intel 21143 NWAY media interface> on miibus0
dcphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci0: <Matrox MGA Millennium II 2164W graphics accelerator> at 13.0 irq 9
pci0: <unknown card> (vendor=0x134d, dev=0x7891) at 18.0 irq 3
pci0: <SiS 5597/98 SVGA controller> at 20.0
orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x100>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A, console
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
unknown: <PNP0000> can't assign resources
unknown: <PNP0303> can't assign resources
unknown: <PNP0c02> can't assign resources
sbc0: <ESS ES1869 (Compaq OEM)> at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on isa0
pcm0: <ESS 18xx DSP> on sbc0
unknown: <PNP0f13> can't assign resources
unknown: <PNP0501> can't assign resources
unknown: <PNP0700> can't assign resources
unknown: <PNP0401> can't assign resources
ad0: 2014MB <ST32111A> [4092/16/63] at ata0-master UDMA33
ad2: 19092MB <ST320413A> [38792/16/63] at ata1-master UDMA33
acd0: CDROM <CD-ROM CDU701> at ata0-slave PIO4
Mounting root from ufs:/dev/ad2s3a
hw.ptmdm.country_code: 7
ptmdm0: <PCTel PCT789T> port 0xfcc0-0xfcff irq 3 at device 18.0 on pci0
ptmdm0: type Virtual 16550A

---
Watanabe Kazuhiro (CQG00620@nifty.ne.jp)
