Date: Tue, 3 Apr 2001 13:55:50 +0200 From: "Johan Huldtgren" <johan.huldtgren@rixtelecom.se> To: <freebsd-mobile@FreeBSD.ORG> Subject: Problems with Netgear FA410XT PCMCIA network card Message-ID: <AFEIKKNEEOLKABKEGDKHGEIBCDAA.johan.huldtgren@rixtelecom.se>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C0BC45.CAF282B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Today I tried to install Freebsd 4.2-Release to a laptop. The installation went pretty smooth, except the fact that I can not get the network card to work. The machine is a Mitac 7020 running on a PIII 600 and 256 MB of ram. On my first installation try I used the PCMCIA network card that was inserted into that machine a, Argosy PCMCIA Ethernet EN-225 10/100 card. I installed from the CDROM and after a successfull installation it refused to find the card. It did detect that I had something in my PCMCIA slot, but it was an "unknown card". I decided to try to reinstall it with a differnt card that I had lying around. This was a Netgear FA410TX, i restarted the installation and this time when the question "do you wish to use the pc-card as the installation device?" I answered yes, however I manged to set the wrong IRQ and it complained about that when the installtion was finished; although it did seem to find my card now. I reinstalled again, this time I set the correct IRQ that I got from the the dmesg. When I tried to install from ftp it hung on trying to lookup "ftp.freebsd.org" and my only choice was a hard reboot. I reinstalled again, using the same procedure as above but this time chosing to install from the CD. Worked fine. At the post-install screen I chose to try to configure my network interfaces. It now showed a device "ed1" that was indeed my PCMCIA card; although it labled it as "Novell NE1000/2000; 3C503; NE2000-compatible PCMCIA" trying to DHCP configure it failed and I was asked to enter the data manually. I chose one of the DHCP addresses I knew to be free and finished the install with a reboot. Booting back up again I got the following message: (as I don't have a net connection to that machine I've copied this by hand) pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] \ [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)] ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1 ed1: address 00:e0:98:88:de:99, type Linksys (16 bit) pccardd[53]: ed1: NETGEAR (FA410TX) inserted /kernel: ed1: device timeout last message repeated 6 times last message repeated 2 times pccardd[53]: pccard started /kernel: ed1: device timeout last message repeated 3 times I've recompiled my kernel trying to adding / removing devices, nothing has helped. I was wondering if somebody could give me a few pointers as to what needs fixing. Here follows some more information, attached is messages, dmesg and the kernel config. P.S. I saw that neither of the two cards I have are mentioned in the hardware doc, but since it does find the card I figured it was worth a shot asking if there was a work around or the hardware doc was simply out of date. If the solution is simply to buy a new PCMCIA card, then that is what I'll do. Sincerely, Johan Huldtgren ____________________________________________________ Network/Systems Administrator tel: +46(0)317800000 Rix Telecom AB(publ) fax: +46(0)317800055 ------=_NextPart_000_0005_01C0BC45.CAF282B0 Content-Type: application/octet-stream; name="KERNEL" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="KERNEL" #=0A= # OND=0A= =0A= machine i386=0A= cpu I686_CPU=0A= ident OND=0A= maxusers 128=0A= =0A= makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug symbols=0A= =0A= #options MATH_EMULATE #Support for x87 emulation=0A= options INET #InterNETworking=0A= options INET6 #IPv6 communications protocols=0A= options FFS #Berkeley Fast Filesystem=0A= options FFS_ROOT #FFS usable as root device [keep this!]=0A= options SOFTUPDATES #Enable FFS soft updates support=0A= options MFS #Memory Filesystem=0A= options MD_ROOT #MD is a potential root device=0A= options NFS #Network Filesystem=0A= options NFS_ROOT #NFS usable as root device, NFS required=0A= options MSDOSFS #MSDOS Filesystem=0A= options CD9660 #ISO 9660 Filesystem=0A= options CD9660_ROOT #CD-ROM usable as root, CD9660 required=0A= options PROCFS #Process filesystem=0A= options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]=0A= options SCSI_DELAY=3D15000 #Delay (in ms) before probing SCSI=0A= options UCONSOLE #Allow users to grab the console=0A= options USERCONFIG #boot -c editor=0A= options VISUAL_USERCONFIG #visual boot -c editor=0A= options KTRACE #ktrace(1) support=0A= options SYSVSHM #SYSV-style shared memory=0A= options SYSVMSG #SYSV-style message queues=0A= options SYSVSEM #SYSV-style semaphores=0A= options P1003_1B #Posix P1003_1B real-time extensions=0A= options _KPOSIX_PRIORITY_SCHEDULING=0A= options ICMP_BANDLIM #Rate limit bad replies=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= options NMBCLUSTERS=3D16384=0A= =0A= device isa=0A= device eisa=0A= device pci=0A= device pcm=0A= device csa=0A= =0A= # Floppy drives=0A= device fdc0 at isa? port IO_FD1 irq 6 drq 2=0A= device fd0 at fdc0 drive 0=0A= device fd1 at fdc0 drive 1=0A= =0A= # ATA and ATAPI devices=0A= device ata0 at isa? port IO_WD1 irq 14=0A= device ata1 at isa? port IO_WD2 irq 15=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= device atapifd # ATAPI floppy drives=0A= device atapist # ATAPI tape drives=0A= options ATA_STATIC_ID #Static device numbering=0A= #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= device atkbdc0 at isa? port IO_KBD=0A= device atkbd0 at atkbdc? irq 1 flags 0x1=0A= device psm0 at atkbdc? irq 12=0A= =0A= device vga0 at isa?=0A= =0A= # splash screen/screen saver=0A= pseudo-device splash=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc0 at isa? flags 0x100=0A= =0A= # Floating point support - do not disable.=0A= device npx0 at nexus? port IO_NPX irq 13=0A= =0A= # Power management support (see LINT for more options)=0A= device apm0 at nexus? disable flags 0x20 # Advanced Power Management=0A= =0A= # PCCARD (PCMCIA) support=0A= device card=0A= device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000=0A= device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000=0A= =0A= # Serial (COM) ports=0A= device sio0 at isa? port IO_COM1 flags 0x10 irq 4=0A= device sio1 at isa? port IO_COM2 irq 3=0A= device sio2 at isa? disable port IO_COM3 irq 5=0A= device sio3 at isa? disable port IO_COM4 irq 9=0A= =0A= # Parallel port=0A= device ppc0 at isa? irq 7=0A= device ppbus # Parallel port bus (required)=0A= device lpt # Printer=0A= device plip # TCP/IP over parallel=0A= device ppi # Parallel port interface device=0A= =0A= # ISA Ethernet NICs.=0A= device ed0 at isa? port 0x280 irq 10 iomem 0xd8000=0A= device ex=0A= device ep=0A= device fe0 at isa? port 0x300=0A= # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really=0A= # exists only as a PCMCIA device, so there is no ISA attatement needed=0A= # and resources will always be dynamically assigned by the pccard code.=0A= device wi=0A= # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below = will=0A= # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP=0A= # mode (the factory default). If you set the switches on your ISA=0A= # card for a manually chosen I/O address and IRQ, you must specify=0A= # those paremeters here.=0A= device an=0A= # Xircom Ethernet=0A= device xe=0A= # The probe order of these is presently determined by = i386/isa/isa_compat.c.=0A= device ie0 at isa? port 0x300 irq 10 iomem 0xd0000=0A= #device le0 at isa? port 0x300 irq 5 iomem 0xd0000=0A= device lnc0 at isa? port 0x280 irq 10 drq 0=0A= device cs0 at isa? port 0x300=0A= device sn0 at isa? port 0x300 irq 10=0A= =0A= # Pseudo devices - the number indicates how many units to allocated.=0A= pseudo-device loop # Network loopback=0A= pseudo-device ether # Ethernet support=0A= pseudo-device sl 1 # Kernel SLIP=0A= pseudo-device ppp 1 # Kernel PPP=0A= pseudo-device tun # Packet tunnel.=0A= pseudo-device pty # Pseudo-ttys (telnet etc)=0A= pseudo-device md # Memory "disks"=0A= pseudo-device gif 4 # IPv6 and IPv4 tunneling=0A= pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)=0A= =0A= # The `bpf' pseudo-device enables the Berkeley Packet Filter.=0A= # Be aware of the administrative consequences of enabling this!=0A= pseudo-device bpf #Berkeley packet filter=0A= =0A= # USB support=0A= device uhci # UHCI PCI->USB interface=0A= device ohci # OHCI PCI->USB interface=0A= device usb # USB Bus (required)=0A= device ugen # Generic=0A= device uhid # "Human Interface Devices"=0A= device ukbd # Keyboard=0A= device ulpt # Printer=0A= device ums # Mouse=0A= =0A= ------=_NextPart_000_0005_01C0BC45.CAF282B0 Content-Type: application/octet-stream; name="dmesg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmesg" Copyright (c) 1992-2000 The FreeBSD Project.=0A= Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 4.2-RELEASE #1: Tue Apr 3 11:13:18 CEST 2001=0A= root@:/usr/src/sys/compile/OND=0A= Timecounter "i8254" frequency 1193182 Hz=0A= CPU: Pentium III/Pentium III Xeon/Celeron (534.03-MHz 686-class CPU)=0A= Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3=0A= = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= real memory =3D 268369920 (262080K bytes)=0A= avail memory =3D 257449984 (251416K bytes)=0A= Preloaded elf kernel "kernel" at 0xc038c000.=0A= Pentium Pro MTRR support enabled=0A= md0: Malloc disk=0A= npx0: <math processor> on motherboard=0A= npx0: INT 16 interface=0A= pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard=0A= pci0: <PCI bus> on pcib0=0A= pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on = pci0=0A= pci1: <PCI bus> on pcib1=0A= pci1: <ATI model 4c42 graphics accelerator> at 0.0=0A= isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0=0A= isa0: <ISA bus> on isab0=0A= atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 = on pci0=0A= ata0: at 0x1f0 irq 14 on atapci0=0A= ata1: at 0x170 irq 15 on atapci0=0A= uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 = on pci0=0A= uhci0: Could not map ports=0A= device_probe_and_attach: uhci0 attach returned 6=0A= chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at = device 7.3 on pci0=0A= pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0=0A= pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial = isa irq]=0A= pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0=0A= pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial = isa irq]=0A= csa0: <Crystal Semiconductor CS4614/4622/4624 Audio accelerator/4280 = Audio controller> mem 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 = at device 9.0 on pci0=0A= pcm0: <CS461x PCM Audio> on csa0=0A= fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= fdc0: FIFO enabled, 8 bytes threshold=0A= fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0=0A= atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0=0A= kbd0 at atkbd0=0A= psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= psm0: model Generic PS/2 mouse, device ID 0=0A= vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A= sc0: <System console> at flags 0x100 on isa0=0A= sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0=0A= pcic0: Polling mode=0A= pccard0: <PC Card bus -- kludge version> on pcic0=0A= pccard1: <PC Card bus -- kludge version> on pcic0=0A= sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0=0A= sio0: type 16550A=0A= sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= sio1: type 16550A=0A= ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0=0A= ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode=0A= plip0: <PLIP network interface> on ppbus0=0A= lpt0: <Printer> on ppbus0=0A= lpt0: Interrupt-driven port=0A= ppi0: <Parallel I/O> on ppbus0=0A= RTC BIOS diagnostic error 20<config_unit>=0A= ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33=0A= pccard: card inserted, slot 1=0A= (null): MODE_SENSE_BIG command timeout - resetting=0A= ata1: resetting devices .. done=0A= acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master = using PIO4=0A= Mounting root from ufs:/dev/ad0s1a=0A= ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1=0A= ed1: address 00:e0:98:88:de:99, type Linksys (16 bit) =0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped=0A= Waiting (max 60 seconds) for system process `syncer' to stop...stopped=0A= =0A= syncing disks... =0A= done=0A= Uptime: 13m51s=0A= Rebooting...=0A= Copyright (c) 1992-2000 The FreeBSD Project.=0A= Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 4.2-RELEASE #1: Tue Apr 3 11:13:18 CEST 2001=0A= root@:/usr/src/sys/compile/OND=0A= Timecounter "i8254" frequency 1193182 Hz=0A= CPU: Pentium III/Pentium III Xeon/Celeron (150.84-MHz 686-class CPU)=0A= Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3=0A= = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= real memory =3D 268369920 (262080K bytes)=0A= avail memory =3D 257449984 (251416K bytes)=0A= Preloaded elf kernel "kernel" at 0xc038c000.=0A= Pentium Pro MTRR support enabled=0A= md0: Malloc disk=0A= npx0: <math processor> on motherboard=0A= npx0: INT 16 interface=0A= pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard=0A= pci0: <PCI bus> on pcib0=0A= pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on = pci0=0A= pci1: <PCI bus> on pcib1=0A= pci1: <ATI model 4c42 graphics accelerator> at 0.0=0A= isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0=0A= isa0: <ISA bus> on isab0=0A= atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 = on pci0=0A= ata0: at 0x1f0 irq 14 on atapci0=0A= ata1: at 0x170 irq 15 on atapci0=0A= uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 = on pci0=0A= uhci0: Could not map ports=0A= device_probe_and_attach: uhci0 attach returned 6=0A= chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at = device 7.3 on pci0=0A= pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0=0A= pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial = isa irq]=0A= pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0=0A= pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial = isa irq]=0A= csa0: <Crystal Semiconductor CS4614/4622/4624 Audio accelerator/4280 = Audio controller> mem 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 = at device 9.0 on pci0=0A= pcm0: <CS461x PCM Audio> on csa0=0A= fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= fdc0: FIFO enabled, 8 bytes threshold=0A= fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0=0A= atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0=0A= kbd0 at atkbd0=0A= psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= psm0: model Generic PS/2 mouse, device ID 0=0A= vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A= sc0: <System console> at flags 0x100 on isa0=0A= sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0=0A= pcic0: Polling mode=0A= pccard0: <PC Card bus -- kludge version> on pcic0=0A= pccard1: <PC Card bus -- kludge version> on pcic0=0A= sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0=0A= sio0: type 16550A=0A= sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= sio1: type 16550A=0A= ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0=0A= ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode=0A= plip0: <PLIP network interface> on ppbus0=0A= lpt0: <Printer> on ppbus0=0A= lpt0: Interrupt-driven port=0A= ppi0: <Parallel I/O> on ppbus0=0A= RTC BIOS diagnostic error 20<config_unit>=0A= ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33=0A= pccard: card inserted, slot 1=0A= (null): MODE_SENSE_BIG command timeout - resetting=0A= ata1: resetting devices .. done=0A= acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master = using PIO4=0A= Mounting root from ufs:/dev/ad0s1a=0A= ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1=0A= ed1: address 00:e0:98:88:de:99, type Linksys (16 bit) =0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ed1: device timeout=0A= ------=_NextPart_000_0005_01C0BC45.CAF282B0 Content-Type: application/octet-stream; name="messages" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="messages" Apr 3 10:40:23 Test /kernel: Copyright (c) 1992-2000 The FreeBSD = Project.=0A= Apr 3 10:40:23 Test /kernel: Copyright (c) 1979, 1980, 1983, 1986, = 1988, 1989, 1991, 1992, 1993, 1994=0A= Apr 3 10:40:23 Test /kernel: The Regents of the University of = California. All rights reserved.=0A= Apr 3 10:40:23 Test /kernel: FreeBSD 4.2-RELEASE #3: Mon Nov 20 = 18:52:51 GMT 2000=0A= Apr 3 10:40:23 Test /kernel: = jkh@bento.FreeBSD.org:/usr/src/sys/compile/BOOTMFS=0A= Apr 3 10:40:23 Test /kernel: Timecounter "i8254" frequency 1193182 Hz=0A= Apr 3 10:40:23 Test /kernel: Timecounter "TSC" frequency 150833806 Hz=0A= Apr 3 10:40:23 Test /kernel: CPU: Pentium III/Pentium III Xeon/Celeron = (150.83-MHz 686-class CPU)=0A= Apr 3 10:40:23 Test /kernel: Origin =3D "GenuineIntel" Id =3D 0x683 = Stepping =3D 3=0A= Apr 3 10:40:23 Test /kernel: = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= Apr 3 10:40:23 Test /kernel: real memory =3D 268369920 (262080K bytes)=0A= Apr 3 10:40:23 Test /kernel: config> intro=0A= Apr 3 10:40:23 Test /kernel: = =1B[m=1B[H=1B[J=1B[3;26H=1B[m=1B[1m=1B[m=1B[6;11H=1B[m=1B[7m=1B[m=1B[7;11= H=1B[m=1B[8;11H=1B[m=1B[11;3H=1B[m=1B[12;3H=1B[m=1B[13;3H=1B[m=1B[15;3H=1B= [m=1B[16;3H=1B[m=1B[18;3H=1B[m=1B[19;3H=1B[m=1B[21;3H=1B[m=1B[7m=1B[m=1B[= 22;3H=1B[m=1B[1;1H=1B[m=1B[H=1B[Javail memory =3D 254820352 (248848K = bytes)=0A= Apr 3 10:40:23 Test /kernel: Preloaded elf kernel "kernel" at = 0xc065d000.=0A= Apr 3 10:40:23 Test /kernel: Pentium Pro MTRR support enabled=0A= Apr 3 10:40:23 Test /kernel: md1: Malloc disk=0A= Apr 3 10:40:23 Test /kernel: npx0: <math processor> on motherboard=0A= Apr 3 10:40:23 Test /kernel: npx0: INT 16 interface=0A= Apr 3 10:40:23 Test /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI = bridge> on motherboard=0A= Apr 3 10:40:23 Test /kernel: pci0: <PCI bus> on pcib0=0A= Apr 3 10:40:23 Test /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI = (AGP) bridge> at device 1.0 on pci0=0A= Apr 3 10:40:23 Test /kernel: pci1: <PCI bus> on pcib1=0A= Apr 3 10:40:23 Test /kernel: pci1: <ATI model 4c42 graphics = accelerator> at 0.0=0A= Apr 3 10:40:23 Test /kernel: isab0: <Intel 82371AB PCI to ISA bridge> = at device 7.0 on pci0=0A= Apr 3 10:40:23 Test /kernel: isa0: <ISA bus> on isab0=0A= Apr 3 10:40:23 Test /kernel: atapci0: <Intel PIIX4 ATA33 controller> = port 0x1100-0x110f at device 7.1 on pci0=0A= Apr 3 10:40:23 Test /kernel: ata0: at 0x1f0 irq 14 on atapci0=0A= Apr 3 10:40:23 Test /kernel: ata1: at 0x170 irq 15 on atapci0=0A= Apr 3 10:40:23 Test /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB = controller> irq 128 at device 7.2 on pci0=0A= Apr 3 10:40:23 Test /kernel: uhci0: Could not map ports=0A= Apr 3 10:40:23 Test /kernel: device_probe_and_attach: uhci0 attach = returned 6=0A= Apr 3 10:40:23 Test /kernel: chip1: <Intel 82371AB Power management = controller> port 0x1400-0x140f at device 7.3 on pci0=0A= Apr 3 10:40:23 Test /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus = Bridge> irq 10 at device 8.0 on pci0=0A= Apr 3 10:40:23 Test /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 10:40:23 Test /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus = Bridge> irq 10 at device 8.1 on pci0=0A= Apr 3 10:40:23 Test /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 10:40:23 Test /kernel: pci0: <unknown card> (vendor=3D0x1013, = dev=3D0x6003) at 9.0 irq 5=0A= Apr 3 10:40:23 Test /kernel: fdc0: <NEC 72065B or clone> at port = 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= Apr 3 10:40:23 Test /kernel: fdc0: FIFO enabled, 8 bytes threshold=0A= Apr 3 10:40:23 Test /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= Apr 3 10:40:23 Test /kernel: atkbdc0: <Keyboard controller (i8042)> at = port 0x60,0x64 on isa0=0A= Apr 3 10:40:23 Test /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on = atkbdc0=0A= Apr 3 10:40:23 Test /kernel: kbd0 at atkbd0=0A= Apr 3 10:40:23 Test /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= Apr 3 10:40:23 Test /kernel: psm0: model Generic PS/2 mouse, device ID 0=0A= Apr 3 10:40:23 Test /kernel: vga0: <Generic ISA VGA> at port = 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A= Apr 3 10:40:23 Test /kernel: sc0: <System console> at flags 0x100 on = isa0=0A= Apr 3 10:40:23 Test /kernel: sc0: VGA <16 virtual consoles, = flags=3D0x300>=0A= Apr 3 10:40:23 Test /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem = 0xd0000 on isa0=0A= Apr 3 10:40:23 Test /kernel: pcic0: Polling mode=0A= Apr 3 10:40:23 Test /kernel: pccard0: <PC Card bus -- kludge version> = on pcic0=0A= Apr 3 10:40:23 Test /kernel: pccard1: <PC Card bus -- kludge version> = on pcic0=0A= Apr 3 10:40:23 Test /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 = on isa0=0A= Apr 3 10:40:23 Test /kernel: sio0: type 16550A=0A= Apr 3 10:40:23 Test /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= Apr 3 10:40:23 Test /kernel: sio1: type 16550A=0A= Apr 3 10:40:23 Test /kernel: ppc0: <Parallel port> at port 0x378-0x37f = irq 7 on isa0=0A= Apr 3 10:40:23 Test /kernel: ppc0: Generic chipset (NIBBLE-only) in = COMPATIBLE mode=0A= Apr 3 10:40:23 Test /kernel: plip0: <PLIP network interface> on ppbus0=0A= Apr 3 10:40:23 Test /kernel: RTC BIOS diagnostic error 20<config_unit>=0A= Apr 3 10:40:23 Test /kernel: ad0: 19077MB <FUJITSU MHM2200AT> = [38760/16/63] at ata0-master UDMA33=0A= Apr 3 10:40:23 Test /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel = DVD-K11T 0103> at ata1-master using PIO4=0A= Apr 3 10:40:23 Test /kernel: Mounting root from ufs:/dev/md0c=0A= Apr 3 10:40:23 Test /kernel: pccard: card inserted, slot 1=0A= Apr 3 10:40:23 Test /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on = pccard1=0A= Apr 3 10:40:23 Test /kernel: ed1: address 00:e0:98:88:de:99, type = Linksys (16 bit) =0A= Apr 3 10:40:23 Test /kernel: cd9660: RockRidge Extension=0A= Apr 3 10:40:23 Test /kernel: ed1: device timeout=0A= Apr 3 10:40:23 Test last message repeated 2 times=0A= Apr 3 10:40:23 Test /kernel: Waiting (max 60 seconds) for system = process `bufdaemon' to stop...stopped=0A= Apr 3 10:40:23 Test /kernel: Waiting (max 60 seconds) for system = process `syncer' to stop...stopped=0A= Apr 3 10:40:23 Test /kernel: =0A= Apr 3 10:40:23 Test /kernel: syncing disks... 6 6 =0A= Apr 3 10:40:23 Test /kernel: done=0A= Apr 3 10:40:23 Test /kernel: Uptime: 1h20m27s=0A= Apr 3 10:40:23 Test /kernel: Rebooting...=0A= Apr 3 10:40:23 Test /kernel: Copyright (c) 1992-2000 The FreeBSD = Project.=0A= Apr 3 10:40:23 Test /kernel: Copyright (c) 1979, 1980, 1983, 1986, = 1988, 1989, 1991, 1992, 1993, 1994=0A= Apr 3 10:40:23 Test /kernel: The Regents of the University of = California. All rights reserved.=0A= Apr 3 10:40:23 Test /kernel: FreeBSD 4.2-RELEASE #0: Mon Nov 20 = 13:02:55 GMT 2000=0A= Apr 3 10:40:23 Test /kernel: = jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC=0A= Apr 3 10:40:23 Test /kernel: Timecounter "i8254" frequency 1193182 Hz=0A= Apr 3 10:40:23 Test /kernel: CPU: Pentium III/Pentium III Xeon/Celeron = (225.18-MHz 686-class CPU)=0A= Apr 3 10:40:23 Test /kernel: Origin =3D "GenuineIntel" Id =3D 0x683 = Stepping =3D 3=0A= Apr 3 10:40:23 Test /kernel: = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= Apr 3 10:40:23 Test /kernel: real memory =3D 268369920 (262080K bytes)=0A= Apr 3 10:40:23 Test /kernel: avail memory =3D 257019904 (250996K bytes)=0A= Apr 3 10:40:23 Test /kernel: Preloaded elf kernel "kernel" at = 0xc0436000.=0A= Apr 3 10:40:23 Test /kernel: Pentium Pro MTRR support enabled=0A= Apr 3 10:40:23 Test /kernel: md0: Malloc disk=0A= Apr 3 10:40:23 Test /kernel: npx0: <math processor> on motherboard=0A= Apr 3 10:40:23 Test /kernel: npx0: INT 16 interface=0A= Apr 3 10:40:23 Test /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI = bridge> on motherboard=0A= Apr 3 10:40:23 Test /kernel: pci0: <PCI bus> on pcib0=0A= Apr 3 10:40:23 Test /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI = (AGP) bridge> at device 1.0 on pci0=0A= Apr 3 10:40:24 Test /kernel: pci1: <PCI bus> on pcib1=0A= Apr 3 10:40:24 Test /kernel: pci1: <ATI model 4c42 graphics = accelerator> at 0.0=0A= Apr 3 10:40:24 Test /kernel: isab0: <Intel 82371AB PCI to ISA bridge> = at device 7.0 on pci0=0A= Apr 3 10:40:24 Test /kernel: isa0: <ISA bus> on isab0=0A= Apr 3 10:40:24 Test /kernel: atapci0: <Intel PIIX4 ATA33 controller> = port 0x1100-0x110f at device 7.1 on pci0=0A= Apr 3 10:40:24 Test /kernel: ata0: at 0x1f0 irq 14 on atapci0=0A= Apr 3 10:40:24 Test /kernel: ata1: at 0x170 irq 15 on atapci0=0A= Apr 3 10:40:24 Test /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB = controller> irq 128 at device 7.2 on pci0=0A= Apr 3 10:40:24 Test /kernel: uhci0: Could not map ports=0A= Apr 3 10:40:24 Test /kernel: device_probe_and_attach: uhci0 attach = returned 6=0A= Apr 3 10:40:24 Test /kernel: chip1: <Intel 82371AB Power management = controller> port 0x1400-0x140f at device 7.3 on pci0=0A= Apr 3 10:40:24 Test /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus = Bridge> irq 10 at device 8.0 on pci0=0A= Apr 3 10:40:24 Test /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 10:40:24 Test /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus = Bridge> irq 10 at device 8.1 on pci0=0A= Apr 3 10:40:24 Test /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 10:40:24 Test /kernel: pci0: <unknown card> (vendor=3D0x1013, = dev=3D0x6003) at 9.0 irq 5=0A= Apr 3 10:40:24 Test /kernel: fdc0: <NEC 72065B or clone> at port = 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= Apr 3 10:40:24 Test /kernel: fdc0: FIFO enabled, 8 bytes threshold=0A= Apr 3 10:40:24 Test /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= Apr 3 10:40:24 Test /kernel: atkbdc0: <Keyboard controller (i8042)> at = port 0x60,0x64 on isa0=0A= Apr 3 10:40:24 Test /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on = atkbdc0=0A= Apr 3 10:40:24 Test /kernel: kbd0 at atkbd0=0A= Apr 3 10:40:24 Test /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= Apr 3 10:40:24 Test /kernel: psm0: model Generic PS/2 mouse, device ID 0=0A= Apr 3 10:40:24 Test /kernel: vga0: <Generic ISA VGA> at port = 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A= Apr 3 10:40:24 Test /kernel: sc0: <System console> at flags 0x100 on = isa0=0A= Apr 3 10:40:24 Test /kernel: sc0: VGA <16 virtual consoles, = flags=3D0x300>=0A= Apr 3 10:40:24 Test /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem = 0xd0000 on isa0=0A= Apr 3 10:40:24 Test /kernel: pcic0: Polling mode=0A= Apr 3 10:40:24 Test /kernel: pccard0: <PC Card bus -- kludge version> = on pcic0=0A= Apr 3 10:40:24 Test /kernel: pccard1: <PC Card bus -- kludge version> = on pcic0=0A= Apr 3 10:40:24 Test /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 = on isa0=0A= Apr 3 10:40:24 Test /kernel: sio0: type 16550A=0A= Apr 3 10:40:24 Test /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= Apr 3 10:40:24 Test /kernel: sio1: type 16550A=0A= Apr 3 10:40:24 Test /kernel: ppc0: <Parallel port> at port 0x378-0x37f = irq 7 on isa0=0A= Apr 3 10:40:24 Test /kernel: ppc0: Generic chipset (NIBBLE-only) in = COMPATIBLE mode=0A= Apr 3 10:40:24 Test /kernel: plip0: <PLIP network interface> on ppbus0=0A= Apr 3 10:40:24 Test /kernel: lpt0: <Printer> on ppbus0=0A= Apr 3 10:40:24 Test /kernel: lpt0: Interrupt-driven port=0A= Apr 3 10:40:24 Test /kernel: ppi0: <Parallel I/O> on ppbus0=0A= Apr 3 10:40:24 Test /kernel: RTC BIOS diagnostic error 20<config_unit>=0A= Apr 3 10:40:24 Test /kernel: ad0: 19077MB <FUJITSU MHM2200AT> = [38760/16/63] at ata0-master UDMA33=0A= Apr 3 10:40:24 Test /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel = DVD-K11T 0103> at ata1-master using PIO4=0A= Apr 3 10:40:24 Test /kernel: Mounting root from ufs:/dev/ad0s1a=0A= Apr 3 10:40:24 Test /kernel: pccard: card inserted, slot 1=0A= Apr 3 10:40:27 Test pccardd[53]: Card "NETGEAR"("FA410TX") [Fast = Ethernet] [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)] =0A= Apr 3 10:40:30 Test sendmail[144]: My unqualified host name (Test) = unknown; sleeping for retry=0A= Apr 3 10:40:33 Test /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on = pccard1=0A= Apr 3 10:40:33 Test /kernel: ed1: address 00:e0:98:88:de:99, type = Linksys (16 bit) =0A= Apr 3 10:40:33 Test pccardd[53]: ed1: NETGEAR (FA410TX) inserted.=0A= Apr 3 10:40:33 Test pccardd[53]: pccardd started=0A= Apr 3 10:40:34 Test /kernel: ed1: device timeout=0A= Apr 3 10:40:41 Test last message repeated 2 times=0A= Apr 3 10:41:46 Test last message repeated 3 times=0A= Apr 3 10:42:06 Test login: ROOT LOGIN (root) ON ttyv0=0A= Apr 3 10:48:49 Test login: 2 LOGIN FAILURES ON ttyv1=0A= Apr 3 10:48:49 Test login: 2 LOGIN FAILURES ON ttyv1, root'=0A= Apr 3 10:48:49 Test login: ROOT LOGIN (root) ON ttyv1=0A= Apr 3 11:06:15 Test shutdown: reboot by root: =0A= Apr 3 11:06:17 Test syslogd: exiting on signal 15=0A= Apr 3 11:08:20 /kernel: Copyright (c) 1992-2000 The FreeBSD Project.=0A= Apr 3 11:08:20 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, = 1989, 1991, 1992, 1993, 1994=0A= Apr 3 11:08:20 /kernel: The Regents of the University of California. = All rights reserved.=0A= Apr 3 11:08:20 /kernel: FreeBSD 4.2-RELEASE #0: Tue Apr 3 11:01:48 = CEST 2001=0A= Apr 3 11:08:20 /kernel: root@Test:/usr/src/sys/compile/OND=0A= Apr 3 11:08:20 /kernel: Timecounter "i8254" frequency 1193182 Hz=0A= Apr 3 11:08:20 /kernel: CPU: Pentium III/Pentium III Xeon/Celeron = (172.94-MHz 686-class CPU)=0A= Apr 3 11:08:20 /kernel: Origin =3D "GenuineIntel" Id =3D 0x683 = Stepping =3D 3=0A= Apr 3 11:08:20 /kernel: = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= Apr 3 11:08:20 /kernel: real memory =3D 268369920 (262080K bytes)=0A= Apr 3 11:08:20 /kernel: avail memory =3D 257449984 (251416K bytes)=0A= Apr 3 11:08:20 /kernel: Preloaded elf kernel "kernel" at 0xc038c000.=0A= Apr 3 11:08:20 /kernel: Pentium Pro MTRR support enabled=0A= Apr 3 11:08:20 /kernel: md0: Malloc disk=0A= Apr 3 11:08:20 /kernel: npx0: <math processor> on motherboard=0A= Apr 3 11:08:20 /kernel: npx0: INT 16 interface=0A= Apr 3 11:08:20 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI = bridge> on motherboard=0A= Apr 3 11:08:20 /kernel: pci0: <PCI bus> on pcib0=0A= Apr 3 11:08:20 /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) = bridge> at device 1.0 on pci0=0A= Apr 3 11:08:20 /kernel: pci1: <PCI bus> on pcib1=0A= Apr 3 11:08:20 /kernel: pci1: <ATI model 4c42 graphics accelerator> at = 0.0=0A= Apr 3 11:08:20 /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at = device 7.0 on pci0=0A= Apr 3 11:08:20 /kernel: isa0: <ISA bus> on isab0=0A= Apr 3 11:08:20 /kernel: atapci0: <Intel PIIX4 ATA33 controller> port = 0x1100-0x110f at device 7.1 on pci0=0A= Apr 3 11:08:20 /kernel: ata0: at 0x1f0 irq 14 on atapci0=0A= Apr 3 11:08:20 /kernel: ata1: at 0x170 irq 15 on atapci0=0A= Apr 3 11:08:20 /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB = controller> irq 128 at device 7.2 on pci0=0A= Apr 3 11:08:20 /kernel: uhci0: Could not map ports=0A= Apr 3 11:08:20 /kernel: device_probe_and_attach: uhci0 attach returned = 6=0A= Apr 3 11:08:20 /kernel: chip1: <Intel 82371AB Power management = controller> port 0x1400-0x140f at device 7.3 on pci0=0A= Apr 3 11:08:20 /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> = irq 10 at device 8.0 on pci0=0A= Apr 3 11:08:20 /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 11:08:20 /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> = irq 10 at device 8.1 on pci0=0A= Apr 3 11:08:20 /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 11:08:20 /kernel: csa0: <Crystal Semiconductor CS4614/4622/4624 = Audio accelerator/4280 Audio controller> mem = 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 at device 9.0 on pci0=0A= Apr 3 11:08:20 /kernel: pcm0: <CS461x PCM Audio> on csa0=0A= Apr 3 11:08:20 /kernel: fdc0: <NEC 72065B or clone> at port = 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= Apr 3 11:08:20 /kernel: fdc0: FIFO enabled, 8 bytes threshold=0A= Apr 3 11:08:20 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= Apr 3 11:08:20 /kernel: atkbdc0: <Keyboard controller (i8042)> at port = 0x60,0x64 on isa0=0A= Apr 3 11:08:20 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on = atkbdc0=0A= Apr 3 11:08:20 /kernel: kbd0 at atkbd0=0A= Apr 3 11:08:20 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= Apr 3 11:08:20 /kernel: psm0: model Generic PS/2 mouse, device ID 0=0A= Apr 3 11:08:20 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df = iomem 0xa0000-0xbffff on isa0=0A= Apr 3 11:08:20 /kernel: sc0: <System console> at flags 0x100 on isa0=0A= Apr 3 11:08:20 /kernel: sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= Apr 3 11:08:20 /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem = 0xd0000 on isa0=0A= Apr 3 11:08:20 /kernel: pcic0: Polling mode=0A= Apr 3 11:08:20 /kernel: pccard0: <PC Card bus -- kludge version> on = pcic0=0A= Apr 3 11:08:20 /kernel: pccard1: <PC Card bus -- kludge version> on = pcic0=0A= Apr 3 11:08:20 /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on = isa0=0A= Apr 3 11:08:20 /kernel: sio0: type 16550A=0A= Apr 3 11:08:20 /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= Apr 3 11:08:20 /kernel: sio1: type 16550A=0A= Apr 3 11:08:20 /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq = 7 on isa0=0A= Apr 3 11:08:20 /kernel: ppc0: Generic chipset (NIBBLE-only) in = COMPATIBLE mode=0A= Apr 3 11:08:20 /kernel: plip0: <PLIP network interface> on ppbus0=0A= Apr 3 11:08:20 /kernel: lpt0: <Printer> on ppbus0=0A= Apr 3 11:08:20 /kernel: lpt0: Interrupt-driven port=0A= Apr 3 11:08:20 /kernel: ppi0: <Parallel I/O> on ppbus0=0A= Apr 3 11:08:20 /kernel: RTC BIOS diagnostic error 20<config_unit>=0A= Apr 3 11:08:20 /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] = at ata0-master UDMA33=0A= Apr 3 11:08:20 /kernel: pccard: card inserted, slot 1=0A= Apr 3 11:08:20 /kernel: (null): MODE_SENSE_BIG command timeout - = resetting=0A= Apr 3 11:08:20 /kernel: ata1: resetting devices .. done=0A= Apr 3 11:08:20 /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel = DVD-K11T 0103> at ata1-master using PIO4=0A= Apr 3 11:08:20 /kernel: Mounting root from ufs:/dev/ad0s1a=0A= Apr 3 11:08:24 pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] = [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)] =0A= Apr 3 11:08:29 /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1=0A= Apr 3 11:08:29 /kernel: ed1: address 00:e0:98:88:de:99, type Linksys = (16 bit) =0A= Apr 3 11:08:29 pccardd[53]: ed1: NETGEAR (FA410TX) inserted.=0A= Apr 3 11:08:31 /kernel: ed1: device timeout=0A= Apr 3 11:08:52 last message repeated 4 times=0A= Apr 3 11:08:54 login: ROOT LOGIN (root) ON ttyv0=0A= Apr 3 11:09:06 /kernel: ed1: device timeout=0A= Apr 3 11:09:19 /kernel: ed1: device timeout=0A= Apr 3 11:09:30 pccardd[53]: pccardd started=0A= Apr 3 11:14:31 /kernel: ed1: device timeout=0A= Apr 3 11:15:08 last message repeated 4 times=0A= Apr 3 11:15:28 /kernel: ed1: device timeout=0A= Apr 3 11:18:57 shutdown: reboot by root: =0A= Apr 3 11:18:59 syslogd: exiting on signal 15=0A= Apr 3 11:20:31 /kernel: Copyright (c) 1992-2000 The FreeBSD Project.=0A= Apr 3 11:20:31 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, = 1989, 1991, 1992, 1993, 1994=0A= Apr 3 11:20:31 /kernel: The Regents of the University of California. = All rights reserved.=0A= Apr 3 11:20:31 /kernel: FreeBSD 4.2-RELEASE #1: Tue Apr 3 11:13:18 = CEST 2001=0A= Apr 3 11:20:31 /kernel: root@:/usr/src/sys/compile/OND=0A= Apr 3 11:20:31 /kernel: Timecounter "i8254" frequency 1193182 Hz=0A= Apr 3 11:20:31 /kernel: CPU: Pentium III/Pentium III Xeon/Celeron = (534.03-MHz 686-class CPU)=0A= Apr 3 11:20:31 /kernel: Origin =3D "GenuineIntel" Id =3D 0x683 = Stepping =3D 3=0A= Apr 3 11:20:31 /kernel: = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= Apr 3 11:20:31 /kernel: real memory =3D 268369920 (262080K bytes)=0A= Apr 3 11:20:31 /kernel: avail memory =3D 257449984 (251416K bytes)=0A= Apr 3 11:20:31 /kernel: Preloaded elf kernel "kernel" at 0xc038c000.=0A= Apr 3 11:20:31 /kernel: Pentium Pro MTRR support enabled=0A= Apr 3 11:20:31 /kernel: md0: Malloc disk=0A= Apr 3 11:20:31 /kernel: npx0: <math processor> on motherboard=0A= Apr 3 11:20:31 /kernel: npx0: INT 16 interface=0A= Apr 3 11:20:31 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI = bridge> on motherboard=0A= Apr 3 11:20:31 /kernel: pci0: <PCI bus> on pcib0=0A= Apr 3 11:20:31 /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) = bridge> at device 1.0 on pci0=0A= Apr 3 11:20:31 /kernel: pci1: <PCI bus> on pcib1=0A= Apr 3 11:20:31 /kernel: pci1: <ATI model 4c42 graphics accelerator> at = 0.0=0A= Apr 3 11:20:31 /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at = device 7.0 on pci0=0A= Apr 3 11:20:31 /kernel: isa0: <ISA bus> on isab0=0A= Apr 3 11:20:31 /kernel: atapci0: <Intel PIIX4 ATA33 controller> port = 0x1100-0x110f at device 7.1 on pci0=0A= Apr 3 11:20:31 /kernel: ata0: at 0x1f0 irq 14 on atapci0=0A= Apr 3 11:20:31 /kernel: ata1: at 0x170 irq 15 on atapci0=0A= Apr 3 11:20:31 /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB = controller> irq 128 at device 7.2 on pci0=0A= Apr 3 11:20:31 /kernel: uhci0: Could not map ports=0A= Apr 3 11:20:31 /kernel: device_probe_and_attach: uhci0 attach returned = 6=0A= Apr 3 11:20:31 /kernel: chip1: <Intel 82371AB Power management = controller> port 0x1400-0x140f at device 7.3 on pci0=0A= Apr 3 11:20:31 /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> = irq 10 at device 8.0 on pci0=0A= Apr 3 11:20:31 /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 11:20:31 /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> = irq 10 at device 8.1 on pci0=0A= Apr 3 11:20:31 /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 11:20:31 /kernel: csa0: <Crystal Semiconductor CS4614/4622/4624 = Audio accelerator/4280 Audio controller> mem = 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 at device 9.0 on pci0=0A= Apr 3 11:20:31 /kernel: pcm0: <CS461x PCM Audio> on csa0=0A= Apr 3 11:20:31 /kernel: fdc0: <NEC 72065B or clone> at port = 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= Apr 3 11:20:31 /kernel: fdc0: FIFO enabled, 8 bytes threshold=0A= Apr 3 11:20:31 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= Apr 3 11:20:31 /kernel: atkbdc0: <Keyboard controller (i8042)> at port = 0x60,0x64 on isa0=0A= Apr 3 11:20:31 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on = atkbdc0=0A= Apr 3 11:20:31 /kernel: kbd0 at atkbd0=0A= Apr 3 11:20:31 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= Apr 3 11:20:31 /kernel: psm0: model Generic PS/2 mouse, device ID 0=0A= Apr 3 11:20:31 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df = iomem 0xa0000-0xbffff on isa0=0A= Apr 3 11:20:31 /kernel: sc0: <System console> at flags 0x100 on isa0=0A= Apr 3 11:20:31 /kernel: sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= Apr 3 11:20:31 /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem = 0xd0000 on isa0=0A= Apr 3 11:20:31 /kernel: pcic0: Polling mode=0A= Apr 3 11:20:31 /kernel: pccard0: <PC Card bus -- kludge version> on = pcic0=0A= Apr 3 11:20:31 /kernel: pccard1: <PC Card bus -- kludge version> on = pcic0=0A= Apr 3 11:20:31 /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on = isa0=0A= Apr 3 11:20:31 /kernel: sio0: type 16550A=0A= Apr 3 11:20:31 /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= Apr 3 11:20:31 /kernel: sio1: type 16550A=0A= Apr 3 11:20:31 /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq = 7 on isa0=0A= Apr 3 11:20:31 /kernel: ppc0: Generic chipset (NIBBLE-only) in = COMPATIBLE mode=0A= Apr 3 11:20:31 /kernel: plip0: <PLIP network interface> on ppbus0=0A= Apr 3 11:20:31 /kernel: lpt0: <Printer> on ppbus0=0A= Apr 3 11:20:31 /kernel: lpt0: Interrupt-driven port=0A= Apr 3 11:20:31 /kernel: ppi0: <Parallel I/O> on ppbus0=0A= Apr 3 11:20:31 /kernel: RTC BIOS diagnostic error 20<config_unit>=0A= Apr 3 11:20:31 /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] = at ata0-master UDMA33=0A= Apr 3 11:20:31 /kernel: pccard: card inserted, slot 1=0A= Apr 3 11:20:31 /kernel: (null): MODE_SENSE_BIG command timeout - = resetting=0A= Apr 3 11:20:31 /kernel: ata1: resetting devices .. done=0A= Apr 3 11:20:31 /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel = DVD-K11T 0103> at ata1-master using PIO4=0A= Apr 3 11:20:31 /kernel: Mounting root from ufs:/dev/ad0s1a=0A= Apr 3 11:20:35 pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] = [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)] =0A= Apr 3 11:20:40 /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1=0A= Apr 3 11:20:40 /kernel: ed1: address 00:e0:98:88:de:99, type Linksys = (16 bit) =0A= Apr 3 11:20:40 pccardd[53]: ed1: NETGEAR (FA410TX) inserted.=0A= Apr 3 11:20:42 /kernel: ed1: device timeout=0A= Apr 3 11:21:17 last message repeated 6 times=0A= Apr 3 11:21:38 last message repeated 2 times=0A= Apr 3 11:21:42 pccardd[53]: pccardd started=0A= Apr 3 11:25:08 login: ROOT LOGIN (root) ON ttyv0=0A= Apr 3 11:26:43 /kernel: ed1: device timeout=0A= Apr 3 11:27:24 last message repeated 3 times=0A= Apr 3 11:32:44 /kernel: ed1: device timeout=0A= Apr 3 11:33:38 last message repeated 5 times=0A= Apr 3 11:34:02 shutdown: reboot by root: =0A= Apr 3 11:34:04 syslogd: exiting on signal 15=0A= Apr 3 11:34:58 /kernel: Waiting (max 60 seconds) for system process = `bufdaemon' to stop...stopped=0A= Apr 3 11:34:58 /kernel: Waiting (max 60 seconds) for system process = `syncer' to stop...stopped=0A= Apr 3 11:34:58 /kernel: =0A= Apr 3 11:34:58 /kernel: syncing disks... =0A= Apr 3 11:34:58 /kernel: done=0A= Apr 3 11:34:58 /kernel: Uptime: 13m51s=0A= Apr 3 11:34:58 /kernel: Rebooting...=0A= Apr 3 11:34:58 /kernel: Copyright (c) 1992-2000 The FreeBSD Project.=0A= Apr 3 11:34:58 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, = 1989, 1991, 1992, 1993, 1994=0A= Apr 3 11:34:58 /kernel: The Regents of the University of California. = All rights reserved.=0A= Apr 3 11:34:58 /kernel: FreeBSD 4.2-RELEASE #1: Tue Apr 3 11:13:18 = CEST 2001=0A= Apr 3 11:34:58 /kernel: root@:/usr/src/sys/compile/OND=0A= Apr 3 11:34:58 /kernel: Timecounter "i8254" frequency 1193182 Hz=0A= Apr 3 11:34:58 /kernel: CPU: Pentium III/Pentium III Xeon/Celeron = (150.84-MHz 686-class CPU)=0A= Apr 3 11:34:58 /kernel: Origin =3D "GenuineIntel" Id =3D 0x683 = Stepping =3D 3=0A= Apr 3 11:34:58 /kernel: = Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,= CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>=0A= Apr 3 11:34:58 /kernel: real memory =3D 268369920 (262080K bytes)=0A= Apr 3 11:34:58 /kernel: avail memory =3D 257449984 (251416K bytes)=0A= Apr 3 11:34:58 /kernel: Preloaded elf kernel "kernel" at 0xc038c000.=0A= Apr 3 11:34:58 /kernel: Pentium Pro MTRR support enabled=0A= Apr 3 11:34:58 /kernel: md0: Malloc disk=0A= Apr 3 11:34:58 /kernel: npx0: <math processor> on motherboard=0A= Apr 3 11:34:58 /kernel: npx0: INT 16 interface=0A= Apr 3 11:34:58 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI = bridge> on motherboard=0A= Apr 3 11:34:58 /kernel: pci0: <PCI bus> on pcib0=0A= Apr 3 11:34:58 /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) = bridge> at device 1.0 on pci0=0A= Apr 3 11:34:58 /kernel: pci1: <PCI bus> on pcib1=0A= Apr 3 11:34:58 /kernel: pci1: <ATI model 4c42 graphics accelerator> at = 0.0=0A= Apr 3 11:34:58 /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at = device 7.0 on pci0=0A= Apr 3 11:34:58 /kernel: isa0: <ISA bus> on isab0=0A= Apr 3 11:34:58 /kernel: atapci0: <Intel PIIX4 ATA33 controller> port = 0x1100-0x110f at device 7.1 on pci0=0A= Apr 3 11:34:58 /kernel: ata0: at 0x1f0 irq 14 on atapci0=0A= Apr 3 11:34:58 /kernel: ata1: at 0x170 irq 15 on atapci0=0A= Apr 3 11:34:58 /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB = controller> irq 128 at device 7.2 on pci0=0A= Apr 3 11:34:58 /kernel: uhci0: Could not map ports=0A= Apr 3 11:34:58 /kernel: device_probe_and_attach: uhci0 attach returned = 6=0A= Apr 3 11:34:58 /kernel: chip1: <Intel 82371AB Power management = controller> port 0x1400-0x140f at device 7.3 on pci0=0A= Apr 3 11:34:58 /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> = irq 10 at device 8.0 on pci0=0A= Apr 3 11:34:58 /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 11:34:58 /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> = irq 10 at device 8.1 on pci0=0A= Apr 3 11:34:58 /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker = enable][pwr save][CSC serial isa irq]=0A= Apr 3 11:34:58 /kernel: csa0: <Crystal Semiconductor CS4614/4622/4624 = Audio accelerator/4280 Audio controller> mem = 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 at device 9.0 on pci0=0A= Apr 3 11:34:58 /kernel: pcm0: <CS461x PCM Audio> on csa0=0A= Apr 3 11:34:58 /kernel: fdc0: <NEC 72065B or clone> at port = 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0=0A= Apr 3 11:34:58 /kernel: fdc0: FIFO enabled, 8 bytes threshold=0A= Apr 3 11:34:58 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= Apr 3 11:34:58 /kernel: atkbdc0: <Keyboard controller (i8042)> at port = 0x60,0x64 on isa0=0A= Apr 3 11:34:58 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on = atkbdc0=0A= Apr 3 11:34:58 /kernel: kbd0 at atkbd0=0A= Apr 3 11:34:58 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A= Apr 3 11:34:58 /kernel: psm0: model Generic PS/2 mouse, device ID 0=0A= Apr 3 11:34:58 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df = iomem 0xa0000-0xbffff on isa0=0A= Apr 3 11:34:58 /kernel: sc0: <System console> at flags 0x100 on isa0=0A= Apr 3 11:34:58 /kernel: sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= Apr 3 11:34:58 /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem = 0xd0000 on isa0=0A= Apr 3 11:34:58 /kernel: pcic0: Polling mode=0A= Apr 3 11:34:58 /kernel: pccard0: <PC Card bus -- kludge version> on = pcic0=0A= Apr 3 11:34:58 /kernel: pccard1: <PC Card bus -- kludge version> on = pcic0=0A= Apr 3 11:34:58 /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on = isa0=0A= Apr 3 11:34:58 /kernel: sio0: type 16550A=0A= Apr 3 11:34:58 /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= Apr 3 11:34:58 /kernel: sio1: type 16550A=0A= Apr 3 11:34:58 /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq = 7 on isa0=0A= Apr 3 11:34:58 /kernel: ppc0: Generic chipset (NIBBLE-only) in = COMPATIBLE mode=0A= Apr 3 11:34:58 /kernel: plip0: <PLIP network interface> on ppbus0=0A= Apr 3 11:34:58 /kernel: lpt0: <Printer> on ppbus0=0A= Apr 3 11:34:58 /kernel: lpt0: Interrupt-driven port=0A= Apr 3 11:34:58 /kernel: ppi0: <Parallel I/O> on ppbus0=0A= Apr 3 11:34:58 /kernel: RTC BIOS diagnostic error 20<config_unit>=0A= Apr 3 11:34:58 /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] = at ata0-master UDMA33=0A= Apr 3 11:34:58 /kernel: pccard: card inserted, slot 1=0A= Apr 3 11:34:58 /kernel: (null): MODE_SENSE_BIG command timeout - = resetting=0A= Apr 3 11:34:58 /kernel: ata1: resetting devices .. done=0A= Apr 3 11:34:58 /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel = DVD-K11T 0103> at ata1-master using PIO4=0A= Apr 3 11:34:58 /kernel: Mounting root from ufs:/dev/ad0s1a=0A= Apr 3 11:35:02 pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] = [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)] =0A= Apr 3 11:35:07 /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1=0A= Apr 3 11:35:07 /kernel: ed1: address 00:e0:98:88:de:99, type Linksys = (16 bit) =0A= Apr 3 11:35:07 pccardd[53]: ed1: NETGEAR (FA410TX) inserted.=0A= Apr 3 11:35:09 /kernel: ed1: device timeout=0A= Apr 3 11:35:52 last message repeated 5 times=0A= Apr 3 11:36:09 pccardd[53]: pccardd started=0A= Apr 3 11:41:10 /kernel: ed1: device timeout=0A= Apr 3 11:41:42 last message repeated 5 times=0A= Apr 3 11:42:02 /kernel: ed1: device timeout=0A= Apr 3 11:44:19 login: 2 LOGIN FAILURES ON ttyv0=0A= Apr 3 11:44:19 login: 2 LOGIN FAILURES ON ttyv0, roo=0A= Apr 3 11:44:19 login: ROOT LOGIN (root) ON ttyv0=0A= Apr 3 11:47:11 /kernel: ed1: device timeout=0A= Apr 3 11:47:43 last message repeated 4 times=0A= Apr 3 11:48:04 /kernel: ed1: device timeout=0A= ------=_NextPart_000_0005_01C0BC45.CAF282B0-- 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?AFEIKKNEEOLKABKEGDKHGEIBCDAA.johan.huldtgren>