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
[-- Attachment #1 --]
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
[-- Attachment #2 --]
#
# OND
machine i386
cpu I686_CPU
ident OND
maxusers 128
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
#options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options NMBCLUSTERS=16384
device isa
device eisa
device pci
device pcm
device csa
# Floppy drives
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
device fd1 at fdc0 drive 1
# ATA and ATAPI devices
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
options ATA_STATIC_ID #Static device numbering
#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device psm0 at atkbdc? irq 12
device vga0 at isa?
# splash screen/screen saver
pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? flags 0x100
# Floating point support - do not disable.
device npx0 at nexus? port IO_NPX irq 13
# Power management support (see LINT for more options)
device apm0 at nexus? disable flags 0x20 # Advanced Power Management
# PCCARD (PCMCIA) support
device card
device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000
device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000
# Serial (COM) ports
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 irq 3
device sio2 at isa? disable port IO_COM3 irq 5
device sio3 at isa? disable port IO_COM4 irq 9
# Parallel port
device ppc0 at isa? irq 7
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
# ISA Ethernet NICs.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
device ex
device ep
device fe0 at isa? port 0x300
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
# and resources will always be dynamically assigned by the pccard code.
device wi
# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
# mode (the factory default). If you set the switches on your ISA
# card for a manually chosen I/O address and IRQ, you must specify
# those paremeters here.
device an
# Xircom Ethernet
device xe
# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
#device le0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
device cs0 at isa? port 0x300
device sn0 at isa? port 0x300 irq 10
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
pseudo-device gif 4 # IPv6 and IPv4 tunneling
pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf #Berkeley packet filter
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device ums # Mouse
[-- Attachment #3 --]
Copyright (c) 1992-2000 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.2-RELEASE #1: Tue Apr 3 11:13:18 CEST 2001
root@:/usr/src/sys/compile/OND
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (534.03-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
real memory = 268369920 (262080K bytes)
avail memory = 257449984 (251416K bytes)
Preloaded elf kernel "kernel" at 0xc038c000.
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 model 4c42 graphics accelerator> at 0.0
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
uhci0: Could not map ports
device_probe_and_attach: uhci0 attach returned 6
chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
csa0: <Crystal Semiconductor CS4614/4622/4624 Audio accelerator/4280 Audio controller> mem 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 at device 9.0 on pci0
pcm0: <CS461x PCM Audio> on csa0
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 on isa0
pcic0: Polling mode
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 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
RTC BIOS diagnostic error 20<config_unit>
ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
pccard: card inserted, slot 1
(null): MODE_SENSE_BIG command timeout - resetting
ata1: resetting devices .. done
acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Mounting root from ufs:/dev/ad0s1a
ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped
syncing disks...
done
Uptime: 13m51s
Rebooting...
Copyright (c) 1992-2000 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.2-RELEASE #1: Tue Apr 3 11:13:18 CEST 2001
root@:/usr/src/sys/compile/OND
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (150.84-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
real memory = 268369920 (262080K bytes)
avail memory = 257449984 (251416K bytes)
Preloaded elf kernel "kernel" at 0xc038c000.
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 model 4c42 graphics accelerator> at 0.0
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
uhci0: Could not map ports
device_probe_and_attach: uhci0 attach returned 6
chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
csa0: <Crystal Semiconductor CS4614/4622/4624 Audio accelerator/4280 Audio controller> mem 0xe9000000-0xe90fffff,0xe8000000-0xe8000fff irq 5 at device 9.0 on pci0
pcm0: <CS461x PCM Audio> on csa0
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 on isa0
pcic0: Polling mode
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 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
RTC BIOS diagnostic error 20<config_unit>
ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
pccard: card inserted, slot 1
(null): MODE_SENSE_BIG command timeout - resetting
ata1: resetting devices .. done
acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Mounting root from ufs:/dev/ad0s1a
ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
ed1: device timeout
[-- Attachment #4 --]
Apr 3 10:40:23 Test /kernel: Copyright (c) 1992-2000 The FreeBSD Project.
Apr 3 10:40:23 Test /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Apr 3 10:40:23 Test /kernel: The Regents of the University of California. All rights reserved.
Apr 3 10:40:23 Test /kernel: FreeBSD 4.2-RELEASE #3: Mon Nov 20 18:52:51 GMT 2000
Apr 3 10:40:23 Test /kernel: jkh@bento.FreeBSD.org:/usr/src/sys/compile/BOOTMFS
Apr 3 10:40:23 Test /kernel: Timecounter "i8254" frequency 1193182 Hz
Apr 3 10:40:23 Test /kernel: Timecounter "TSC" frequency 150833806 Hz
Apr 3 10:40:23 Test /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (150.83-MHz 686-class CPU)
Apr 3 10:40:23 Test /kernel: Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Apr 3 10:40:23 Test /kernel: Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
Apr 3 10:40:23 Test /kernel: real memory = 268369920 (262080K bytes)
Apr 3 10:40:23 Test /kernel: config> intro
Apr 3 10:40:23 Test /kernel: [m[H[J[3;26H[m[1m[m[6;11H[m[7m[m[7;11H[m[8;11H[m[11;3H[m[12;3H[m[13;3H[m[15;3H[m[16;3H[m[18;3H[m[19;3H[m[21;3H[m[7m[m[22;3H[m[1;1H[m[H[Javail memory = 254820352 (248848K bytes)
Apr 3 10:40:23 Test /kernel: Preloaded elf kernel "kernel" at 0xc065d000.
Apr 3 10:40:23 Test /kernel: Pentium Pro MTRR support enabled
Apr 3 10:40:23 Test /kernel: md1: Malloc disk
Apr 3 10:40:23 Test /kernel: npx0: <math processor> on motherboard
Apr 3 10:40:23 Test /kernel: npx0: INT 16 interface
Apr 3 10:40:23 Test /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
Apr 3 10:40:23 Test /kernel: pci0: <PCI bus> on pcib0
Apr 3 10:40:23 Test /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Apr 3 10:40:23 Test /kernel: pci1: <PCI bus> on pcib1
Apr 3 10:40:23 Test /kernel: pci1: <ATI model 4c42 graphics accelerator> at 0.0
Apr 3 10:40:23 Test /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
Apr 3 10:40:23 Test /kernel: isa0: <ISA bus> on isab0
Apr 3 10:40:23 Test /kernel: atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
Apr 3 10:40:23 Test /kernel: ata0: at 0x1f0 irq 14 on atapci0
Apr 3 10:40:23 Test /kernel: ata1: at 0x170 irq 15 on atapci0
Apr 3 10:40:23 Test /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
Apr 3 10:40:23 Test /kernel: uhci0: Could not map ports
Apr 3 10:40:23 Test /kernel: device_probe_and_attach: uhci0 attach returned 6
Apr 3 10:40:23 Test /kernel: chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
Apr 3 10:40:23 Test /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
Apr 3 10:40:23 Test /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 10:40:23 Test /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
Apr 3 10:40:23 Test /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 10:40:23 Test /kernel: pci0: <unknown card> (vendor=0x1013, dev=0x6003) at 9.0 irq 5
Apr 3 10:40:23 Test /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Apr 3 10:40:23 Test /kernel: fdc0: FIFO enabled, 8 bytes threshold
Apr 3 10:40:23 Test /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Apr 3 10:40:23 Test /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Apr 3 10:40:23 Test /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Apr 3 10:40:23 Test /kernel: kbd0 at atkbd0
Apr 3 10:40:23 Test /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Apr 3 10:40:23 Test /kernel: psm0: model Generic PS/2 mouse, device ID 0
Apr 3 10:40:23 Test /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Apr 3 10:40:23 Test /kernel: sc0: <System console> at flags 0x100 on isa0
Apr 3 10:40:23 Test /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Apr 3 10:40:23 Test /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0
Apr 3 10:40:23 Test /kernel: pcic0: Polling mode
Apr 3 10:40:23 Test /kernel: pccard0: <PC Card bus -- kludge version> on pcic0
Apr 3 10:40:23 Test /kernel: pccard1: <PC Card bus -- kludge version> on pcic0
Apr 3 10:40:23 Test /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Apr 3 10:40:23 Test /kernel: sio0: type 16550A
Apr 3 10:40:23 Test /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Apr 3 10:40:23 Test /kernel: sio1: type 16550A
Apr 3 10:40:23 Test /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Apr 3 10:40:23 Test /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Apr 3 10:40:23 Test /kernel: plip0: <PLIP network interface> on ppbus0
Apr 3 10:40:23 Test /kernel: RTC BIOS diagnostic error 20<config_unit>
Apr 3 10:40:23 Test /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
Apr 3 10:40:23 Test /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Apr 3 10:40:23 Test /kernel: Mounting root from ufs:/dev/md0c
Apr 3 10:40:23 Test /kernel: pccard: card inserted, slot 1
Apr 3 10:40:23 Test /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
Apr 3 10:40:23 Test /kernel: ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
Apr 3 10:40:23 Test /kernel: cd9660: RockRidge Extension
Apr 3 10:40:23 Test /kernel: ed1: device timeout
Apr 3 10:40:23 Test last message repeated 2 times
Apr 3 10:40:23 Test /kernel: Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Apr 3 10:40:23 Test /kernel: Waiting (max 60 seconds) for system process `syncer' to stop...stopped
Apr 3 10:40:23 Test /kernel:
Apr 3 10:40:23 Test /kernel: syncing disks... 6 6
Apr 3 10:40:23 Test /kernel: done
Apr 3 10:40:23 Test /kernel: Uptime: 1h20m27s
Apr 3 10:40:23 Test /kernel: Rebooting...
Apr 3 10:40:23 Test /kernel: Copyright (c) 1992-2000 The FreeBSD Project.
Apr 3 10:40:23 Test /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Apr 3 10:40:23 Test /kernel: The Regents of the University of California. All rights reserved.
Apr 3 10:40:23 Test /kernel: FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000
Apr 3 10:40:23 Test /kernel: jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC
Apr 3 10:40:23 Test /kernel: Timecounter "i8254" frequency 1193182 Hz
Apr 3 10:40:23 Test /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (225.18-MHz 686-class CPU)
Apr 3 10:40:23 Test /kernel: Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Apr 3 10:40:23 Test /kernel: Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
Apr 3 10:40:23 Test /kernel: real memory = 268369920 (262080K bytes)
Apr 3 10:40:23 Test /kernel: avail memory = 257019904 (250996K bytes)
Apr 3 10:40:23 Test /kernel: Preloaded elf kernel "kernel" at 0xc0436000.
Apr 3 10:40:23 Test /kernel: Pentium Pro MTRR support enabled
Apr 3 10:40:23 Test /kernel: md0: Malloc disk
Apr 3 10:40:23 Test /kernel: npx0: <math processor> on motherboard
Apr 3 10:40:23 Test /kernel: npx0: INT 16 interface
Apr 3 10:40:23 Test /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
Apr 3 10:40:23 Test /kernel: pci0: <PCI bus> on pcib0
Apr 3 10:40:23 Test /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Apr 3 10:40:24 Test /kernel: pci1: <PCI bus> on pcib1
Apr 3 10:40:24 Test /kernel: pci1: <ATI model 4c42 graphics accelerator> at 0.0
Apr 3 10:40:24 Test /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
Apr 3 10:40:24 Test /kernel: isa0: <ISA bus> on isab0
Apr 3 10:40:24 Test /kernel: atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
Apr 3 10:40:24 Test /kernel: ata0: at 0x1f0 irq 14 on atapci0
Apr 3 10:40:24 Test /kernel: ata1: at 0x170 irq 15 on atapci0
Apr 3 10:40:24 Test /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
Apr 3 10:40:24 Test /kernel: uhci0: Could not map ports
Apr 3 10:40:24 Test /kernel: device_probe_and_attach: uhci0 attach returned 6
Apr 3 10:40:24 Test /kernel: chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
Apr 3 10:40:24 Test /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
Apr 3 10:40:24 Test /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 10:40:24 Test /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
Apr 3 10:40:24 Test /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 10:40:24 Test /kernel: pci0: <unknown card> (vendor=0x1013, dev=0x6003) at 9.0 irq 5
Apr 3 10:40:24 Test /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Apr 3 10:40:24 Test /kernel: fdc0: FIFO enabled, 8 bytes threshold
Apr 3 10:40:24 Test /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Apr 3 10:40:24 Test /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Apr 3 10:40:24 Test /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Apr 3 10:40:24 Test /kernel: kbd0 at atkbd0
Apr 3 10:40:24 Test /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Apr 3 10:40:24 Test /kernel: psm0: model Generic PS/2 mouse, device ID 0
Apr 3 10:40:24 Test /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Apr 3 10:40:24 Test /kernel: sc0: <System console> at flags 0x100 on isa0
Apr 3 10:40:24 Test /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Apr 3 10:40:24 Test /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0
Apr 3 10:40:24 Test /kernel: pcic0: Polling mode
Apr 3 10:40:24 Test /kernel: pccard0: <PC Card bus -- kludge version> on pcic0
Apr 3 10:40:24 Test /kernel: pccard1: <PC Card bus -- kludge version> on pcic0
Apr 3 10:40:24 Test /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Apr 3 10:40:24 Test /kernel: sio0: type 16550A
Apr 3 10:40:24 Test /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Apr 3 10:40:24 Test /kernel: sio1: type 16550A
Apr 3 10:40:24 Test /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Apr 3 10:40:24 Test /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Apr 3 10:40:24 Test /kernel: plip0: <PLIP network interface> on ppbus0
Apr 3 10:40:24 Test /kernel: lpt0: <Printer> on ppbus0
Apr 3 10:40:24 Test /kernel: lpt0: Interrupt-driven port
Apr 3 10:40:24 Test /kernel: ppi0: <Parallel I/O> on ppbus0
Apr 3 10:40:24 Test /kernel: RTC BIOS diagnostic error 20<config_unit>
Apr 3 10:40:24 Test /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
Apr 3 10:40:24 Test /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Apr 3 10:40:24 Test /kernel: Mounting root from ufs:/dev/ad0s1a
Apr 3 10:40:24 Test /kernel: pccard: card inserted, slot 1
Apr 3 10:40:27 Test pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)]
Apr 3 10:40:30 Test sendmail[144]: My unqualified host name (Test) unknown; sleeping for retry
Apr 3 10:40:33 Test /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
Apr 3 10:40:33 Test /kernel: ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
Apr 3 10:40:33 Test pccardd[53]: ed1: NETGEAR (FA410TX) inserted.
Apr 3 10:40:33 Test pccardd[53]: pccardd started
Apr 3 10:40:34 Test /kernel: ed1: device timeout
Apr 3 10:40:41 Test last message repeated 2 times
Apr 3 10:41:46 Test last message repeated 3 times
Apr 3 10:42:06 Test login: ROOT LOGIN (root) ON ttyv0
Apr 3 10:48:49 Test login: 2 LOGIN FAILURES ON ttyv1
Apr 3 10:48:49 Test login: 2 LOGIN FAILURES ON ttyv1, root'
Apr 3 10:48:49 Test login: ROOT LOGIN (root) ON ttyv1
Apr 3 11:06:15 Test shutdown: reboot by root:
Apr 3 11:06:17 Test syslogd: exiting on signal 15
Apr 3 11:08:20 /kernel: Copyright (c) 1992-2000 The FreeBSD Project.
Apr 3 11:08:20 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Apr 3 11:08:20 /kernel: The Regents of the University of California. All rights reserved.
Apr 3 11:08:20 /kernel: FreeBSD 4.2-RELEASE #0: Tue Apr 3 11:01:48 CEST 2001
Apr 3 11:08:20 /kernel: root@Test:/usr/src/sys/compile/OND
Apr 3 11:08:20 /kernel: Timecounter "i8254" frequency 1193182 Hz
Apr 3 11:08:20 /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (172.94-MHz 686-class CPU)
Apr 3 11:08:20 /kernel: Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Apr 3 11:08:20 /kernel: Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
Apr 3 11:08:20 /kernel: real memory = 268369920 (262080K bytes)
Apr 3 11:08:20 /kernel: avail memory = 257449984 (251416K bytes)
Apr 3 11:08:20 /kernel: Preloaded elf kernel "kernel" at 0xc038c000.
Apr 3 11:08:20 /kernel: Pentium Pro MTRR support enabled
Apr 3 11:08:20 /kernel: md0: Malloc disk
Apr 3 11:08:20 /kernel: npx0: <math processor> on motherboard
Apr 3 11:08:20 /kernel: npx0: INT 16 interface
Apr 3 11:08:20 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
Apr 3 11:08:20 /kernel: pci0: <PCI bus> on pcib0
Apr 3 11:08:20 /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Apr 3 11:08:20 /kernel: pci1: <PCI bus> on pcib1
Apr 3 11:08:20 /kernel: pci1: <ATI model 4c42 graphics accelerator> at 0.0
Apr 3 11:08:20 /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
Apr 3 11:08:20 /kernel: isa0: <ISA bus> on isab0
Apr 3 11:08:20 /kernel: atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
Apr 3 11:08:20 /kernel: ata0: at 0x1f0 irq 14 on atapci0
Apr 3 11:08:20 /kernel: ata1: at 0x170 irq 15 on atapci0
Apr 3 11:08:20 /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
Apr 3 11:08:20 /kernel: uhci0: Could not map ports
Apr 3 11:08:20 /kernel: device_probe_and_attach: uhci0 attach returned 6
Apr 3 11:08:20 /kernel: chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
Apr 3 11:08:20 /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
Apr 3 11:08:20 /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 11:08:20 /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
Apr 3 11:08:20 /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
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
Apr 3 11:08:20 /kernel: pcm0: <CS461x PCM Audio> on csa0
Apr 3 11:08:20 /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Apr 3 11:08:20 /kernel: fdc0: FIFO enabled, 8 bytes threshold
Apr 3 11:08:20 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Apr 3 11:08:20 /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Apr 3 11:08:20 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Apr 3 11:08:20 /kernel: kbd0 at atkbd0
Apr 3 11:08:20 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Apr 3 11:08:20 /kernel: psm0: model Generic PS/2 mouse, device ID 0
Apr 3 11:08:20 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Apr 3 11:08:20 /kernel: sc0: <System console> at flags 0x100 on isa0
Apr 3 11:08:20 /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Apr 3 11:08:20 /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0
Apr 3 11:08:20 /kernel: pcic0: Polling mode
Apr 3 11:08:20 /kernel: pccard0: <PC Card bus -- kludge version> on pcic0
Apr 3 11:08:20 /kernel: pccard1: <PC Card bus -- kludge version> on pcic0
Apr 3 11:08:20 /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Apr 3 11:08:20 /kernel: sio0: type 16550A
Apr 3 11:08:20 /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Apr 3 11:08:20 /kernel: sio1: type 16550A
Apr 3 11:08:20 /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Apr 3 11:08:20 /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Apr 3 11:08:20 /kernel: plip0: <PLIP network interface> on ppbus0
Apr 3 11:08:20 /kernel: lpt0: <Printer> on ppbus0
Apr 3 11:08:20 /kernel: lpt0: Interrupt-driven port
Apr 3 11:08:20 /kernel: ppi0: <Parallel I/O> on ppbus0
Apr 3 11:08:20 /kernel: RTC BIOS diagnostic error 20<config_unit>
Apr 3 11:08:20 /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
Apr 3 11:08:20 /kernel: pccard: card inserted, slot 1
Apr 3 11:08:20 /kernel: (null): MODE_SENSE_BIG command timeout - resetting
Apr 3 11:08:20 /kernel: ata1: resetting devices .. done
Apr 3 11:08:20 /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Apr 3 11:08:20 /kernel: Mounting root from ufs:/dev/ad0s1a
Apr 3 11:08:24 pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)]
Apr 3 11:08:29 /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
Apr 3 11:08:29 /kernel: ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
Apr 3 11:08:29 pccardd[53]: ed1: NETGEAR (FA410TX) inserted.
Apr 3 11:08:31 /kernel: ed1: device timeout
Apr 3 11:08:52 last message repeated 4 times
Apr 3 11:08:54 login: ROOT LOGIN (root) ON ttyv0
Apr 3 11:09:06 /kernel: ed1: device timeout
Apr 3 11:09:19 /kernel: ed1: device timeout
Apr 3 11:09:30 pccardd[53]: pccardd started
Apr 3 11:14:31 /kernel: ed1: device timeout
Apr 3 11:15:08 last message repeated 4 times
Apr 3 11:15:28 /kernel: ed1: device timeout
Apr 3 11:18:57 shutdown: reboot by root:
Apr 3 11:18:59 syslogd: exiting on signal 15
Apr 3 11:20:31 /kernel: Copyright (c) 1992-2000 The FreeBSD Project.
Apr 3 11:20:31 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Apr 3 11:20:31 /kernel: The Regents of the University of California. All rights reserved.
Apr 3 11:20:31 /kernel: FreeBSD 4.2-RELEASE #1: Tue Apr 3 11:13:18 CEST 2001
Apr 3 11:20:31 /kernel: root@:/usr/src/sys/compile/OND
Apr 3 11:20:31 /kernel: Timecounter "i8254" frequency 1193182 Hz
Apr 3 11:20:31 /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (534.03-MHz 686-class CPU)
Apr 3 11:20:31 /kernel: Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Apr 3 11:20:31 /kernel: Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
Apr 3 11:20:31 /kernel: real memory = 268369920 (262080K bytes)
Apr 3 11:20:31 /kernel: avail memory = 257449984 (251416K bytes)
Apr 3 11:20:31 /kernel: Preloaded elf kernel "kernel" at 0xc038c000.
Apr 3 11:20:31 /kernel: Pentium Pro MTRR support enabled
Apr 3 11:20:31 /kernel: md0: Malloc disk
Apr 3 11:20:31 /kernel: npx0: <math processor> on motherboard
Apr 3 11:20:31 /kernel: npx0: INT 16 interface
Apr 3 11:20:31 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
Apr 3 11:20:31 /kernel: pci0: <PCI bus> on pcib0
Apr 3 11:20:31 /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Apr 3 11:20:31 /kernel: pci1: <PCI bus> on pcib1
Apr 3 11:20:31 /kernel: pci1: <ATI model 4c42 graphics accelerator> at 0.0
Apr 3 11:20:31 /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
Apr 3 11:20:31 /kernel: isa0: <ISA bus> on isab0
Apr 3 11:20:31 /kernel: atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
Apr 3 11:20:31 /kernel: ata0: at 0x1f0 irq 14 on atapci0
Apr 3 11:20:31 /kernel: ata1: at 0x170 irq 15 on atapci0
Apr 3 11:20:31 /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
Apr 3 11:20:31 /kernel: uhci0: Could not map ports
Apr 3 11:20:31 /kernel: device_probe_and_attach: uhci0 attach returned 6
Apr 3 11:20:31 /kernel: chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
Apr 3 11:20:31 /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
Apr 3 11:20:31 /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 11:20:31 /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
Apr 3 11:20:31 /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
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
Apr 3 11:20:31 /kernel: pcm0: <CS461x PCM Audio> on csa0
Apr 3 11:20:31 /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Apr 3 11:20:31 /kernel: fdc0: FIFO enabled, 8 bytes threshold
Apr 3 11:20:31 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Apr 3 11:20:31 /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Apr 3 11:20:31 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Apr 3 11:20:31 /kernel: kbd0 at atkbd0
Apr 3 11:20:31 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Apr 3 11:20:31 /kernel: psm0: model Generic PS/2 mouse, device ID 0
Apr 3 11:20:31 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Apr 3 11:20:31 /kernel: sc0: <System console> at flags 0x100 on isa0
Apr 3 11:20:31 /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Apr 3 11:20:31 /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0
Apr 3 11:20:31 /kernel: pcic0: Polling mode
Apr 3 11:20:31 /kernel: pccard0: <PC Card bus -- kludge version> on pcic0
Apr 3 11:20:31 /kernel: pccard1: <PC Card bus -- kludge version> on pcic0
Apr 3 11:20:31 /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Apr 3 11:20:31 /kernel: sio0: type 16550A
Apr 3 11:20:31 /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Apr 3 11:20:31 /kernel: sio1: type 16550A
Apr 3 11:20:31 /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Apr 3 11:20:31 /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Apr 3 11:20:31 /kernel: plip0: <PLIP network interface> on ppbus0
Apr 3 11:20:31 /kernel: lpt0: <Printer> on ppbus0
Apr 3 11:20:31 /kernel: lpt0: Interrupt-driven port
Apr 3 11:20:31 /kernel: ppi0: <Parallel I/O> on ppbus0
Apr 3 11:20:31 /kernel: RTC BIOS diagnostic error 20<config_unit>
Apr 3 11:20:31 /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
Apr 3 11:20:31 /kernel: pccard: card inserted, slot 1
Apr 3 11:20:31 /kernel: (null): MODE_SENSE_BIG command timeout - resetting
Apr 3 11:20:31 /kernel: ata1: resetting devices .. done
Apr 3 11:20:31 /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Apr 3 11:20:31 /kernel: Mounting root from ufs:/dev/ad0s1a
Apr 3 11:20:35 pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)]
Apr 3 11:20:40 /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
Apr 3 11:20:40 /kernel: ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
Apr 3 11:20:40 pccardd[53]: ed1: NETGEAR (FA410TX) inserted.
Apr 3 11:20:42 /kernel: ed1: device timeout
Apr 3 11:21:17 last message repeated 6 times
Apr 3 11:21:38 last message repeated 2 times
Apr 3 11:21:42 pccardd[53]: pccardd started
Apr 3 11:25:08 login: ROOT LOGIN (root) ON ttyv0
Apr 3 11:26:43 /kernel: ed1: device timeout
Apr 3 11:27:24 last message repeated 3 times
Apr 3 11:32:44 /kernel: ed1: device timeout
Apr 3 11:33:38 last message repeated 5 times
Apr 3 11:34:02 shutdown: reboot by root:
Apr 3 11:34:04 syslogd: exiting on signal 15
Apr 3 11:34:58 /kernel: Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Apr 3 11:34:58 /kernel: Waiting (max 60 seconds) for system process `syncer' to stop...stopped
Apr 3 11:34:58 /kernel:
Apr 3 11:34:58 /kernel: syncing disks...
Apr 3 11:34:58 /kernel: done
Apr 3 11:34:58 /kernel: Uptime: 13m51s
Apr 3 11:34:58 /kernel: Rebooting...
Apr 3 11:34:58 /kernel: Copyright (c) 1992-2000 The FreeBSD Project.
Apr 3 11:34:58 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Apr 3 11:34:58 /kernel: The Regents of the University of California. All rights reserved.
Apr 3 11:34:58 /kernel: FreeBSD 4.2-RELEASE #1: Tue Apr 3 11:13:18 CEST 2001
Apr 3 11:34:58 /kernel: root@:/usr/src/sys/compile/OND
Apr 3 11:34:58 /kernel: Timecounter "i8254" frequency 1193182 Hz
Apr 3 11:34:58 /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (150.84-MHz 686-class CPU)
Apr 3 11:34:58 /kernel: Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Apr 3 11:34:58 /kernel: Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
Apr 3 11:34:58 /kernel: real memory = 268369920 (262080K bytes)
Apr 3 11:34:58 /kernel: avail memory = 257449984 (251416K bytes)
Apr 3 11:34:58 /kernel: Preloaded elf kernel "kernel" at 0xc038c000.
Apr 3 11:34:58 /kernel: Pentium Pro MTRR support enabled
Apr 3 11:34:58 /kernel: md0: Malloc disk
Apr 3 11:34:58 /kernel: npx0: <math processor> on motherboard
Apr 3 11:34:58 /kernel: npx0: INT 16 interface
Apr 3 11:34:58 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
Apr 3 11:34:58 /kernel: pci0: <PCI bus> on pcib0
Apr 3 11:34:58 /kernel: pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
Apr 3 11:34:58 /kernel: pci1: <PCI bus> on pcib1
Apr 3 11:34:58 /kernel: pci1: <ATI model 4c42 graphics accelerator> at 0.0
Apr 3 11:34:58 /kernel: isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
Apr 3 11:34:58 /kernel: isa0: <ISA bus> on isab0
Apr 3 11:34:58 /kernel: atapci0: <Intel PIIX4 ATA33 controller> port 0x1100-0x110f at device 7.1 on pci0
Apr 3 11:34:58 /kernel: ata0: at 0x1f0 irq 14 on atapci0
Apr 3 11:34:58 /kernel: ata1: at 0x170 irq 15 on atapci0
Apr 3 11:34:58 /kernel: uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 128 at device 7.2 on pci0
Apr 3 11:34:58 /kernel: uhci0: Could not map ports
Apr 3 11:34:58 /kernel: device_probe_and_attach: uhci0 attach returned 6
Apr 3 11:34:58 /kernel: chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
Apr 3 11:34:58 /kernel: pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.0 on pci0
Apr 3 11:34:58 /kernel: pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
Apr 3 11:34:58 /kernel: pcic-pci1: <TI PCI-1225 PCI-CardBus Bridge> irq 10 at device 8.1 on pci0
Apr 3 11:34:58 /kernel: pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq]
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
Apr 3 11:34:58 /kernel: pcm0: <CS461x PCM Audio> on csa0
Apr 3 11:34:58 /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Apr 3 11:34:58 /kernel: fdc0: FIFO enabled, 8 bytes threshold
Apr 3 11:34:58 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Apr 3 11:34:58 /kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
Apr 3 11:34:58 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
Apr 3 11:34:58 /kernel: kbd0 at atkbd0
Apr 3 11:34:58 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Apr 3 11:34:58 /kernel: psm0: model Generic PS/2 mouse, device ID 0
Apr 3 11:34:58 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Apr 3 11:34:58 /kernel: sc0: <System console> at flags 0x100 on isa0
Apr 3 11:34:58 /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Apr 3 11:34:58 /kernel: pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 on isa0
Apr 3 11:34:58 /kernel: pcic0: Polling mode
Apr 3 11:34:58 /kernel: pccard0: <PC Card bus -- kludge version> on pcic0
Apr 3 11:34:58 /kernel: pccard1: <PC Card bus -- kludge version> on pcic0
Apr 3 11:34:58 /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
Apr 3 11:34:58 /kernel: sio0: type 16550A
Apr 3 11:34:58 /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Apr 3 11:34:58 /kernel: sio1: type 16550A
Apr 3 11:34:58 /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
Apr 3 11:34:58 /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
Apr 3 11:34:58 /kernel: plip0: <PLIP network interface> on ppbus0
Apr 3 11:34:58 /kernel: lpt0: <Printer> on ppbus0
Apr 3 11:34:58 /kernel: lpt0: Interrupt-driven port
Apr 3 11:34:58 /kernel: ppi0: <Parallel I/O> on ppbus0
Apr 3 11:34:58 /kernel: RTC BIOS diagnostic error 20<config_unit>
Apr 3 11:34:58 /kernel: ad0: 19077MB <FUJITSU MHM2200AT> [38760/16/63] at ata0-master UDMA33
Apr 3 11:34:58 /kernel: pccard: card inserted, slot 1
Apr 3 11:34:58 /kernel: (null): MODE_SENSE_BIG command timeout - resetting
Apr 3 11:34:58 /kernel: ata1: resetting devices .. done
Apr 3 11:34:58 /kernel: acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-K11T 0103> at ata1-master using PIO4
Apr 3 11:34:58 /kernel: Mounting root from ufs:/dev/ad0s1a
Apr 3 11:35:02 pccardd[53]: Card "NETGEAR"("FA410TX") [Fast Ethernet] [(null)] matched "NETGEAR" ("FA410TX") [(null)] [(null)]
Apr 3 11:35:07 /kernel: ed1 at port 0x300-0x31f irq 9 slot 1 on pccard1
Apr 3 11:35:07 /kernel: ed1: address 00:e0:98:88:de:99, type Linksys (16 bit)
Apr 3 11:35:07 pccardd[53]: ed1: NETGEAR (FA410TX) inserted.
Apr 3 11:35:09 /kernel: ed1: device timeout
Apr 3 11:35:52 last message repeated 5 times
Apr 3 11:36:09 pccardd[53]: pccardd started
Apr 3 11:41:10 /kernel: ed1: device timeout
Apr 3 11:41:42 last message repeated 5 times
Apr 3 11:42:02 /kernel: ed1: device timeout
Apr 3 11:44:19 login: 2 LOGIN FAILURES ON ttyv0
Apr 3 11:44:19 login: 2 LOGIN FAILURES ON ttyv0, roo
Apr 3 11:44:19 login: ROOT LOGIN (root) ON ttyv0
Apr 3 11:47:11 /kernel: ed1: device timeout
Apr 3 11:47:43 last message repeated 4 times
Apr 3 11:48:04 /kernel: ed1: device timeout
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AFEIKKNEEOLKABKEGDKHGEIBCDAA.johan.huldtgren>
