Date: Thu, 6 May 1999 00:29:26 +0900 (JST) From: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) To: imp@harmony.village.org Cc: new-bus-arch@bostonradio.org, mobile@freebsd.org, hosokawa@itc.keio.ac.jp Subject: Re: Pccard rewrite, patch #1 Message-ID: <199905051529.AAA16840@afs.ntc.mita.keio.ac.jp> In-Reply-To: Your message of "Wed, 5 May 1999 17:05:11 JST". <199905050805.CAA08865@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199905050805.CAA08865@harmony.village.org> imp@harmony.village.org writes: >> I've uploaded my current set of patches to the pccard stuff to >> http://www.freebsd.org/~imp/pccard-990505.diff.gz >> >> These patches are still green. They seem stable on my laptop, but I >> still sometimes see odd messages indicating problems when I have >> INVARIANTS enabled. Do not use these patches if you need a stable >> machines. They may even trash your data. They are for testing >> purposes only, and only be skilled testers that really know how to >> test and debug kernel problems, as there will be plenty of them in >> these patches. I tested it now, but I can't compile GENERIC at first. I did s/#include "card.h"/#include "pccard.h"/, and s/NCARD/NPCCARD/, GENERIC was compiled without errors. Did I something wrong? I boot the new kernel on my Toshiba Libretto SS1000. But no PC-card slots were probed (today's current finds PC-card slots, but insertion and removal does not cause interrupt). Dmesg says that.... Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #0: Wed May 5 23:29:55 JST 1999 root@myname.my.domain:/usr/src/sys/compile/HOSOKAWA Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (quarter-micron) (166.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x581 Stepping=1 Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX> real memory = 33685504 (32896K bytes) avail memory = 29356032 (28668K bytes) Preloaded elf kernel "kernel" at 0xc0377000. Probing for PnP devices: npx0: <math processor> on motherboard npx0: INT 16 interface apm0: <APM BIOS> on motherboard apm: found APM BIOS version 1.2 pcib0: <PCI host bus adapter> on motherboard pci0: <PCI bus> on pcib0 chip0: <Host to PCI bridge (vendor=1179 device=0601)> at device 0.0 on pci0 eisa0: <EISA bus> on motherboard isa0: <ISA bus> on motherboard fdc0: interrupting at irq 6 fdc0: direction bit not set fdc0: cmd 3 failed at out byte 1 of 3 wdc0 at port 0x1f0-0x1f7 irq 14 on isa0 wdc0: unit 0 (wd0): <TOSHIBA MK2110MAF> wd0: 2067MB (4233600 sectors), 4200 cyls, 16 heads, 63 S/T, 512 B/S wdc0: interrupting at irq 14 haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! bt_isa_probe: Probe failed for card at 0x330 bt_isa_probe: Probe failed for card at 0x334 bt_isa_probe: Probe failed for card at 0x230 bt_isa_probe: Probe failed for card at 0x234 bt_isa_probe: Probe failed for card at 0x130 bt_isa_probe: Probe failed for card at 0x134 haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! atkbdc0: <keyboard controller (i8042)> at port 0x60 on isa0 atkbd0: <AT Keyboard> on atkbdc0 atkbd0: interrupting at irq 1 psm0: <PS/2 Mouse> on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 psm0: interrupting at irq 12 vga0: <Generic ISA VGA> on isa0 sc0: <System console> on isa0 sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio0: interrupting at irq 4 sio1: configured irq 3 not in bitmap of probed irqs 0 sio2: not probed (disabled) sio3: not probed (disabled) ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: <PLIP network interface> on ppbus 0 lpt0: <generic printer> on ppbus 0 lpt0: Interrupt-driven port ppi0: <generic parallel i/o> on ppbus 0 ppc0: interrupting at irq 7 ie0: unknown board_id: f000 Intel Pentium detected, installing workaround for F00F bug changing root device to wd0s2a -- HOSOKAWA, Tatsumi Assistant Manager Information Technology Center, Keio University <hosokawa@itc.keio.ac.jp> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905051529.AAA16840>