From owner-acpi-jp@jp.FreeBSD.org Fri Oct 25 16:13:56 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g9P7DuY17547;
	Fri, 25 Oct 2002 16:13:56 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (root@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id g9P7Dt317542
	for <acpi-jp@jp.FreeBSD.org>; Fri, 25 Oct 2002 16:13:55 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5])
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g9P7DqY72631;
	Fri, 25 Oct 2002 16:13:52 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Message-Id: <20021025.161217.28791222.iwasaki@jp.FreeBSD.org>
To: acpi-jp@jp.FreeBSD.org, naoki@fukaumi.org
From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
In-Reply-To: <87fzuvf9pj.wl@dns1.fukaumi.org>
	<20021025.151606.88004226.iwasaki@jp.FreeBSD.org>
References: <87fzuvf9pj.wl@dns1.fukaumi.org>
X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 25 Oct 2002 16:12:17 +0900
X-Sequence: acpi-jp 1909
Subject: [acpi-jp 1909] Re: iiyama NT310S (1/2)
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: iwasaki@jp.FreeBSD.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+021018

From: FUKAUMI Naoki <naoki@fukaumi.org>
Subject: [acpi-jp 1908] iiyama NT310S (1/2)
Date: Fri, 25 Oct 2002 13:01:28 +0900
Message-ID: <87fzuvf9pj.wl@dns1.fukaumi.org>

> Hi
> 
> I bought iiyama NT310S note PC. Spec. is below (Japanese)
> 
>   http://www.iiyama-sales.com/products/pc/note/nt310snote_spec.htm
> 
> NT310S has
>   Crusoe TM5800-800MHz cpu
>   ALi M1535 south bridge
>   ACPI BIOS
>   ALi M5451 (t4dwave)
>   ATI RAGE Mobility M1
>   RealTek 8139 (rl)
>   TI4410 (cbb + fwohci)
>   NEC USB 2.0 (2 ohci + 1 ehci)
>   ALi ATA66 (atapci)
>   misc (kdb, psm, etc...)
> 
> NT310S has Phoenix BIOS. It has very few parameters which can be changed.
> Its PCIBIOS and ACPI BIOS functions seem to be broken (?)
> 
> I'm using recent FreeBSD 5-CURRENT on it. Many devices can't work.
> I found some device works if FreeBSD ACPI support OFF.

Greate PC!
# but, only for hacking :p

