I'm putting together a ipf/ipnat gateway for a friend using his abit BX (rev2) motherboard. I'd very much to get serial console working before tendering it over; but am having zero luck. The world/kernel deployed to this box is from my NFS host box (which runs the same kernel/world, and whose serial console works fine). The only thing that seems odd to me is that dmesg doesn't report the appropriate flags (0x10) despite them being in device.hints. Nevertheless, I should still be able to use the serial port as a login terminal give my ttys; but even that doesn't work. Anyone see anything awry here ? Anything I should try ? I've tried disabling acpi in the bios to no avail; switching on/off PNP in the bios to no avail; switching from auto to hard-set port settings in the bios to no avail. Lengthy verbose boot follows as well as kernel config. # uname -a FreeBSD test.robinpb.home 5.2-BETA FreeBSD 5.2-BETA #0: Mon Nov 24 14:41:28 EST 2003 root_at_bsdfs5.gactr.uga.edu:/usr/obj/usr/src/sys/vpn.ule i386 # fgrep COMCONSOLE /etc/make.conf BOOT_COMCONSOLE_SPEED=19200 # fgrep ttyd0 /etc/ttys ttyd0 "/usr/libexec/getty std.19200" unknown on secure # fgrep sio.0 /boot/device.hints hint.sio.0.at="isa" hint.sio.0.port="0x3F8" hint.sio.0.flags="0x10" hint.sio.0.irq="4" # cat /var/run/dmesg.boot Copyright (c) 1992-2003 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 5.2-BETA #0: Mon Nov 24 14:41:28 EST 2003 root_at_bsdfs5.gactr.uga.edu:/usr/obj/usr/src/sys/vpn.ule Preloaded elf kernel "/boot/kernel/kernel" at 0xc07a8000. Preloaded elf module "/boot/modules/linux.ko" at 0xc07a81f4. Preloaded elf module "/boot/modules/if_de.ko" at 0xc07a82a0. Preloaded elf module "/boot/modules/accf_data.ko" at 0xc07a834c. Preloaded elf module "/boot/modules/accf_http.ko" at 0xc07a83fc. Calibrating clock(s) ... i8254 clock: 1193269 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 412365212 Hz CPU: Pentium II/Pentium II Xeon/Celeron (412.37-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x653 Stepping = 3 Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,P AT,PSE36,MMX,FXSR > real memory = 134152192 (127 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000829000 - 0x0000000007d89fff, 123080704 bytes (30049 pages) avail memory = 124874752 (119 MB) bios32: Found BIOS32 Service Directory header at 0xc00faf00 bios32: Entry = 0xfb380 (c00fb380) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xb3b0 pnpbios: Found PnP BIOS data at 0xc00fbfd0 pnpbios: Entry = f0000:bff8 Rev = 1.0 Other BIOS signatures found: null: <null device, zero device> mem: <memory & I/O> Pentium Pro MTRR support enabled random: <entropy source> acpi0: <ABIT AWRDACPI> on motherboard pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 Using $PIR table, 7 entries at 0xc00fdf00 PCI-Only Interrupts: 10 11 Location Bus Device Pin Link IRQs slot 1 0 15 A 0x60 3 4 5 7 9 10 11 12 14 15 slot 1 0 15 B 0x61 3 4 5 7 9 10 11 12 14 15 slot 1 0 15 C 0x62 3 4 5 7 9 10 11 12 14 15 slot 1 0 15 D 0x63 3 4 5 7 9 10 11 12 14 15 slot 2 0 13 A 0x61 3 4 5 7 9 10 11 12 14 15 slot 2 0 13 B 0x62 3 4 5 7 9 10 11 12 14 15 slot 2 0 13 C 0x63 3 4 5 7 9 10 11 12 14 15 slot 2 0 13 D 0x60 3 4 5 7 9 10 11 12 14 15 slot 3 0 11 A 0x62 3 4 5 7 9 10 11 12 14 15 slot 3 0 11 B 0x63 3 4 5 7 9 10 11 12 14 15 slot 3 0 11 C 0x60 3 4 5 7 9 10 11 12 14 15 slot 3 0 11 D 0x61 3 4 5 7 9 10 11 12 14 15 slot 4 0 9 A 0x63 3 4 5 7 9 10 11 12 14 15 slot 4 0 9 B 0x60 3 4 5 7 9 10 11 12 14 15 slot 4 0 9 C 0x61 3 4 5 7 9 10 11 12 14 15 slot 4 0 9 D 0x62 3 4 5 7 9 10 11 12 14 15 slot 5 0 17 A 0x63 3 4 5 7 9 10 11 12 14 15 slot 5 0 17 B 0x60 3 4 5 7 9 10 11 12 14 15 slot 5 0 17 C 0x61 3 4 5 7 9 10 11 12 14 15 slot 5 0 17 D 0x62 3 4 5 7 9 10 11 12 14 15 embedded 0 7 A 0x60 3 4 5 7 9 10 11 12 14 15 embedded 0 7 B 0x61 3 4 5 7 9 10 11 12 14 15 embedded 0 7 C 0x62 3 4 5 7 9 10 11 12 14 15 embedded 0 7 D 0x63 3 4 5 7 9 10 11 12 14 15 embedded 0 1 A 0x60 3 4 5 7 9 10 11 12 14 15 embedded 0 1 B 0x61 3 4 5 7 9 10 11 12 14 15 embedded 0 1 C 0x62 3 4 5 7 9 10 11 12 14 15 embedded 0 1 D 0x63 3 4 5 7 9 10 11 12 14 15 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 7 func 0 acpi0: Power Button (fixed) ACPI timer looks BAD min = 2, max = 5, width = 3 ACPI timer looks BAD min = 2, max = 16777211, width = 16777209 ACPI timer looks BAD min = 2, max = 6, width = 4 ACPI timer looks GOOD min = 2, max = 4, width = 2 ACPI timer looks GOOD min = 2, max = 4, width = 2 ACPI timer looks BAD min = 2, max = 16777213, width = 16777211 ACPI timer looks GOOD min = 2, max = 4, width = 2 ACPI timer looks GOOD min = 2, max = 4, width = 2 ACPI timer looks BAD min = 2, max = 5, width = 3 ACPI timer looks BAD min = 2, max = 5, width = 3 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC0._CRS] (Node 0xc1c20f40) , AE_AML_UNINITIALIZED_LOCAL ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC0._CRS] (Node 0xc1c20f40) , AE_AML_UNINITIALIZED_LOCAL can't fetch resources for \\_SB_.PCI0.ISA_.FDC0 - AE_AML_UNINITIALIZED_LOCAL acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_cpu0: <CPU> on acpi0 acpi_tz0: <Thermal Zone> on acpi0 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0x5000-0x500f,0x4000-0x4041,0xcf8-0xcff on acpi0 ---- initial configuration ------------------------ \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.0 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.1 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.2 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.3 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.1 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.2 \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.3 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.0 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.1 \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.2 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.3 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0 \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.1 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.2 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.3 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.0 \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.1 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.2 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.3 \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.0 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.1 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.2 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.3 \\_SB_.PCI0.ISA_.LNKA irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.2 \\_SB_.PCI0.ISA_.LNKD irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.3 ---- before setting priority for links ------------ \\_SB_.PCI0.ISA_.LNKA: interrupts: 3 4 5 6 7 10 11 12 14 15 penalty: 2540 2540 1540 2540 2540 2240 2240 2540 11540 11540 references: 7 priority: 0 \\_SB_.PCI0.ISA_.LNKD: interrupts: 3 4 5 6 7 10 11 12 14 15 penalty: 2540 2540 1540 2540 2540 2240 2240 2540 11540 11540 references: 7 priority: 0 ---- before fixup boot-disabled links ------------- \\_SB_.PCI0.ISA_.LNKA: interrupts: 3 4 5 6 7 10 11 12 14 15 penalty: 2540 2540 1540 2540 2540 2240 2240 2540 11540 11540 references: 7 priority: 29260 \\_SB_.PCI0.ISA_.LNKD: interrupts: 3 4 5 6 7 10 11 12 14 15 penalty: 2540 2540 1540 2540 2540 2240 2240 2540 11540 11540 references: 7 priority: 29260 ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.0 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.1 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.2 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.3 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.1 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.2 \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.3 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.0 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.1 \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.2 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.3 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0 \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.1 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.2 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.3 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.0 \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.1 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.2 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.3 \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.0 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.1 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.2 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.7.3 \\_SB_.PCI0.ISA_.LNKA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0 \\_SB_.PCI0.ISA_.LNKB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1 \\_SB_.PCI0.ISA_.LNKC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.2 \\_SB_.PCI0.ISA_.LNKD irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.3 pci0: <ACPI PCI bus> on pcib0 pci0: physical bus=0 map[10]: type 3, range 32, base d0000000, size 26, enabled found-> vendor=0x8086, dev=0x7190, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7191, revid=0x03 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x88 (34000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7110, revid=0x02 bus=0, slot=7, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0000f000, size 4, enabled found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=7, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0000e000, size 5, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=7, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=255 map[90]: type 4, range 32, base 00005000, size 4, enabled found-> vendor=0x8086, dev=0x7113, revid=0x02 bus=0, slot=7, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1011, dev=0x0021, revid=0x01 bus=0, slot=13, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xd0000000-0xd3ffffff at device 0.0 on pci 0 agp0: allocating GATT for aperture of size 64M pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xd4000000-0xd5ffffff pcib1: prefetched decode 0xd8000000-0xd8ffffff pci1: <PCI bus> on pcib1 pci1: physical bus=1 map[10]: type 1, range 32, base d4000000, size 24, enabled map[14]: type 3, range 32, base d8000000, size 24, enabled found-> vendor=0x10de, dev=0x0020, revid=0x04 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=255 powerspec 1 supports D0 D3 current D0 pci1: <display, VGA> at device 0.0 (no driver attached) isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 UDMA33 controller> port 0xf000-0xf00f at device 7.1 on pci0 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0-slave: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 mask=03 stat0=50 stat1=00 devices=0x9<ATAPI_SLAVE,ATA_MASTER> ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: reset tp1 mask=03 ostat0=03 ostat1=02 ata1-master: stat=0x01 err=0x01 lsb=0x01 msb=0x01 ata1-slave: stat=0x04 err=0x04 lsb=0x04 msb=0x04 ata1-slave: stat=0x02 err=0x02 lsb=0x02 msb=0x02 ata1-slave: stat=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 mask=03 stat0=01 stat1=00 devices=0x0 ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] pci0: <serial bus, USB> at device 7.2 (no driver attached) pci0: <bridge, PCI-unknown> at device 7.3 (no driver attached) pcib2: <PCI-PCI bridge> at device 13.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xd000-0xdfff pcib2: memory decode 0xd6000000-0xd7ffffff pcib2: prefetched decode 0xfff00000-0xfffff pci2: <PCI bus> on pcib2 pci2: physical bus=2 map[10]: type 4, range 32, base 0000d000, size 7, enabled map[14]: type 1, range 32, base d7000000, size 7, enabled pcib0: matched entry for 0.13.INTA (source \\_SB_.PCI0.ISA_.LNKB) pcib0: slot 13 INTA is routed to irq 10 pcib2: slot 4 INTA is routed to irq 10 found-> vendor=0x1011, dev=0x0009, revid=0x20 bus=2, slot=4, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x14 (5000 ns), maxlat=0x28 (10000 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 0000d400, size 7, enabled map[14]: type 1, range 32, base d7001000, size 7, enabled pcib0: matched entry for 0.13.INTB (source \\_SB_.PCI0.ISA_.LNKC) pcib0: slot 13 INTB is routed to irq 11 pcib2: slot 5 INTA is routed to irq 11 found-> vendor=0x1011, dev=0x0009, revid=0x20 bus=2, slot=5, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x14 (5000 ns), maxlat=0x28 (10000 ns) intpin=a, irq=11 de0: <Digital 21140A Fast Ethernet> port 0xd000-0xd07f mem 0xd7000000-0xd700007f irq 10 at devic e 4.0 on pci2 pcib2: device de0 requested decoded I/O range 0xd000-0xd07f de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0 de0: address 00:00:c0:cb:5b:f2 de0: enabling 10baseT port de0: bpf attached de1: <Digital 21140A Fast Ethernet> port 0xd400-0xd47f mem 0xd7001000-0xd700107f irq 11 at devic e 5.0 on pci2 pcib2: device de1 requested decoded I/O range 0xd400-0xd47f de1: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0 de1: address 00:00:c0:ca:5b:f2 de1: enabling 10baseT port de1: bpf attached fdc0: cannot reserve I/O port range (1 ports) sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A unknown: not probed (disabled) unknown: not probed (disabled) ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 plip0: bpf attached lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 vpo0: can't connect to the drive imm0: (disconnect) s1=0x38 s2=0x38, s3=0x38 imm0: (connect) s1=0x38 s2=0x38, s3=0x38 imm0: (connect) s1=0x38 s2=0x38, s3=0x38 imm0: (connect) s1=0x38 s2=0x38, s3=0x38 psmcpnp0 irq 12 on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0-50, 3 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:08, syncbits:08 fdc0: cannot reserve I/O port range (1 ports) unknown: not probed (disabled) unknown: not probed (disabled) npx0: [FAST] npx0: <math processor> on motherboard npx0: INT 16 interface ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: <Option ROM> at iomem 0xc0000-0xc87ff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0: cannot reserve I/O port range (6 ports) fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 54 80 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. Timecounter "TSC" frequency 412365212 Hz quality 800 Timecounters tick every 1.000 msec Linux ELF exec handler installed IPsec: Initialized Security Association Processing. IP Filter: v3.4.31 initialized. Default = block all, Logging = enabled lo0: bpf attached acpi_cpu0: set speed to 100.0% acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0% ata0-slave: pio=0x0c wdma=0x22 udma=0x42 cable=40pin ata0-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin ata0-master: setting PIO4 on Intel PIIX4 chip ata0-master: setting UDMA33 on Intel PIIX4 chip ata0-slave: setting PIO4 on Intel PIIX4 chip ata0-slave: setting UDMA33 on Intel PIIX4 chip GEOM: create disk ad0 dp=0xc1cb7e60 ad0: <SAMSUNG VG38404A (8.40GB)/HT100> ATA-3 disk at ata0-master ad0: 8056MB (16498944 sectors), 16368 C, 16 H, 63 S, 512 B ad0: 16 secs/int, 1 depth queue, UDMA33 GEOM: new disk ad0 [0] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/2/63 s:0 l:16498944 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure ad0s1, start 0 length 8447459328 end 8447459327 GEOM: Configure ad0a, start 0 length 134217728 end 134217727 GEOM: Configure ad0b, start 134217728 length 268435456 end 402653183 GEOM: Configure ad0c, start 0 length 8447459328 end 8447459327 GEOM: Configure ad0d, start 402653184 length 134217728 end 536870911 GEOM: Configure ad0e, start 536870912 length 134217728 end 671088639 GEOM: Configure ad0f, start 671088640 length 7776370688 end 8447459327 GEOM: Configure ad0s1a, start 0 length 134217728 end 134217727 GEOM: Configure ad0s1b, start 134217728 length 268435456 end 402653183 GEOM: Configure ad0s1c, start 0 length 8447459328 end 8447459327 GEOM: Configure ad0s1d, start 402653184 length 134217728 end 536870911 GEOM: Configure ad0s1e, start 536870912 length 134217728 end 671088639 GEOM: Configure ad0s1f, start 671088640 length 7776370688 end 8447459327 acd0: <TOSHIBA CD-ROM XM-6402B/1008> CDROM drive at ata0 as slave acd0: read 5512KB/s (5512KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream acd0: Writes: acd0: Audio: play, 16 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc de0: enabling Full Duplex 100baseTX port de1: enabling Full Duplex 100baseTX port (probe3:ata1:0:1:0): error 22 (probe3:ata1:0:1:0): Unretryable Error (probe3:ata1:0:1:0): error 22 (probe3:ata1:0:1:0): Unretryable Error (probe0:ata0:0:0:0): error 22 (probe0:ata0:0:0:0): Unretryable Error (probe2:ata1:0:0:0): error 22 (probe2:ata1:0:0:0): Unretryable Error (probe0:ata0:0:0:0): error 22 (probe0:ata0:0:0:0): Unretryable Error (probe2:ata1:0:0:0): error 22 (probe2:ata1:0:0:0): Unretryable Error (probe1:ata0:0:1:0): Retrying Command (probe1:ata0:0:1:0): error 22 (probe1:ata0:0:1:0): Unretryable Error (probe1:ata0:0:1:0): Retrying Command (probe1:ata0:0:1:0): error 22 (probe1:ata0:0:1:0): Unretryable Error pass0 at ata0 bus 0 target 1 lun 0 pass0: <TOSHIBA CD-ROM XM-6402B 1008> Removable CD-ROM SCSI-0 device pass0: 33.000MB/s transfers GEOM: create disk cd0 dp=0xc1c56600 GEOM: new disk cd0 (cd0:ata0:0:1:0): Retrying Command (cd0:ata0:0:1:0): error 6 (cd0:ata0:0:1:0): Unretryable Error cd0 at ata0 bus 0 target 1 lun 0 cd0: <TOSHIBA CD-ROM XM-6402B 1008> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present (cd0:ata0:0:1:0): Retrying Command (cd0:ata0:0:1:0): error 6 (cd0:ata0:0:1:0): Unretryable Error (cd0:ata0:0:1:0): Retrying Command (cd0:ata0:0:1:0): error 6 (cd0:ata0:0:1:0): Unretryable Error Mounting root from ufs:/dev/ad0s1a start_init: trying /sbin/init de0: link down: cable problem? de1: link down: cable problem? de0: enabling 100baseTX port de0: enabling Full Duplex 100baseTX port de1: enabling 100baseTX port # cat /usr/src/sys/i386/conf/vpn.ule options INCLUDE_CONFIG_FILE ident "vpn.ule" machine i386 cpu I686_CPU options HZ=1000 #options DEVICE_POLLING options SMP options NO_MIXED_MODE device apic device acpi makeoptions DEBUG=-g makeoptions CONF_CFLAGS=-fno-builtin options KTRACE options KTRACE_REQUEST_POOL=101 options SHOW_BUSYBUFS #options DDB #options DDB_TRACE #options DDB_UNATTENDED #options WITNESS #options WITNESS_DDB #options MUTEX_DEBUG #options WITNESS_SKIPSPIN #options ADAPTIVE_MUTEXES #options MUTEX_DEBUG #options MUTEX_PROFILING #options INVARIANTS #options INVARIANT_SUPPORT #options DIAGNOSTIC #options WATCHDOG options INET #options TCPDEBUG options TCP_DROP_SYNFIN options RANDOM_IP_ID options ZERO_COPY_SOCKETS options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK options PFIL_HOOKS options IPSTEALTH options IPSEC options IPSEC_ESP #options IPSEC_DEBUG #options SCHED_4BSD options SCHED_ULE options COMPAT_43 options COMPAT_FREEBSD4 options FFS options SOFTUPDATES options UFS_DIRHASH #options UFS_EXTATTR #options UFS_EXTATTR_AUTOSTART #options UFS_ACL options SYSVSHM options SYSVMSG options MSGMNB=16384 options MSGMNI=64 options MSGSEG=1024 options MSGSSZ=64 options MSGTQL=4096 options SYSVSEM options P1003_1B_SEMAPHORES options _KPOSIX_PRIORITY_SCHEDULING device isa device pci device agp device fdc device npx device atkbdc device atkbd options KBD_INSTALL_CDEV device psm device vga device splash device sc options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED) device sio options CONSPEED=19200 device ppc device ppbus device lpt device plip device ppi device vpo # SCSI / RAID options AHC_ALLOW_MEMIO device scbus device ch device da device sa device cd device pt device targ device targbh device pass device ses options SES_ENABLE_PASSTHROUGH # ATAPI device ata device atadisk device atapicd device atapifd device atapist device atapicam #options ATA_STATIC_ID # Pseudo devices - the number indicates how many units to allocate. device random device loop device ether device tun device pty device gif device bpfReceived on Mon Nov 24 2003 - 16:37:15 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:30 UTC