Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Strange system behavior
I've been noticing something lately that's really odd...
I have both a USB keyboard and a PS2 keyboard configured and attached to
my amd64 system. Even though I also have a PS2 mouse configured, there
is only a USB mouse actually attached. (The PS2 keyboard is mostly for
use with GDB.)
The strange behavior has to do with X. I'm still using the old in-tree
X11R6, and when I start xdm, it takes almost forever before the login
widget appears. And, once it's started, Ctrl/Alt/Fn no longer works to
get me back to any of the other wsdisplay screens. Pressing that key
combination actually locks up the machine for 30 seconds or more during
which nothing works - no mouse movement, no keystrokes, no I/O. It
appears to _try_ to switch screens (some flicker, or temporary glitching
of the pixels) but never succeeds.
This only happens if the PS2 keyboard is actually plugged in; things
work fine with the same kernel if there's only the USB keyboard.
I also see the following messages in /var/log/messages which might be
related:
pckbport: command timeout
pms_enable: command error 35
pckbport: command timeout
pckbport: command timeout
pms_disable: command error
pckbport: command timeout
pms_enable: command error 35
pckbport: command timeout
pms_disable: command error
usl_detachtimeout
usl_detachack: not detaching
pckbport: command timeout
pms_enable: command error 35
And finally, there's some strange behavior with the keyboard LEDs! If I
press the NumLock on either keyboard, it toggles the NumLock LED on only
the USB keyboard; the PS2 keyboard LED stays off. However, pressing
either keyboard's CapsLock key toggles _both_ LEDs, while pressing
either ScrollLock toggles neither LED!
Kernel config and dmesg are attached.
----------------------------------------------------------------------
| Paul Goyette | PGP DSS Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette%juniper.net@localhost |
----------------------------------------------------------------------
include "arch/amd64/conf/std.amd64"
options INCLUDE_JUST_CONFIG # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.230 $"
ident "QUICKY (ASUS M2N32 WS) 2008-10-22 02:27:17"
maxusers 64 # estimated number of users
options INSECURE # disable kernel security levels - X needs this
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options NTP # NTP phase/frequency locked loop
options KTRACE # system call tracing via ktrace(1)
#options SYSTRACE # system call vetting via systrace(1)
# Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=2048 # 2048 pages is the default
options P1003_1B_SEMAPHORE
options LKM # loadable kernel modules
options MODULAR
options MEMORY_DISK_HOOKS
options MEMORY_DISK_DYNAMIC
options WAPBL # File system journaling
options VGA_POST
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options POWERNOW_K8
options SOFTDEP # FFS soft updates support.
options QUOTA # UFS quotas
options NFSSERVER # Network File System server
options EXEC_ELF32
options COMPAT_NETBSD32
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_40
options DIAGNOSTIC # expensive kernel consistency checks
#options DEBUG # expensive debugging checks/support
options KMEMSTATS # kernel memory statistics (vmstat -m)
# Because gcc omits the frame pointer for any -O level, the line below
# is needed to make backtraces in DDB work.
#
makeoptions COPTS="-O2 -fno-omit-frame-pointer"
options DDB # in-kernel debugger
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
makeoptions DEBUG="-g" # compile full symbol table
# File systems
file-system FFS # UFS
file-system MFS # memory file system
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
# Networking options
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
options IPFILTER_LOOKUP # ippool(8) support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options ACPIVERBOSE # verbose ACPI configuration messages
#options MIIVERBOSE # verbose PHY autoconfig messages
#options PCIVERBOSE # verbose PCI device autoconfig messages
#options SCSIVERBOSE # human readable SCSI error messages
#options USBVERBOSE # verbose USB device autoconfig messages
#
# wscons options
#
options WSEMUL_VT100 # VT100 / VT220 emulation
options WS_KERNEL_FG=WSCOL_GREEN
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
options WSDISPLAY_COMPAT_USL # VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
options PCDISPLAY_SOFTCURSOR
options WSDISPLAY_SCROLLSUPPORT
config netbsd root on wd0a type ffs
#
# Pseudo-Devices
#
#
# accept filters
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
# crypto pseudo-devices
pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device fss 4 # file system snapshot device
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter
#pseudo-device pflog # PF log if
pseudo-device lockstat
pseudo-device drvctl
# wscons pseudo-devices
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
options PAX_ASLR=0 # PaX Address Space Layout Randomization
options DKWEDGE_AUTODISCOVER
options DKWEDGE_METHOD_GPT
#
# Device configuration
#
# Mainbus configuration
mainbus0 at root
cpu0 at mainbus0
cpu1 at mainbus0
ioapic0 at mainbus0
acpi0 at mainbus0
options ACPI_SCANPCI
pci0 at mainbus0 bus 0
pci1 at ppb0 bus 1
pci2 at ppb1 bus 2
pci3 at ppb2 bus 3
pci4 at ppb3 bus 4
pci5 at ppb4 bus 5
pci6 at ppb5 bus 6
pci7 at ppb6 bus 7
pci8 at ppb7 bus 8
pci9 at ppb8 bus 9
# ACPI devices (includes formerly-isa stuff!)
aiboost0 at acpi0
acpibut0 at acpi0 # ACPI Button
acpitz0 at acpi0 # ACPI Thermal Zone
com0 at acpi0
lpt0 at acpi0
attimer0 at acpi0
acpiec0 at acpi0 # ACPI Embedded Controller (late binding)
acpiecdt0 at acpi0 # ACPI Embedded Controller (early binding)
pckbc0 at acpi0
#fdc0 at acpi0
#fd0 at fdc0
#npx0 at acpi0
pcppi0 at acpi0
midi0 at pcppi0
sysbeep0 at pcppi0
# PCI Bus configuration
amdtemp* at pci? dev ? function ? # XXX
ppb0 at pci0 dev 4 function 0
pcib0 at pci0 dev 9 function 0
isa0 at pcib0
nfsmbc0 at pci0 dev 9 function 1
nfsmb0 at nfsmbc0
iic0 at nfsmb0
nfsmb1 at nfsmbc0
iic1 at nfsmb1
ohci0 at pci0 dev 10 function 0
ehci0 at pci0 dev 10 function 1
viaide0 at pci0 dev 12 function 0
viaide1 at pci0 dev 13 function 0
viaide2 at pci0 dev 13 function 1
viaide3 at pci0 dev 13 function 2
ppb1 at pci0 dev 14 function 0
azalia0 at pci0 dev 14 function 1
audio0 at azalia0
nfe0 at pci0 dev 16 function 0
ukphy0 at nfe0 phy 1
nfe1 at pci0 dev 17 function 0
ukphy1 at nfe1 phy 1
ppb2 at pci0 dev 18 function 0
ppb5 at pci0 dev 20 function 0
ppb6 at pci0 dev 21 function 0
ppb7 at pci0 dev 22 function 0
ppb8 at pci0 dev 23 function 0
pchb0 at pci0 dev 24 function 0
pchb1 at pci0 dev 24 function 1
pchb2 at pci0 dev 24 function 2
pchb3 at pci0 dev 24 function 3
vga0 at pci1 dev 0 function 0
wsdisplay0 at vga0 kbdmux 1
#drm0 at vga0
fwohci0 at pci2 dev 11 function 0
ieee1394if0 at fwohci0
fwip0 at ieee1394if0
ppb3 at pci3 dev 0 function 0
ppb4 at pci3 dev 0 function 1
# IDE Disk/CD/Tape configuration
atabus0 at viaide0 channel 0
atabus1 at viaide0 channel 1
atabus2 at viaide1 channel 0
atabus3 at viaide1 channel 1
atabus4 at viaide2 channel 0
atabus5 at viaide2 channel 1
atabus6 at viaide3 channel 0
atabus7 at viaide3 channel 1
atapibus0 at atabus0
wd0 at atabus2 drive 0
wd1 at atabus3 drive 0
wd2 at atabus4 drive 0
wd3 at atabus5 drive 0
wd4 at atabus6 drive 0
wd5 at atabus7 drive 0
st0 at atapibus0 drive 0
cd0 at atapibus0 drive 1
# USB keyboard, mouse, and printer
usb0 at ohci0
uhub0 at usb0
usb1 at ehci0
uhub1 at usb1
uhub* at uhub? port ?
uhidev* at uhub? port ? configuration ? interface ?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
ums* at uhidev? reportid ?
wsmouse* at ums? mux 0
ulpt* at uhub? port ? configuration ? interface ?
uhid* at uhidev? reportid ?
ugen* at uhub? port ?
options UGEN_BULK_RA_WB # Read-ahead/write-behind on ugen bulk endpts
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass?
sd* at scsibus?
# PS/2 keyboard and mouse
pckbc* at isa0
pckbd* at pckbc?
wskbd* at pckbd? mux 1
pms* at pckbc?
wsmouse* at pms? mux 0
# NVIDIA nForce2/3/4 SMBus controller
dbcool0 at iic0 addr 0x2e
spdmem0 at iic0 addr 0x50
spdmem1 at iic0 addr 0x51
spdmem2 at iic0 addr 0x52
spdmem3 at iic0 addr 0x53
options I2C_SCAN # See what else might be there
options DDB_ONPANIC=0
options DDB_COMMANDONENTER="call ddb_vgapost; bt"
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
NetBSD 4.99.72 (QUICKY (ASUS M2N32 WS) 2008-10-05 21:27:00) #10: Sun Oct 5
14:31:22 PDT 2008
paul%speedy.whooppee.com@localhost:/build/obj/amd64/sys/arch/amd64/compile/QUICKY
total memory = 4094 MB
avail memory = 3960 MB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
SMBIOS rev. 2.3 @ 0xf0000 (82 entries)
System manufacturer System Product Name (System Version)
mainbus0 (root)
cpu0 at mainbus0 apid 0: AMD 686-class, 2812MHz, id 0x40f33
cpu1 at mainbus0 apid 1: AMD 686-class, 2812MHz, id 0x40f33
ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 11, 24 pins
acpi0 at mainbus0: Intel ACPICA 20080321
acpi0: X/RSDT: OemId <Nvidia,AWRDACPI,42302e31>, AslId <AWRD,00000000>
acpi0: SCI interrupting at int 9
acpi0: fixed-feature power button present
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
ACPI-Fast 24-bit timer
acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
aiboost0 at acpi0 (ASOC, ATK0110-16843024)
aiboost0: ASUS AI Boost Hardware monitor
attimer0 at acpi0 (TMR, PNP0100): AT Timer
attimer0: io 0x40-0x43 irq 0
pcppi0 at acpi0 (SPKR, PNP0800)
pcppi0: io 0x61
midi0 at pcppi0: PC speaker (CPU-intensive output)
sysbeep0 at pcppi0
FDC0 (PNP0700) at acpi0 not configured
com0 at acpi0 (UAR1, PNP0501-1)
com0: io 0x3f8-0x3ff irq 4
com0: ns16550a, working fifo
lpt0 at acpi0 (ECP1, PNP0401-1)
lpt0: io 0x278-0x27f,0x678-0x67b irq 5 drq 3
pckbc0 at acpi0 (PS2K, PNP0303): kbd port
pckbc0: io 0x60,0x64 irq 1
FAN (PNP0C0B) at acpi0 not configured
acpitz0 at acpi0 (THRM): active cooling level 0: 73.0C critical 75.0C passive
40.0C
attimer0: attached to pcppi0
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
pckbc0: unable to establish interrupt for aux slot
wsmouse0 at pms0 mux 0
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
vendor 0x10de product 0x02f4 (RAM memory, revision 0xa2) at pci0 dev 0 function
0 not configured
vendor 0x10de product 0x02fa (RAM memory, revision 0xa2) at pci0 dev 0 function
1 not configured
vendor 0x10de product 0x02fe (RAM memory, revision 0xa2) at pci0 dev 0 function
2 not configured
vendor 0x10de product 0x02f8 (RAM memory, revision 0xa2) at pci0 dev 0 function
3 not configured
vendor 0x10de product 0x02f9 (RAM memory, revision 0xa2) at pci0 dev 0 function
4 not configured
vendor 0x10de product 0x02ff (RAM memory, revision 0xa2) at pci0 dev 0 function
5 not configured
vendor 0x10de product 0x027f (RAM memory, revision 0xa2) at pci0 dev 0 function
6 not configured
vendor 0x10de product 0x027e (RAM memory, revision 0xa2) at pci0 dev 0 function
7 not configured
ppb0 at pci0 dev 4 function 0: vendor 0x10de product 0x02fb (rev. 0xa1)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled, rd/line, wr/inv ok
vga0 at pci1 dev 0 function 0: vendor 0x1002 product 0x554d (rev. 0x00)
wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
wsmux1: connecting to wsdisplay0
drm at vga0 not configured
vendor 0x1002 product 0x556d (miscellaneous display) at pci1 dev 0 function 1
not configured
vendor 0x10de product 0x0369 (RAM memory, revision 0xa1) at pci0 dev 8 function
0 not configured
pcib0 at pci0 dev 9 function 0
pcib0: vendor 0x10de product 0x0360 (rev. 0xa2)
nfsmbc0 at pci0 dev 9 function 1: vendor 0x10de product 0x0368 (rev. 0xa2)
nfsmb0 at nfsmbc0 SMBus 1
iic0 at nfsmb0: I2C bus
iic0: devices at 0x2e 0x50 0x51
dbcool0 at iic0 addr 0x2e
dbcool0: ADT7475 dBCool(tm) Controller (rev 0x0069)
spdmem0 at iic0 addr 0x50
spdmem0: DDR2 SDRAM memory, no parity or ECC, 2048MB, 800MHz (PC2-6400)
spdmem0: 14 rows, 10 cols, 2 ranks, 8 banks/chip, 2.50ns cycle time
spdmem0: tAA-tRCD-tRP-tRAS: 5-5-5-18
spdmem0: voltage SSTL 1.8V, refresh time 7.8us (self-refreshing)
spdmem1 at iic0 addr 0x51
spdmem1: DDR2 SDRAM memory, no parity or ECC, 2048MB, 800MHz (PC2-6400)
spdmem1: 14 rows, 10 cols, 2 ranks, 8 banks/chip, 2.50ns cycle time
spdmem1: tAA-tRCD-tRP-tRAS: 5-5-5-18
spdmem1: voltage SSTL 1.8V, refresh time 7.8us (self-refreshing)
nfsmb1 at nfsmbc0 SMBus 2
iic1 at nfsmb1: I2C bus
iic1: devices at 0x5f
vendor 0x10de product 0x036a (RAM memory, revision 0xa2) at pci0 dev 9 function
2 not configured
ohci0 at pci0 dev 10 function 0: vendor 0x10de product 0x036c (rev. 0xa1)
APCF: Picked IRQ 20 with weight 0
ohci0: interrupting at ioapic0 pin 20
ohci0: OHCI version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
ehci0 at pci0 dev 10 function 1: vendor 0x10de product 0x036d (rev. 0xa2)
APCL: Picked IRQ 21 with weight 0
ehci0: interrupting at ioapic0 pin 21
ehci0: EHCI version 1.0
ehci0: companion controller, 10 ports each: ohci0
usb1 at ehci0: USB revision 2.0
viaide0 at pci0 dev 12 function 0
viaide0: NVIDIA MCP55 IDE Controller (rev. 0xa1)
viaide0: bus-master DMA support present
viaide0: primary channel configured to compatibility mode
viaide0: primary channel interrupting at ioapic0 pin 14
atabus0 at viaide0 channel 0
viaide0: secondary channel configured to compatibility mode
viaide0: secondary channel ignored (disabled)
viaide1 at pci0 dev 13 function 0
viaide1: NVIDIA MCP55 Serial ATA Controller (rev. 0xa2)
viaide1: bus-master DMA support present
viaide1: primary channel wired to native-PCI mode
APSI: Picked IRQ 22 with weight 0
viaide1: using ioapic0 pin 22 for native-PCI interrupt
atabus2 at viaide1 channel 0
viaide1: secondary channel wired to native-PCI mode
atabus3 at viaide1 channel 1
viaide2 at pci0 dev 13 function 1
viaide2: NVIDIA MCP55 Serial ATA Controller (rev. 0xa2)
viaide2: bus-master DMA support present
viaide2: primary channel wired to native-PCI mode
APSJ: Picked IRQ 23 with weight 0
viaide2: using ioapic0 pin 23 for native-PCI interrupt
atabus4 at viaide2 channel 0
viaide2: secondary channel wired to native-PCI mode
atabus5 at viaide2 channel 1
viaide3 at pci0 dev 13 function 2
viaide3: NVIDIA MCP55 Serial ATA Controller (rev. 0xa2)
viaide3: bus-master DMA support present
viaide3: primary channel wired to native-PCI mode
ASA2: Picked IRQ 20 with weight 1
viaide3: using ioapic0 pin 20 for native-PCI interrupt
atabus6 at viaide3 channel 0
viaide3: secondary channel wired to native-PCI mode
atabus7 at viaide3 channel 1
ppb1 at pci0 dev 14 function 0: vendor 0x10de product 0x0370 (rev. 0xa2)
pci2 at ppb1 bus 2
pci2: i/o space, memory space enabled
fwohci0 at pci2 dev 11 function 0: vendor 0x104c product 0x8023 (rev. 0x00)
APC4: Picked IRQ 19 with weight 0
fwohci0: interrupting at ioapic0 pin 19
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:11:d8:00:00:d3:b7:f7
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
ieee1394if0 at fwohci0: IEEE1394 bus
fwip0 at ieee1394if0: IP over IEEE1394
fwohci0: Initiate bus reset
azalia0 at pci0 dev 14 function 1: Generic High Definition Audio Controller
AAZA: Picked IRQ 21 with weight 1
azalia0: interrupting at ioapic0 pin 21
azalia0: host: 0x10de/0x0371 (rev. 162), HDA rev. 1.0
nfe0 at pci0 dev 16 function 0: vendor 0x10de product 0x0373 (rev. 0xa2)
APCH: Picked IRQ 22 with weight 1
nfe0: interrupting at ioapic0 pin 22
nfe0: Ethernet address 00:18:f3:44:02:e2
ukphy0 at nfe0 phy 1: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000ac2, model 0x0021, rev. 1
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
nfe1 at pci0 dev 17 function 0: vendor 0x10de product 0x0373 (rev. 0xa2)
AMC1: Picked IRQ 23 with weight 1
nfe1: interrupting at ioapic0 pin 23
nfe1: Ethernet address 00:18:f3:43:fd:9e
ukphy1 at nfe1 phy 1: Generic IEEE 802.3u media interface
ukphy1: OUI 0x000ac2, model 0x0021, rev. 1
ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
ppb2 at pci0 dev 18 function 0: vendor 0x10de product 0x0376 (rev. 0xa2)
pci3 at ppb2 bus 3
pci3: i/o space, memory space enabled, rd/line, wr/inv ok
ppb3 at pci3 dev 0 function 0: vendor 0x1033 product 0x0125 (rev. 0x06)
pci4 at ppb3 bus 4
pci4: no spaces enabled!
ppb4 at pci3 dev 0 function 1: vendor 0x1033 product 0x0125 (rev. 0x06)
ppb4: disabling notification events
pci5 at ppb4 bus 5
pci5: i/o space, memory space enabled, rd/line, wr/inv ok
ppb5 at pci0 dev 20 function 0: vendor 0x10de product 0x0374 (rev. 0xa2)
pci6 at ppb5 bus 6
pci6: no spaces enabled!
ppb6 at pci0 dev 21 function 0: vendor 0x10de product 0x0378 (rev. 0xa2)
pci7 at ppb6 bus 7
pci7: no spaces enabled!
ppb7 at pci0 dev 22 function 0: vendor 0x10de product 0x0375 (rev. 0xa2)
pci8 at ppb7 bus 8
pci8: i/o space, memory space enabled, rd/line, wr/inv ok
vendor 0x11ab product 0x6141 (SATA mass storage, interface 0x81, revision 0x01)
at pci8 dev 0 function 0 not configured
ppb8 at pci0 dev 23 function 0: vendor 0x10de product 0x0377 (rev. 0xa2)
pci9 at ppb8 bus 9
pci9: no spaces enabled!
pchb0 at pci0 dev 24 function 0
pchb0: vendor 0x1022 product 0x1100 (rev. 0x00)
pchb1 at pci0 dev 24 function 1
pchb1: vendor 0x1022 product 0x1101 (rev. 0x00)
pchb2 at pci0 dev 24 function 2
pchb2: vendor 0x1022 product 0x1102 (rev. 0x00)
amdtemp0 at pci0 dev 24 function 3
amdtemp0: AMD CPU Temperature Sensors (K8: core rev JH-F3)
isa0 at pcib0
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
ieee1394if0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
ieee1394if0: bus manager 0 (me)
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
azalia0: codec[0]: Analog Devices AD1988B (rev. 2.0), HDA rev. 1.0
audio0 at azalia0: full duplex, independent
uhub0 at usb0: vendor 0x10de OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
uhub1 at usb1: vendor 0x10de EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 10 ports with 10 removable, self powered
viaide1 port 0: device present, speed: 1.5Gb/s
viaide1 port 1: device present, speed: 3.0Gb/s
ehci0: handing over low speed device on port 2 to ohci0
uhidev0 at uhub0 port 2 configuration 1 interface 0
uhidev0: Justcom Technology USB KVM Switch, rev 1.10/1.00, addr 2, iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub0 port 2 configuration 1 interface 1
uhidev1: Justcom Technology USB KVM Switch, rev 1.10/1.00, addr 2, iclass 3/1
ums0 at uhidev1: 5 buttons and Z dir.
wsmouse1 at ums0 mux 0
atapibus0 at atabus0: 2 targets
st0 at atapibus0 drive 0: <Seagate STT3401A, hp0atxa, 310B> tape removable
st0: quirks apply, drive empty
st0: 32-bit data port
st0: drive supports PIO mode 3
cd0 at atapibus0 drive 1: <LITE-ON DVDRW SHW-160P6S, , PS08> cdrom removable
cd0: 32-bit data port
cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 4 (Ultra/66)
st0(viaide0:0:0): using PIO mode 3
cd0(viaide0:0:1): using PIO mode 4, Ultra-DMA mode 4 (Ultra/66) (using DMA)
wd0 at atabus2 drive 0: <Maxtor 6L300S0>
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 279 GB, 581463 cyl, 16 head, 63 sec, 512 bytes/sect x 586114704 sectors
wd0: 32-bit data port
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd0(viaide1:0:0): using PIO mode 4, Ultra-DMA mode 6 (Ultra/133) (using DMA)
wd1 at atabus3 drive 0: <Maxtor 7H500F0>
wd1: drive supports 16-sector PIO transfers, LBA48 addressing
wd1: 465 GB, 969021 cyl, 16 head, 63 sec, 512 bytes/sect x 976773168 sectors
wd1: 32-bit data port
wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd1(viaide1:1:0): using PIO mode 4, Ultra-DMA mode 6 (Ultra/133) (using DMA)
boot device: wd0
root on wd0a dumps on wd0b
wsdisplay0: screen 1 added (80x25, vt100 emulation)
wsdisplay0: screen 2 added (80x25, vt100 emulation)
wsdisplay0: screen 3 added (80x25, vt100 emulation)
wsdisplay0: screen 4 added (80x25, vt100 emulation)
Accounting started
Home |
Main Index |
Thread Index |
Old Index