> [rl0]
> ACPI on:
>   ifconfig rl0 up -> `rl0: watchdog timeout'
>   At least, ping can't get response from another host.
> ACPI off:
>   No error message. Working.
> 
> [cbb0]
> ACPI on:
>   Can't detect PC card insertion.
> ACPI off:
>   Working. (I have ed, wi, da and sio 16bit PC Cards.)

OK, let us start with these 2 devices.
I think your PCI link objects are broken.

http://people.freebsd.org/~iwasaki/acpi/pci_resume-20020914.diff
This is not for fix, but would be helpful for debugging.

And add following lines into your loader.conf.
debug.acpi.layer="ACPI_ALL_COMPONENTS ACPI_BUS"
debug.acpi.level="ACPI_LV_WARN ACPI_LV_ERROR"
# hw.acpi.ec.event_driven="1" also would be helpful if your acpi_ec.c
# is rev. 1.27 or later.

Then please re-post dmesg output again.

BTW, may I add your ASL/DSDT to our repo.?

Thanks

> 
> [fwohci0]
> ACPI on and off:
>   No IRQ assigned.
> 
> [ohci0]
> # In BIOS setup menu, "USB Emulation: Enabled/Disabled" available. Help
> # message says "support for USB keyboard/mouse", but (and ?) it is used
> # for booting from USB CD-ROM/Floppy drive.
> ACPI on and off:
>   If "BIOS USB emul" enabled, working.
>   If "BIOS USB emul" disabled, not working.
>     (no detect on insertion. after detach, I got `uhub0: device problem,
>      disabling port X' message)
> 
> [ohci1]
> # NT310S has two USB ports. Both ports seem to be connected to ohci0.
> ACPI on:
>   IRQ assigned.
> ACPI off:
>   No IRQ assigned.
> 
> [ehci]
>   no driver ;)
> 
> [misc]
>   kbd, psm and misc isa devices are working.
> 
> [acpi]
>   ACPI buttons
>     Power Button
>     Lid switch
>     4 Application Buttons (Web, Mail and App1, App2)
>     Fn + [F3-F10] Buttons (LCD and speaker control, sleep)
>   These are
>     ACPI on:
>       no event detect
>     ACPI off:
>       machine freeze (!power button)
>       power off (power button)
> 
>   AC adapter
>     ACPI on:
>       AC adapter on/off state can see hw.acpi.*
>     ACPI off:
>       on/off change occur machine freeze
> 
>   Misc info (Thermal, battery, cpu speed)
>     ACPI on:
>       working
> 
>   acpiconf -s 3
>     ACPI on:
>       (maybe) working
> 
> 
> 
> I want to use all devices and ACPI functions. Please help me.
> 
> dmesg with boot_verbose is below.
> acpidump outputs are attached this mail.
> 
> Thank you.
> 
> --
> FUKAUMI Naoki
> 
> [dmesg ACPI on]
> Copyright (c) 1992-2002 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.0-CURRENT #0: Thu Oct 24 16:36:38 JST 2002
>     root@:/usr/obj/usr/src/sys/NT310S
> Preloaded elf kernel "/boot/kernel/kernel" at 0xc04cf000.
> Preloaded elf module "/boot/kernel/snd_t4dwave.ko" at 0xc04cf0a8.
> Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc04cf158.
> Preloaded elf module "/boot/kernel/firewire.ko" at 0xc04cf204.
> Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04cf2b4.
> Calibrating clock(s) ... TSC clock: 798931213 Hz, i8254 clock: 1193152 Hz
> CLK_USE_I8254_CALIBRATION not specified - using default frequency
> Timecounter "i8254"  frequency 1193182 Hz
> CLK_USE_TSC_CALIBRATION not specified - using old calibration method
> Timecounter "TSC"  frequency 798962026 Hz
> CPU: Transmeta(tm) Crusoe(tm) Processor TM5800 (798.96-MHz 586-class CPU)
>   Origin = "GenuineTMx86"  Id = 0x543
>   Processor revision 1.4.1.0
>   Code Morphing Software revision 4.2.7-8-278
>   20011004 02:04 official release 4.2.7#7
>   LongRun mode: 1  <800MHz 1300mV 100%>
> real memory  = 251658240 (245760K bytes)
> Physical memory chunk(s):
> 0x00001000 - 0x00099fff, 626688 bytes (153 pages)
> 0x004f6000 - 0x0eeeffff, 245342208 bytes (59898 pages)
> 0x0ef00000 - 0x0eff7fff, 1015808 bytes (248 pages)
> avail memory = 238645248 (233052K bytes)
> bios32: Found BIOS32 Service Directory header at 0xc00f8c10
> bios32: Entry = 0xfd7a0 (c00fd7a0)  Rev = 0  Len = 1
> pcibios: PCI BIOS entry at 0xfd7a0+0x11e
> pnpbios: Found PnP BIOS data at 0xc00f8c70
> pnpbios: Entry = f0000:b0b3  Rev = 1.0
> Other BIOS signatures found:
> Initializing GEOMetry subsystem
> null: <null device, zero device>
> random: <entropy source>
> mem: <memory & I/O>
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> acpi0: <PTLTD    RSDT  > on motherboard
> pci_open(1):	mode 1 addr port (0x0cf8) is 0x80007804
> pci_open(1a):	mode1res=0x80000000 (0x80000000)
> pci_cfgcheck:	device 0 [class=060000] [hdr=80] is there (id=03951279)
> Using $PIR table, 7 entries at 0xc00fdf50
> PCI-Only Interrupts: none
> Location  Bus Device Pin  Link  IRQs
> embedded    0    4    A   0x50  3 4 5 6 7 9 10 11
> embedded    0    9    A   0x4b  3 4 5 6 7 9 10 11
> embedded    0   10    A   0x4c  3 4 5 6 7 9 10 11
> embedded    0   11    A   0x49  3 4 5 6 7 9 10 11
> embedded    0   12    A   0x4d  3 4 5 6 7 9 10 11
> embedded    0   12    C   0x4e  3 4 5 6 7 9 10 11
> acpi0: power button is handled as a fixed feature programming model.
> ACPI timer looks BAD  min = 1, max = 447, width = 447
> ACPI timer looks BAD  min = 1, max = 4, width = 4
> ACPI timer looks BAD  min = 1, max = 4, width = 4
> ACPI timer looks BAD  min = 1, max = 4, width = 4
> ACPI timer looks BAD  min = 1, max = 5, width = 5
> ACPI timer looks BAD  min = 1, max = 298, width = 298
> ACPI timer looks BAD  min = 1, max = 5, width = 5
> ACPI timer looks BAD  min = 1, max = 4, width = 4
> ACPI timer looks BAD  min = 1, max = 4, width = 4
> ACPI timer looks BAD  min = 1, max = 5, width = 5
> Timecounter "ACPI-safe"  frequency 3579545 Hz
> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0
> acpi_cpu0: <CPU> on acpi0
> acpi_tz0: <thermal zone> on acpi0
> pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
> ---- initial configuration ------------------------
> \\_SB_.PCI0.ISA_.LNK3 irq  10: [ 10] low,level,sharable 0.9.0
> \\_SB_.PCI0.ISA_.LNK5 irq  11: [  4  6  7 11 15] low,level,sharable 0.12.0
> ---- before setting priority for links ------------
> ---- before fixup boot-disabled links -------------
> ---- after fixup boot-disabled links --------------
> ---- arbitrated configuration ---------------------
> \\_SB_.PCI0.ISA_.LNK3 irq  10: [ 10] low,level,sharable 0.9.0
> \\_SB_.PCI0.ISA_.LNK5 irq  11: [  4  6  7 11 15] low,level,sharable 0.12.0
> pci0: <ACPI PCI bus> on pcib0
> pci0: physical bus=0
> 	map[10]: type 1, range 32, base fc000000, size 20, enabled
> found->	vendor=0x1279, dev=0x0395, revid=0x01
> 	bus=0, slot=0, func=0
> 	class=06-00-00, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0006, statreg=0x2200, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> found->	vendor=0x1279, dev=0x0396, revid=0x00
> 	bus=0, slot=0, func=1
> 	class=05-00-00, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> found->	vendor=0x1279, dev=0x0397, revid=0x00
> 	bus=0, slot=0, func=2
> 	class=05-00-00, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> 	map[10]: type 4, range 32, base 00001400, size  8, port disabled
> 	map[14]: type 1, range 32, base fc100000, size 12, memory disabled
> found->	vendor=0x10b9, dev=0x5451, revid=0x01
> 	bus=0, slot=4, func=0
> 	class=04-01-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0000, statreg=0x0290, cachelnsz=0 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x18 (6000 ns)
> 	intpin=a, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> found->	vendor=0x10b9, dev=0x1533, revid=0x00
> 	bus=0, slot=7, func=0
> 	class=06-01-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x000f, statreg=0x0210, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> 	powerspec 1  supports D0 D3  current D0
> 	map[10]: type 1, range 32, base fd000000, size 24, enabled
> 	map[14]: type 4, range 32, base 00001800, size  8, enabled
> 	map[18]: type 1, range 32, base fc101000, size 12, enabled
> found->	vendor=0x1002, dev=0x4c52, revid=0x64
> 	bus=0, slot=9, func=0
> 	class=03-00-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords)
> 	lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
> 	intpin=a, irq=10
> 	powerspec 1  supports D0 D1 D2 D3  current D0
> 	map[10]: type 4, range 32, base 00001c00, size  8, port disabled
> 	map[14]: type 1, range 32, base fc102000, size  8, memory disabled
> found->	vendor=0x10ec, dev=0x8139, revid=0x10
> 	bus=0, slot=10, func=0
> 	class=02-00-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0000, statreg=0x0290, cachelnsz=0 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns)
> 	intpin=a, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> found->	vendor=0x104c, dev=0xac41, revid=0x02
> 	bus=0, slot=11, func=0
> 	class=06-07-00, hdrtype=0x02, mfdev=1
> 	cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns)
> 	intpin=a, irq=255
> 	powerspec 1  supports D0 D1 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc102800, size 11, memory disabled
> 	map[14]: type 1, range 32, base fc104000, size 14, enabled
> found->	vendor=0x104c, dev=0x8017, revid=0x02
> 	bus=0, slot=11, func=1
> 	class=0c-00-10, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x03 (750 ns), maxlat=0x04 (1000 ns)
> 	intpin=b, irq=255
> 	powerspec 1  supports D0 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc103000, size 12, memory disabled
> found->	vendor=0x1033, dev=0x0035, revid=0x41
> 	bus=0, slot=12, func=0
> 	class=0c-03-10, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x2a (10500 ns)
> 	intpin=a, irq=11
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc108000, size 12, memory disabled
> found->	vendor=0x1033, dev=0x0035, revid=0x41
> 	bus=0, slot=12, func=1
> 	class=0c-03-10, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x2a (10500 ns)
> 	intpin=b, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc102400, size  8, memory disabled
> found->	vendor=0x1033, dev=0x00e0, revid=0x02
> 	bus=0, slot=12, func=2
> 	class=0c-03-20, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x84 (3960 ns), mingnt=0x10 (4000 ns), maxlat=0x22 (8500 ns)
> 	intpin=c, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> 	map[10]: type 4, range 32, base 000001f0, size  4, enabled
> 	map[14]: type 4, range 32, base 000003f4, size  2, enabled
> 	map[18]: type 4, range 32, base 00000170, size  3, enabled
> 	map[1c]: type 4, range 32, base 00000374, size  2, enabled
> 	map[20]: type 4, range 32, base 00001000, size  4, enabled
> found->	vendor=0x10b9, dev=0x5229, revid=0xc3
> 	bus=0, slot=15, func=0
> 	class=01-01-a4, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
> 	intpin=a, irq=255
> 	powerspec 2  supports D0 D3  current D0
> found->	vendor=0x10b9, dev=0x7101, revid=0x00
> 	bus=0, slot=17, func=0
> 	class=06-80-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0000, statreg=0x0200, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> pci0: <memory, RAM> at device 0.1 (no driver attached)
> pci0: <memory, RAM> at device 0.2 (no driver attached)
> pcm0: <Acer Labs M5451> port 0x1400-0x14ff mem 0xfc100000-0xfc100fff at device 4.0 on pci0
> pcm0: ac97 codec id 0x83847609 (SigmaTel STAC9721/9723)
> pcm0: ac97 codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
> pcm0: ac97 primary codec extended features AMAP
> pcib0: matched entry for 0.4.INTA (source \\_SB_.PCI0.ISA_.LNK8)
> pcib0: possible interrupts:  4  6  7  11  15
> pcib0: slot 4 INTA routed to irq 4 via \\_SB_.PCI0.ISA_.LNK8
> pcm0: sndbuf_setmap 644000, 1000; 0xc24b0000 -> 644000
> pcm0: sndbuf_setmap 601000, 1000; 0xc24ad000 -> 601000
> pcm0: sndbuf_setmap 5df000, 1000; 0xc24ab000 -> 5df000
> pcm0: sndbuf_setmap 5fd000, 1000; 0xc24a9000 -> 5fd000
> pcm0: sndbuf_setmap 61b000, 1000; 0xc24a7000 -> 61b000
> isab0: <PCI-ISA bridge> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> pci0: <display, VGA> at device 9.0 (no driver attached)
> rl0: <RealTek 8139 10/100BaseTX> port 0x1c00-0x1cff mem 0xfc102000-0xfc1020ff at device 10.0 on pci0
> rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode
> pcib0: matched entry for 0.10.INTA (source \\_SB_.PCI0.ISA_.LNK4)
> pcib0: possible interrupts:  5
> pcib0: slot 10 INTA routed to irq 5 via \\_SB_.PCI0.ISA_.LNK4
> rl0: Ethernet address: **:**:**:**:**:**
> miibus0: <MII bus> on rl0
> rlphy0: <RealTek internal media interface> on miibus0
> rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> bpf: rl0 attached
> cbb0: <TI4410 PCI-CardBus Bridge> at device 11.0 on pci0
> cardbus0: <CardBus bus> on cbb0
> pccard0: <16-bit PCCard bus> on cbb0
> pcib0: matched entry for 0.11.INTA (source \\_SB_.PCI0.ISA_.LNK1)
> pcib0: possible interrupts:  3
> pcib0: slot 11 INTA routed to irq 3 via \\_SB_.PCI0.ISA_.LNK1
> XXXfw: vendid=104c, dev=8017
> fwohci0: <1394 Open Host Controller Interface> mem 0xfc104000-0xfc107fff,0xfc102800-0xfc102fff at device 11.1 on pci0
> fwohci0: Invalid irq 255
> fwohci0: Please switch PNP-OS to 'No' in BIOS
> device_probe_and_attach: fwohci0 attach returned 6
> ohci0: <NEC uPD 9210 USB controller> mem 0xfc103000-0xfc103fff irq 11 at device 12.0 on pci0
> usb0: OHCI version 1.0, legacy support
> usb0: <NEC uPD 9210 USB controller> on ohci0
> usb0: USB revision 1.0
> uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> ohci1: <NEC uPD 9210 USB controller> mem 0xfc108000-0xfc108fff at device 12.1 on pci0
> pcib0: matched entry for 0.12.INTB (source \\_SB_.PCI0.ISA_.LNKU)
> pcib0: possible interrupts:  4  6  7  11  15
> pcib0: slot 12 INTB routed to irq 4 via \\_SB_.PCI0.ISA_.LNKU
> usb1: OHCI version 1.0, legacy support
> usb1: <NEC uPD 9210 USB controller> on ohci1
> usb1: USB revision 1.0
> uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub1: 1 port with 1 removable, self powered
> pci0: <serial bus, USB> at device 12.2 (no driver attached)
> atapci0: <AcerLabs Aladdin ATA66 controller> port 0x1000-0x100f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1ff at device 15.0 on pci0
> ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x1000
> ata0: mask=03 ostat0=50 ostat2=00
> ata0-master: ATAPI 00 00
> ata0-slave: ATAPI 00 00
> ata0: mask=03 stat0=50 stat1=00
> ata0-master: ATA 01 a5
> ata0: devices=01
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x1008
> ata1: at 0x170 irq 15 on atapci0
> pci0: <bridge, PCI-unknown> at device 17.0 (no driver attached)
> acpi_button0: <Sleep Button> on acpi0
> acpi_lid0: <Control Method Lid Switch> on acpi0
> acpi_cmbat0: <Control method Battery> on acpi0
> acpi_acad0: <AC adapter> 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 0x54ab (2)
> kbd0 at atkbd0
> kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
> psm0: unable to allocate IRQ
> psmcpnp0 irq 12 on acpi0
> psm0: current command byte:0047
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
> psm0: config:00000000, flags:00000000, packet size:3
> psm0: syncmask:c0, syncbits:00
> acpi_ec0: <embedded controller> port 0x66,0x62 on acpi0
> ex_isa_identify()
> ata: ata0 already exists; skipping it
> ata: ata1 already exists; skipping it
> atkbdc: atkbdc0 already exists; skipping it
> sc: sc0 already exists; skipping it
> vga: vga0 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
> isa_probe_children: disabling PnP devices
> isa_probe_children: probing non-PnP devices
> pmtimer0 on isa0
> orm0: <Option ROMs> at iomem 0xdc000-0xdffff,0xc0000-0xcf7ff on isa0
> sc0: <System console> on isa0
> sc0: VGA <16 virtual consoles, flags=0x200>
> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> fb0: vga0, vga, type:VGA (5), flags:0x7007f
> fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
> fb0: init mode:24, bios mode:3, current mode:24
> fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
> vga0: vga: WARNING: video mode switching is not fully supported on this adapter
> VGA parameters upon power-up
> 50 18 10 00 00 00 03 00 02 e7 a3 4f 67 8f 6a 1b 
> 24 b3 00 6f 0d 0e 00 00 07 30 49 8f 8f 28 1f 47 
> 6d a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> VGA parameters in BIOS for mode 24
> 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
> bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> EGA/VGA parameters to be used for mode 24
> 50 18 10 00 00 00 03 00 02 e7 a3 4f 67 8f 6a 1b 
> 24 b3 00 6f 0d 0e 00 00 07 30 49 8f 8f 28 1f 47 
> 6d 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 
> adv0 failed to probe on isa0
> aha0 failed to probe on isa0
> aic0 failed to probe on isa0
> bt0 failed to probe on isa0
> cs0 failed to probe at port 0x300-0x31f on isa0
> ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0
> fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
> fe0 failed to probe at port 0x300-0x31f on isa0
> ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0
> le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0
> lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0
> pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
> pcic1: not probed (disabled)
> ppc0: parallel port found at 0x378
> ppc0: using extended I/O port range
> ppc0: EPP SPP
> ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> plip0: <PLIP network interface> on ppbus0
> bpf: lp0 attached
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> ppi0: <Parallel I/O> on ppbus0
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: irq maps: 0x1 0x1 0x1 0x1
> sio0: probe failed test(s): 0 1 2 4 6 7 9
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 8250 or not responding
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: irq maps: 0x1 0x1 0x1 0x1
> sio1: probe failed test(s): 0 1 2 4 6 7 9
> sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
> sio2: not probed (disabled)
> sio3: not probed (disabled)
> sn0 failed to probe at port 0x300-0x30f irq 10 on isa0
> vt0 failed to probe on isa0
> isa_probe_children: probing PnP devices
> BIOS Geometries:
>  0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
>  0 accounted for
> Device configuration finished.
> procfs registered
> Timecounters tick every 10.000 msec
> bpf: lo0 attached
> acpi_cpu0: set speed to 100.0%
> acpi_cpu: CPU throttling enabled, 8 steps from 100% to 12.5%
> ad0: success setting UDMA4 on Acer chip
> ar: FreeBSD check1 failed
> ad0: <FUJITSU MHN2200AT/7257> ATA-5 disk at ata0-master
> ad0: 19077MB (39070080 sectors), 38760 C, 16 H, 63 S, 512 B
> ad0: 16 secs/int, 1 depth queue, UDMA66
> ad0: piomode=4 dmamode=2 udmamode=5 cblid=1
> Mounting root from ufs:/dev/ad0s2a
> spoiling 0xc24d4b00 (ad0s2) (0)
> spoiling 0xc24d4240 (ad0) (0)
> start_init: trying /sbin/init
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_acad0: On Line
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: EcWaitEventIntr called without EC lock!
> acpi_ec0: EcWaitEventIntr called without EC lock!
> acpi_ec0: evaluation of GPE query method _Q20 failed - AE_NOT_FOUND
> acpi_ec0: EcWaitEventIntr called without EC lock!
> acpi_ec0: EcWaitEventIntr called without EC lock!
> 
> [dmesg ACPI off]
> Copyright (c) 1992-2002 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.0-CURRENT #0: Thu Oct 24 16:36:38 JST 2002
>     root@:/usr/obj/usr/src/sys/NT310S
> Preloaded elf kernel "/boot/kernel/kernel" at 0xc048c000.
> Preloaded elf module "/boot/kernel/snd_t4dwave.ko" at 0xc048c0a8.
> Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc048c158.
> Preloaded elf module "/boot/kernel/firewire.ko" at 0xc048c204.
> Calibrating clock(s) ... TSC clock: 798931564 Hz, i8254 clock: 1193151 Hz
> CLK_USE_I8254_CALIBRATION not specified - using default frequency
> Timecounter "i8254"  frequency 1193182 Hz
> CLK_USE_TSC_CALIBRATION not specified - using old calibration method
> Timecounter "TSC"  frequency 798962586 Hz
> CPU: Transmeta(tm) Crusoe(tm) Processor TM5800 (798.96-MHz 586-class CPU)
>   Origin = "GenuineTMx86"  Id = 0x543
>   Processor revision 1.4.1.0
>   Code Morphing Software revision 4.2.7-8-278
>   20011004 02:04 official release 4.2.7#7
>   LongRun mode: 1  <800MHz 1300mV 100%>
> real memory  = 251658240 (245760K bytes)
> Physical memory chunk(s):
> 0x00001000 - 0x00099fff, 626688 bytes (153 pages)
> 0x004b3000 - 0x0eeeffff, 245616640 bytes (59965 pages)
> 0x0ef00000 - 0x0eff7fff, 1015808 bytes (248 pages)
> avail memory = 238940160 (233340K bytes)
> bios32: Found BIOS32 Service Directory header at 0xc00f8c10
> bios32: Entry = 0xfd7a0 (c00fd7a0)  Rev = 0  Len = 1
> pcibios: PCI BIOS entry at 0xfd7a0+0x11e
> pnpbios: Found PnP BIOS data at 0xc00f8c70
> pnpbios: Entry = f0000:b0b3  Rev = 1.0
> Other BIOS signatures found:
> Initializing GEOMetry subsystem
> null: <null device, zero device>
> random: <entropy source>
> mem: <memory & I/O>
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> pci_open(1):	mode 1 addr port (0x0cf8) is 0x80007804
> pci_open(1a):	mode1res=0x80000000 (0x80000000)
> pci_cfgcheck:	device 0 [class=060000] [hdr=80] is there (id=03951279)
> Using $PIR table, 7 entries at 0xc00fdf50
> PCI-Only Interrupts: none
> Location  Bus Device Pin  Link  IRQs
> embedded    0    4    A   0x50  3 4 5 6 7 9 10 11
> embedded    0    9    A   0x4b  3 4 5 6 7 9 10 11
> embedded    0   10    A   0x4c  3 4 5 6 7 9 10 11
> embedded    0   11    A   0x49  3 4 5 6 7 9 10 11
> embedded    0   12    A   0x4d  3 4 5 6 7 9 10 11
> embedded    0   12    C   0x4e  3 4 5 6 7 9 10 11
> pcib0: <Host to PCI bridge> at pcibus 0 on motherboard
> pci0: <PCI bus> on pcib0
> pci0: physical bus=0
> 	map[10]: type 1, range 32, base fc000000, size 20, enabled
> found->	vendor=0x1279, dev=0x0395, revid=0x01
> 	bus=0, slot=0, func=0
> 	class=06-00-00, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0006, statreg=0x2200, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> found->	vendor=0x1279, dev=0x0396, revid=0x00
> 	bus=0, slot=0, func=1
> 	class=05-00-00, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> found->	vendor=0x1279, dev=0x0397, revid=0x00
> 	bus=0, slot=0, func=2
> 	class=05-00-00, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> 	map[10]: type 4, range 32, base 00001400, size  8, port disabled
> 	map[14]: type 1, range 32, base fc100000, size 12, memory disabled
> found->	vendor=0x10b9, dev=0x5451, revid=0x01
> 	bus=0, slot=4, func=0
> 	class=04-01-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0000, statreg=0x0290, cachelnsz=0 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x18 (6000 ns)
> 	intpin=a, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> found->	vendor=0x10b9, dev=0x1533, revid=0x00
> 	bus=0, slot=7, func=0
> 	class=06-01-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x000f, statreg=0x0210, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> 	powerspec 1  supports D0 D3  current D0
> 	map[10]: type 1, range 32, base fd000000, size 24, enabled
> 	map[14]: type 4, range 32, base 00001800, size  8, enabled
> 	map[18]: type 1, range 32, base fc101000, size 12, enabled
> found->	vendor=0x1002, dev=0x4c52, revid=0x64
> 	bus=0, slot=9, func=0
> 	class=03-00-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords)
> 	lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
> 	intpin=a, irq=10
> 	powerspec 1  supports D0 D1 D2 D3  current D0
> 	map[10]: type 4, range 32, base 00001c00, size  8, port disabled
> 	map[14]: type 1, range 32, base fc102000, size  8, memory disabled
> found->	vendor=0x10ec, dev=0x8139, revid=0x10
> 	bus=0, slot=10, func=0
> 	class=02-00-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0000, statreg=0x0290, cachelnsz=0 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns)
> 	intpin=a, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> found->	vendor=0x104c, dev=0xac41, revid=0x02
> 	bus=0, slot=11, func=0
> 	class=06-07-00, hdrtype=0x02, mfdev=1
> 	cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns)
> 	intpin=a, irq=255
> 	powerspec 1  supports D0 D1 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc102800, size 11, memory disabled
> 	map[14]: type 1, range 32, base fc104000, size 14, enabled
> found->	vendor=0x104c, dev=0x8017, revid=0x02
> 	bus=0, slot=11, func=1
> 	class=0c-00-10, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x03 (750 ns), maxlat=0x04 (1000 ns)
> 	intpin=b, irq=255
> 	powerspec 1  supports D0 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc103000, size 12, memory disabled
> found->	vendor=0x1033, dev=0x0035, revid=0x41
> 	bus=0, slot=12, func=0
> 	class=0c-03-10, hdrtype=0x00, mfdev=1
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x2a (10500 ns)
> 	intpin=a, irq=11
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc108000, size 12, memory disabled
> found->	vendor=0x1033, dev=0x0035, revid=0x41
> 	bus=0, slot=12, func=1
> 	class=0c-03-10, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x2a (10500 ns)
> 	intpin=b, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> 	map[10]: type 1, range 32, base fc102400, size  8, memory disabled
> found->	vendor=0x1033, dev=0x00e0, revid=0x02
> 	bus=0, slot=12, func=2
> 	class=0c-03-20, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0010, statreg=0x0210, cachelnsz=8 (dwords)
> 	lattimer=0x84 (3960 ns), mingnt=0x10 (4000 ns), maxlat=0x22 (8500 ns)
> 	intpin=c, irq=255
> 	powerspec 2  supports D0 D1 D2 D3  current D0
> 	map[10]: type 4, range 32, base 000001f0, size  4, enabled
> 	map[14]: type 4, range 32, base 000003f4, size  2, enabled
> 	map[18]: type 4, range 32, base 00000170, size  3, enabled
> 	map[1c]: type 4, range 32, base 00000374, size  2, enabled
> 	map[20]: type 4, range 32, base 00001000, size  4, enabled
> found->	vendor=0x10b9, dev=0x5229, revid=0xc3
> 	bus=0, slot=15, func=0
> 	class=01-01-a4, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
> 	lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
> 	intpin=a, irq=255
> 	powerspec 2  supports D0 D3  current D0
> found->	vendor=0x10b9, dev=0x7101, revid=0x00
> 	bus=0, slot=17, func=0
> 	class=06-80-00, hdrtype=0x00, mfdev=0
> 	cmdreg=0x0000, statreg=0x0200, cachelnsz=0 (dwords)
> 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> pci0: <memory, RAM> at device 0.1 (no driver attached)
> pci0: <memory, RAM> at device 0.2 (no driver attached)
> pcm0: <Acer Labs M5451> port 0x1400-0x14ff mem 0xfc100000-0xfc100fff at device 4.0 on pci0
> pcm0: ac97 codec id 0x83847609 (SigmaTel STAC9721/9723)
> pcm0: ac97 codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
> pcm0: ac97 primary codec extended features AMAP
> pci_cfgintr_virgin: using routable interrupt 3
> pci_cfgintr: 0:4 INTA routed to irq 3
> pcm0: sndbuf_setmap 592000, 1000; 0xc245e000 -> 592000
> pcm0: sndbuf_setmap 56f000, 1000; 0xc245b000 -> 56f000
> pcm0: sndbuf_setmap 5ad000, 1000; 0xc2459000 -> 5ad000
> pcm0: sndbuf_setmap 57a000, 1000; 0xc2466000 -> 57a000
> pcm0: sndbuf_setmap 55c000, 1000; 0xc2468000 -> 55c000
> isab0: <PCI-ISA bridge> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> pci0: <display, VGA> at device 9.0 (no driver attached)
> rl0: <RealTek 8139 10/100BaseTX> port 0x1c00-0x1cff mem 0xfc102000-0xfc1020ff at device 10.0 on pci0
> rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode
> pci_cfgintr_virgin: using routable interrupt 3
> pci_cfgintr: 0:10 INTA routed to irq 3
> rl0: Ethernet address: **:**:**:**:**:**
> miibus0: <MII bus> on rl0
> rlphy0: <RealTek internal media interface> on miibus0
> rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> bpf: rl0 attached
> cbb0: <TI4410 PCI-CardBus Bridge> at device 11.0 on pci0
> cardbus0: <CardBus bus> on cbb0
> pccard0: <16-bit PCCard bus> on cbb0
> pci_cfgintr_virgin: using routable interrupt 3
> pci_cfgintr: 0:11 INTA routed to irq 3
> XXXfw: vendid=104c, dev=8017
> fwohci0: <1394 Open Host Controller Interface> mem 0xfc104000-0xfc107fff,0xfc102800-0xfc102fff at device 11.1 on pci0
> fwohci0: Invalid irq 255
> fwohci0: Please switch PNP-OS to 'No' in BIOS
> device_probe_and_attach: fwohci0 attach returned 6
> ohci0: <NEC uPD 9210 USB controller> mem 0xfc103000-0xfc103fff irq 11 at device 12.0 on pci0
> usb0: OHCI version 1.0, legacy support
> usb0: <NEC uPD 9210 USB controller> on ohci0
> usb0: USB revision 1.0
> uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> ohci1: <NEC uPD 9210 USB controller> mem 0xfc108000-0xfc108fff at device 12.1 on pci0
> pci_cfgintr: can't route an interrupt to 0:12 INTB
> ohci1: Could not allocate irq
> device_probe_and_attach: ohci1 attach returned 6
> pci0: <serial bus, USB> at device 12.2 (no driver attached)
> atapci0: <AcerLabs Aladdin ATA66 controller> port 0x1000-0x100f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1ff at device 15.0 on pci0
> ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x1000
> ata0: mask=03 ostat0=50 ostat2=00
> ata0-master: ATAPI 00 00
> ata0-slave: ATAPI 00 00
> ata0: mask=03 stat0=50 stat1=00
> ata0-master: ATA 01 a5
> ata0: devices=01
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x1008
> ata1: at 0x170 irq 15 on atapci0
> pci0: <bridge, PCI-unknown> at device 17.0 (no driver attached)
> 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
> ex_isa_identify()
> pnpbios: 16 devices, largest 74 bytes
> PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
> pnpbios: handle 0 device ID PNP0a03 (030ad041)
> PNP0c01: adding memory range 0-0x9bfff, size=0x9c000, align=0x1
> PNP0c01: adding memory range 0xe0000-0xfffff, size=0x20000, align=0x1
> PNP0c01: adding fixed memory32 range 0x100000-0xeffffff, size=0xef00000
> pnpbios: handle 1 device ID PNP0c01 (010cd041)
> PNP0c02: adding irq mask 0x200
> PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1
> PNP0c02: adding io range 0xb1-0xb1, size=0x1, align=0x1
> PNP0c02: adding io range 0x40b-0x40b, size=0x1, align=0x1
> PNP0c02: adding io range 0x480-0x48f, size=0x10, align=0x1
> PNP0c02: adding io range 0x4d6-0x4d6, size=0x1, align=0x1
> PNP0c02: adding fixed memory32 range 0xfff80000-0xffffffff, size=0x80000
> pnpbios: handle 2 device ID PNP0c02 (020cd041)
> PNP0200: adding io range 0-0xf, size=0x10, align=0x1
> PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1
> PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
> PNP0200: adding dma mask 0x10
> pnpbios: handle 3 device ID PNP0200 (0002d041)
> PNP0000: adding io range 0x20-0x21, size=0x2, align=0x1
> PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0x1
> PNP0000: adding irq mask 0x4
> pnpbios: handle 4 device ID PNP0000 (0000d041)
> PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1
> PNP0100: adding irq mask 0x1
> pnpbios: handle 5 device ID PNP0100 (0001d041)
> PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1
> PNP0b00: adding irq mask 0x100
> pnpbios: handle 6 device ID PNP0b00 (000bd041)
> PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
> PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
> PNP0303: adding irq mask 0x2
> pnpbios: handle 7 device ID PNP0303 (0303d041)
> PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
> PNP0c04: adding irq mask 0x2000
> pnpbios: handle 8 device ID PNP0c04 (040cd041)
> PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
> pnpbios: handle 9 device ID PNP0800 (0008d041)
> PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1
> PNP0c02: adding io range 0x92-0x92, size=0x1, align=0x1
> PNP0c02: adding io range 0x8000-0x803f, size=0x40, align=0x1
> PNP0c02: adding io range 0x8040-0x804f, size=0x10, align=0x1
> pnpbios: handle 10 device ID PNP0c02 (020cd041)
> pnpbios: handle 11 device ID PNP0c02 (020cd041)
> PNP0c02: adding memory32 range 0xdc000-0xdffff, size=0x4000, align=0x4000
> pnpbios: handle 12 device ID PNP0c02 (020cd041)
> PNP0c02: adding fixed memory32 range 0xcf800-0xcffff, size=0x800
> pnpbios: handle 13 device ID PNP0c02 (020cd041)
> PNP0f13: adding irq mask 0x1000
> pnpbios: handle 14 device ID PNP0f13 (130fd041)
> PNP0e03: adding io range 0x3e0-0x3e1, size=0x2, align=0x1
> pnpbios: handle 15 device ID PNP0e03 (030ed041)
> ata: ata0 already exists; skipping it
> ata: ata1 already exists; skipping it
> 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
> pmtimer0 on isa0
> orm0: <Option ROMs> at iomem 0xdc000-0xdffff,0xc0000-0xcf7ff on isa0
> atkbd: the current kbd controller command byte 0047
> atkbd: keyboard ID 0x54ab (2)
> sc0: <System console> on isa0
> sc0: VGA <16 virtual consoles, flags=0x200>
> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> fb0: vga0, vga, type:VGA (5), flags:0x7007f
> fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
> fb0: init mode:24, bios mode:3, current mode:24
> fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
> vga0: vga: WARNING: video mode switching is not fully supported on this adapter
> VGA parameters upon power-up
> 50 18 10 00 00 00 03 00 02 e7 a3 4f 67 8f 6a 1b 
> 24 b3 00 6f 0d 0e 00 00 06 90 49 8f 8f 28 1f 47 
> 6d a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> VGA parameters in BIOS for mode 24
> 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
> bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> EGA/VGA parameters to be used for mode 24
> 50 18 10 00 00 00 03 00 02 e7 a3 4f 67 8f 6a 1b 
> 24 b3 00 6f 0d 0e 00 00 06 90 49 8f 8f 28 1f 47 
> 6d 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 
> adv0 failed to probe on isa0
> aha0 failed to probe on isa0
> aic0 failed to probe on isa0
> atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0
> atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
> 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 Generic PS/2 mouse, device ID 0-00, 2 buttons
> psm0: config:00000000, flags:00000000, packet size:3
> psm0: syncmask:c0, syncbits:00
> bt0 failed to probe on isa0
> cs0 failed to probe at port 0x300-0x31f on isa0
> ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0
> fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
> fe0 failed to probe at port 0x300-0x31f on isa0
> ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0
> le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0
> lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0
> pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
> pcic1: not probed (disabled)
> ppc0: parallel port found at 0x378
> ppc0: using extended I/O port range
> ppc0: EPP SPP
> ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> plip0: <PLIP network interface> on ppbus0
> bpf: lp0 attached
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> ppi0: <Parallel I/O> on ppbus0
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: irq maps: 0x1 0x1 0x1 0x1
> sio0: probe failed test(s): 0 1 2 4 6 7 9
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 8250 or not responding
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: irq maps: 0x1 0x1 0x1 0x1
> sio1: probe failed test(s): 0 1 2 4 6 7 9
> sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
> sio2: not probed (disabled)
> sio3: not probed (disabled)
> sn0 failed to probe at port 0x300-0x30f irq 10 on isa0
> vt0 failed to probe on isa0
> isa_probe_children: probing PnP devices
> unknown: <PNP0303> can't assign resources (port)
> unknown: <PNP0303> at port 0x60 on isa0
> unknown: <PNP0800> failed to probe at port 0x61 on isa0
> unknown: <PNP0c02> can't assign resources (memory)
> unknown: <PNP0c02> at iomem 0xdc000-0xdffff on isa0
> unknown: <PNP0f13> can't assign resources (irq)
> unknown: <PNP0f13> at irq 12 on isa0
> unknown: <PNP0e03> failed to probe at port 0x3e0-0x3e1 on isa0
> BIOS Geometries:
>  0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
>  0 accounted for
> Device configuration finished.
> procfs registered
> Timecounters tick every 10.000 msec
> bpf: lo0 attached
> ad0: success setting UDMA4 on Acer chip
> ar: FreeBSD check1 failed
> ad0: <FUJITSU MHN2200AT/7257> ATA-5 disk at ata0-master
> ad0: 19077MB (39070080 sectors), 38760 C, 16 H, 63 S, 512 B
> ad0: 16 secs/int, 1 depth queue, UDMA66
> ad0: piomode=4 dmamode=2 udmamode=5 cblid=1
> Mounting root from ufs:/dev/ad0s2a
> spoiling 0xc24cbcc0 (ad0s2) (0)
> spoiling 0xc24cbb40 (ad0) (0)
> start_init: trying /sbin/init
