Date: Thu, 5 Jul 2001 21:39:56 -0400 (EDT) From: "H. Wade Minter" <minter@lunenburg.org> To: Greg Smith <freebsd_mail@yahoo.com> Cc: <freebsd-mobile@freebsd.org> Subject: Re: 4.3-R lockup with Xircom RealPort REM56 (non-cardbus) Message-ID: <20010705213929.X22123-200000@ashburn.skiltech.com> In-Reply-To: <200107051823340270.02187A34@smtp.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Attached is the output of boot -v, as well as vmstat -i. --Wade On Thu, 5 Jul 2001, Greg Smith wrote: > Wade, > > Why don't you try sending us some reports from your system, so we can > see what is going on? > > Greg > > -----Original Message----- > > >I disabled the IR port (IRQ 3) in the BIOS, and moved the pccard > >controller to that. It seems to work fine. I then set up the Xircom > >to use IRQ 10. Inserting the card presents the same lockup as before. > > > >I added "pccard_mem=0xd8000" to rc.conf. Same thing. > > > >:-/ > > > >Any other things to try? > > > >--Wade > > > >On Thu, 5 Jul 2001, Greg Smith wrote: > > > >> Wade, > >> > >> Have you checked the BIOS to see if you can disable the IR, serial > >> port, or sound. That is three possible IRQs. Also, I think you can > >> get away without using IRQ 7 for printing under FreeBSD, although I > >> haven't tried that. You could disable the parallel port entirely, > >> freeing up IRQ 7. > >> > >> If you can't disable anything, the BIOS might still allow you to > move > >> the IR to IRQ 4. > >> > >> Greg > >> > >> -----Original Message----- > >> > >> >Ok, I booted into Win98 and used Compaq's diagnostics to get my IRQ > >> list. > >> >Here's what it shows > >> > > >> >0 - System Timer > >> >1 - Keyboard > >> >2 - "Programmable interrupt controller" > >> >3 - Infared port > >> >4 - COM1 > >> >5 - Meastro DOS Games/FM devices > >> >6 - Floppy controller > >> >7 - Printer port > >> >8 - CMOS/RTC > >> >9 - SCI IRQ used by ACPI bus > >> >10 - None > >> >11 - A ton of stuff > >> >12 - Compaq EasyPoint IV > >> >13 - Numeric data processor > >> >14 - Primary IDE > >> >15 - Secondary IDE > >> > > >> >So it looks like there's one free IRQ, but that will have to get > >> assigned > >> >to the PCMCIA controller itself, right? Leaving none free for the > >> card? > >> > > >> >--Wade > >> > > >> >On Thu, 5 Jul 2001, Greg Smith wrote: > >> > > >> >> Wade, > >> >> > >> >> A shortcut is to boot -v then send us the dmesg output, but you > are > >> >> still vulnerable where FreeBSD does not detect a resource is in > use. > >> >> Windows is much smarter and more thorough about resources. > >> >> > >> >> Is your pccard.conf still referencing config 0x27, which is what > I > >> see > >> >> in 4.3-stable? > >> >> > >> >> Greg > >> >> > >> >> -----Original Message----- > >> >> > >> >> >Ok, I've assigned IRQ 10 to the PCMCIA controller. "dmesg | > grep > >> -i > >> >> irq" > >> >> >and "vmstat -i" show 10 as free. > >> >> > > >> >> >So the system boots up fine with or without the card in it. > When I > >> >> insert > >> >> >the card or it gets detected on bootup, the system beeps and > prints > >> >> out > >> >> >"pccard: card inserted, slot 0" to the console. > >> >> > > >> >> >It then prints out some pccardd messages that it has matched > CEM56, > >> >> which > >> >> >looks right. > >> >> > > >> >> >It then prints out: > >> >> >xe0 at port 0x2e8-0x2ef iomem 0xd0000-0xd0fff irq 3 slot 0 on > >> pccard0 > >> >> > > >> >> >and hangs the system. If I go to eject the card, the system > comes > >> >> back > >> >> >with: > >> >> > > >> >> >kernel trap 19 with interrupts disabled. > >> >> > > >> >> >Then prints out a fatal trap and tries to reboot. > >> >> > > >> >> >Ideas? > >> >> > > >> >> >On Thu, 5 Jul 2001, Scott Mitchell wrote: > >> >> > > >> >> >> On Thu, Jul 05, 2001 at 11:48:32AM -0400, H. Wade Minter > wrote: > >> >> >> > I'm working with 4.3-RELEASE on my Compaq Armada M700 > laptop. > >> I > >> >> have a > >> >> >> > Xircom RealPort REM56G (the non-cardbus type) ethernet/modem > >> card. > >> >> >> > > >> >> >> > When I tried the install, it would lock the system with the > >> card > >> >> in the > >> >> >> > PCMCIA slot. I removed the card and finished the install, > but > >> now > >> >> >> > whenever I put the card in, the system freezes. > >> >> >> > > >> >> >> > The card works under both Linux and Windows on this laptop, > so > >> I > >> >> don't > >> >> >> > think it's hardware. > >> >> >> > > >> >> >> > This card should work under 4.3-R, from what I can tell. > Does > >> >> anyone > >> >> >have > >> >> >> > any pointers? > >> >> >> > >> >> >> The first thing you should do is make sure your PCMCIA > controller > >> >> has an > >> >> >> IRQ assigned to it. Greg Smith explained how to do this way > >> better > >> >> than > >> >> >I > >> >> >> would in an earlier thread: > >> >> >> > >> >> >> On Mon, Jul 02, 2001 at 01:46:01AM -0700, Greg Smith wrote: > >> >> >> > Jeremiah, > >> >> >> > > >> >> >> > If the Sony card implies a Sony laptop, then you definitely > >> could > >> >> use > >> >> >> > an irq on the pcic device. > >> >> >> > > >> >> >> > There are three ways to assign an IRQ to the pcic: > >> >> >> > > >> >> >> > 1) the "long" way: rebuild the kernel with > >> >> >> > > >> >> >> > device pcic0 at isa? irq 9 > >> >> >> > > >> >> >> > > >> >> >> > 2) the "Peter" way: update /boot/loader.conf with > >> >> >> > > >> >> >> > machdep.pccard.pcic_irq="09" > >> >> >> > > >> >> >> > > >> >> >> > 3) the "Greg" way: update /boot/loader.conf with > >> >> >> > > >> >> >> > userconfig_script_load="YES" > >> >> >> > > >> >> >> > and /boot/kernel.conf with > >> >> >> > > >> >> >> > ir pcic0 9 > >> >> >> > q > >> >> >> > > >> >> >> > This method assumes your kernel has device pcic0 and not > just > >> >> device > >> >> >> > pcic. This is true in GENERIC kernels. > >> >> >> > > >> >> >> > [The userconfig solution is generalizable to the various > >> devices > >> >> (with > >> >> >> > unit numbers) in the kernel, with at least the following > >> commands: > >> >> >> > > >> >> >> > di sio1 (disable) > >> >> >> > en pcic1 (enable) > >> >> >> > po pcm0 0x530 (set port) > >> >> >> > ir pcic0 9 (set IRQ) > >> >> >> > dr pcm0 1 (set DRQ) > >> >> >> > iom pcic0 0xd8000 (set iomem) > >> >> >> > ios ata2 16 (set iosize) > >> >> >> > f pcm0 0x10 (set flags) > >> >> >> > ls (list all configurable devices) > >> >> >> > q (last line) > >> >> >> > > >> >> >> > This is very handy on those older machines where it takes a > >> long > >> >> time > >> >> >> > to rebuild the kernel. Try boot -c to get the whole > picture.] > >> >> >> > > >> >> >> > All examples above assume irq 9 is the one you want to use. > >> >> Substitute > >> >> >> > as appropriate. > >> >> >> > > >> >> >> > Greg > >> >> >> > >> >> >> The card is definitely supported (I'm using one myself -- the > >> >> >Ethernet-only > >> >> >> model, but it's the same hardware), so chances are this will > >> solve > >> >> your > >> >> >> problem. If not, post your dmesg output and we'll see if that > >> sheds > >> >> any > >> >> >> light on the issue. > >> >> >> > >> >> >> Cheers, > >> >> >> > >> >> >> Scott > >> >> >> > >> >> >> -- > >> >> >> > >> >> > >> > >======================================================================= > > >> > >> >> ==== > >> >> >> Scott Mitchell | PGP Key ID | "Eagles may soar, but > >> weasels > >> >> >> Cambridge, England | 0x54B171B9 | don't get sucked into > jet > >> >> >engines" > >> >> >> scott.mitchell@mail.com | 0xAA775B8B | -- Anon > >> >> >> > >> >> > > >> >> > > >> >> >To Unsubscribe: send mail to majordomo@FreeBSD.org > >> >> >with "unsubscribe freebsd-mobile" in the body of the message > >> >> > >> >> > >> >> > >> >> > >> >> _________________________________________________________ > >> >> Do You Yahoo!? > >> >> Get your free @yahoo.com address at http://mail.yahoo.com > >> >> > >> > >> > >> > >> > >> _________________________________________________________ > >> Do You Yahoo!? > >> Get your free @yahoo.com address at http://mail.yahoo.com > >> > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > [-- Attachment #2 --] Copyright (c) 1992-2001 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.3-RELEASE #0: Thu Jul 5 17:24:00 EDT 2001 root@:/usr/obj/usr/src/sys/VICTORIA Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (447.80-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> real memory = 268369920 (262080K bytes) config> ir pcic0 3 config> q avail memory = 258088960 (252040K bytes) Preloaded elf kernel "kernel" at 0xc0330000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc033009c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib1 pci1: <ATI Mobility-1 graphics accelerator> at 0.0 irq 11 pcic-pci0: <TI PCI-1450 PCI-CardBus Bridge> mem 0x41100000-0x41100fff irq 11 at device 4.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pcic-pci1: <TI PCI-1450 PCI-CardBus Bridge> mem 0x41180000-0x41180fff irq 11 at device 4.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 ATA33 controller> port 0x38a0-0x38af at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0x3880-0x389f irq 11 at device 7.2 on pci0 usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: <Intel 82371AB Power management controller> port 0x4000-0x400f at device 7.3 on pci0 chip2: <ESS Technology Maestro 2E Audio controller> port 0x3000-0x30ff irq 11 at device 8.0 on pci0 pci0: <unknown card> (vendor=0x11c1, dev=0x0449) at 9.0 irq 11 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=0x300> pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 irq 3 drq 0 on isa0 pcic0: management irq 3 pccard0: <PC Card bus -- kludge version> on pcic0 pccard1: <PC Card bus -- kludge version> on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 ad0: 5729MB <TOSHIBA MK6014MAP> [12416/15/63] at ata0-master UDMA33 Mounting root from ufs:/dev/ad0s2a WARNING: / was not properly dismounted fd0c: hard error reading fsbn 1 (No status) fd0c: hard error writing fsbn 0 (No status) Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 5 5 5 done Uptime: 3m12s Rebooting... Copyright (c) 1992-2001 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.3-RELEASE #0: Thu Jul 5 17:24:00 EDT 2001 root@:/usr/obj/usr/src/sys/VICTORIA Calibrating clock(s) ... TSC clock: 447817631 Hz, i8254 clock: 1193226 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium III/Pentium III Xeon/Celeron (447.80-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> real memory = 268369920 (262080K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x00356000 - 0x0ffe7fff, 264839168 bytes (64658 pages) config> ir pcic0 3 config> q avail memory = 258088960 (252040K bytes) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xf0000 (c00f0000) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0x478 pnpbios: Found PnP BIOS data at 0xc00f5df0 pnpbios: Entry = f0000:5e1e Rev = 1.0 pnpbios: Event flag at f5e16 pnpbios: OEM ID 30b1110e Other BIOS signatures found: ACPI: 000fe700 Preloaded elf kernel "kernel" at 0xc0330000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03300a8. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) npx0: <math processor> on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard found-> vendor=0x8086, dev=0x7190, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base 50000000, size 26 found-> vendor=0x8086, dev=0x7191, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x104c, dev=0xac1b, revid=0x03 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=2 secondarybus=2 intpin=a, irq=11 map[10]: type 1, range 32, base 41100000, size 12 found-> vendor=0x104c, dev=0xac1b, revid=0x03 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=3 secondarybus=3 intpin=a, irq=11 map[10]: type 1, range 32, base 41180000, size 12 found-> vendor=0x8086, dev=0x7110, revid=0x02 class=06-80-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 000038a0, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=11 map[20]: type 1, range 32, base 00003880, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x03 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00004000, size 4 found-> vendor=0x125d, dev=0x1978, revid=0x10 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 00003000, size 8 found-> vendor=0x11c1, dev=0x0449, revid=0x01 class=07-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 41200000, size 8 map[14]: type 1, range 32, base 00003800, size 3 map[18]: type 1, range 32, base 00003400, size 8 pci0: <PCI bus> on pcib0 pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0 found-> vendor=0x1002, dev=0x4c4d, revid=0x64 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 40000000, size 24 map[14]: type 1, range 32, base 00002000, size 8 map[18]: type 1, range 32, base 41000000, size 12 pci1: <PCI bus> on pcib1 pci1: <ATI Mobility-1 graphics accelerator> (vendor=0x1002, dev=0x4c4d) at 0.0 irq 11 pcic-pci0: <TI PCI-1450 PCI-CardBus Bridge> mem 0x41100000-0x41100fff irq 11 at device 4.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pcic-pci0: Legacy address set to 0x3e0 PCI Config space: 00: ac1b104c 02100007 06070003 00824208 10: 41100000 020000a0 00020200 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 03c0010b 40: b1130e11 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 20449060 00000080 01818181 00000000 90: 60640280 00000000 00000000 00000000 Cardbus Socket registers: 00: 00000000: 00000000: 30000106: 00000000: 10: 00000000: 00000000: 00000000: 00000000: ExCa registers: 00: 84 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 pcic-pci1: <TI PCI-1450 PCI-CardBus Bridge> mem 0x41180000-0x41180fff irq 11 at device 4.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] PCI Config space: 00: ac1b104c 02100007 06070003 00824208 10: 41180000 020000a0 00030300 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 03c0010b 40: b1130e11 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 20449060 00000080 01818181 00000000 90: 60640280 00000000 00000000 00000000 Cardbus Socket registers: 00: 00000000: 00000000: 30000106: 00000000: 10: 00000000: 00000000: 00000000: 00000000: ExCa registers: 00: 84 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 ATA33 controller> port 0x38a0-0x38af at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x38a0 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=01 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x38a8 ata1: mask=00 status0=a5 status1=a5 ata1: probe allocation failed uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0x3880-0x389f irq 11 at device 7.2 on pci0 usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: <Intel 82371AB Power management controller> port 0x4000-0x400f at device 7.3 on pci0 chip2: <ESS Technology Maestro 2E Audio controller> port 0x3000-0x30ff irq 11 at device 8.0 on pci0 pci0: <unknown card> (vendor=0x11c1, dev=0x0449) at 9.0 irq 11 ata-: ata0 exists, using next available unit number ata-: ata1 exists, using next available unit number Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices 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 ata2 failed to probe at port 0x1f0 irq 14 on isa0 ata3: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000 ata3: mask=00 status0=a5 status1=a5 ata3: probe allocation failed ata3 failed to probe at port 0x170-0x177,0x376 irq 15 on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0065 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k vga0: vga: WARNING: video mode switching is not fully supported on this adapter VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 e7 73 4f 4f 97 52 83 b4 1f 00 4f 0d 0e 00 00 07 30 91 87 8f 28 1f 8f b5 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 00 00 03 00 02 e7 73 4f 4f 97 52 83 b4 1f 00 4f 0d 0e 00 00 07 30 91 87 8f 28 1f 8f b5 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 irq 3 drq 0 on isa0 pcic0: management irq 3 stat is 0 stat is 0 pccard0: <PC Card bus -- kludge version> on pcic0 pccard1: <PC Card bus -- kludge version> on pcic0 sio0: irq maps: 0x41 0x51 0x41 0x41 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: irq maps: 0x41 0x41 0x41 0x41 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: EPP SPP ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 cs0 failed to probe at port 0x300-0x31f on isa0 sn0 failed to probe at port 0x300-0x30f irq 10 on isa0 isa_probe_children: probing PnP devices BIOS Geometries: 0:0305ef3f 0..773=774 cylinders, 0..239=240 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: lo0 attached bpf: ppp0 attached new masks: bio 684840, tty 631092, net 671092 bpf: sl0 attached ata0-master: success setting UDMA2 on Intel chip Creating DISK ad0 Creating DISK wd0 ad0: <TOSHIBA MK6014MAP/N2.10 A> ATA-4 disk at ata0-master ad0: 5729MB (11733120 sectors), 12416 cyls, 15 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=1 ad0: 5729MB <TOSHIBA MK6014MAP> [12416/15/63] at ata0-master UDMA33 Mounting root from ufs:/dev/ad0s2a ad0s1: type 0xb, start 63, end = 5125679, size 5125617 : OK ad0s2: type 0xa5, start 5125680, end = 11733119, size 6607440 : OK start_init: trying /sbin/init # vmstat -i interrupt total rate ata0 irq14 1781 27 fdc0 irq6 2 0 atkbd0 irq1 264 4 clk irq0 6425 100 rtc irq8 8224 128 Total 16696 260
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010705213929.X22123-200000>
