From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 15:58:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B39016A4CF for ; Fri, 2 Jan 2004 15:58:48 -0800 (PST) Received: from cserv62.csub.edu (cserv62.csub.edu [136.168.10.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630F543D39 for ; Fri, 2 Jan 2004 15:58:43 -0800 (PST) (envelope-from rjackson@cserv62.csub.edu) Received: from cserv62.csub.edu (localhost [127.0.0.1]) by cserv62.csub.edu (8.12.9/8.12.9) with ESMTP id i02NwhV5073621; Fri, 2 Jan 2004 15:58:43 -0800 (PST) (envelope-from rjackson@cserv62.csub.edu) Received: (from rjackson@localhost) by cserv62.csub.edu (8.12.9/8.12.9/Submit) id i02Nwgtf073620; Fri, 2 Jan 2004 15:58:42 -0800 (PST) (envelope-from rjackson) Date: Fri, 2 Jan 2004 15:58:42 -0800 From: Russell Jackson To: Arne Schwabe Message-ID: <20040102235842.GA70893@cserv62.csub.edu> References: <86n097dco9.fsf@kamino.rfc1149.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline In-Reply-To: <86n097dco9.fsf@kamino.rfc1149.org> User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Fri, 02 Jan 2004 18:58:37 -0800 cc: freebsd-current@freebsd.org Subject: Re: Synaptics Touchpad xfree driver hack :) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 23:58:48 -0000 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Patches apply and compile cleanly, however the psm hack doesn't work on my laptop. On Thu, 01 Jan 2004, Arne Schwabe wrote: > Hi, > > I changed from debian gnu/linux to freebsd 3 weeks ago. Almost > everything with my Notebook worked fine but the Touchpad was not as > good as in linux or windows. Since I really wanted to have my middle > button of the trackpoint and the scrolling of the touchpad working I > decided to try to port the XFree86 synaptics Driver for Linux. > (A nice thing is that Synaptics has a full spec to the protocol used > available online) > > Since I am a real C Newbie. (This is more or less my first time > writing C), not everything is really clean, to be honest it is more a > collection of hack I am afraid and this approch somewhat against the > idea of sysmouse. :/ But it still works for me [tm] ;) > > The synaptics XFree86 driver *should* detect all features and use them > like on linux. But for now initialisation of an attached second mouse > is not done (I was too lazy to do it, and for me it works without it) > > I hope someone with more C skills then I can clean this mess a little > up/advise me how to clean it up and I hope I have picked the right > mailing list :) > > But I you want to try it: > > download my patches from plaisthos.de/synaptics: > > wget http://www.plaisthos.de/synaptics/synaptics-driver.diff > wget http://www.plaisthos.de/synaptics/synaptics.kern.diff > > Apply the 2. Patch to your kernel source (My sources should be > -current :)) > > (cd /usr/src/sys/; patch -p1 < > /location/of/the/patch/synaptics.kern.diff) > > Rebuild your kernel and reboot. Check if my code recognized your > Touchpad: > > Jan 1 12:41:29 kamino kernel: psm0: model Synaptics Touchpad, device ID 0-00, 2 buttons > > > Copy /usr/src/sys/sys/mouse.h to /usr/include/sys, or do a make world > (cp /usr/src/sys/sys/mouse.h /usr/include/sys) > > Download the Xfree Synaptics Driver Sources from > http://w1.894.telia.com/~u89404340/touchpad/ > > wget http://w1.894.telia.com/~u89404340/touchpad/files/synaptics-0.12.2.tar.bz2 > > > Unpack it and apply the patch: > > tar xfvj synaptics synaptics-0.12.2.tar.bz2 > cd synaptics > patch -p1 < synaptics-driver.diff > > To build it use gmake: > > gmake synaptics_drv.o > > (a plain gmake won't work, since the tools don't build at the Moment > but they not so important) > > copy the driver to your XFree Installation: > > cp synaptics_drv.o /usr/X11R6/lib/modules/input > > Disable moused, in case it is running: > > killall moused > > Edit your XF86Config: > > In ServerLayout you should change your Corepointer line to: > InputDevice "synaptics" "CorePointer" > > And now add this: > > Section "InputDevice" > Driver "synaptics" > Identifier "synaptics" > Option "Device" "/dev/bpsm0" > Option "Protocol" "psaux" > Option "LeftEdge" "1900" > Option "RightEdge" "5400" > Option "TopEdge" "1900" > Option "BottomEdge" "4000" > Option "FingerLow" "25" > Option "FingerHigh" "30" > Option "MaxTapTime" "180" > Option "MaxTapMove" "220" > Option "VertScrollDelta" "100" > Option "MinSpeed" "0.02" > Option "MaxSpeed" "0.18" > Option "AccelFactor" "0.0010" > Option "SHMConfig" "on" > # Option "Repeater" "/dev/ps2mouse" > EndSection > > Pray and start X :) > > If something goes wrong, let me now. > I hope someone else besides me has some use of my hacking. > > Arne > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Russell A. Jackson (rjackson@cserv62.csub.edu) --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.out" psm: ENABLE_DEV return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 20 03 64 psm: DISABLE_DEV return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 00 03 64 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="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-CURRENT #4: Fri Jan 2 15:10:09 PST 2004 rjackson@localhost:/usr/obj/usr/src/sys/VALA Preloaded elf kernel "/boot/kernel/kernel" at 0xc07d1000. Preloaded elf module "/boot/kernel/vesa.ko" at 0xc07d1228. Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc07d12d4. Preloaded elf module "/boot/kernel/snd_t4dwave.ko" at 0xc07d1380. Preloaded acpi_dsdt "/boot/acpi_dsdt.aml" at 0xc07d1430. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc07d1478. Calibrating clock(s) ... i8254 clock: 1193168 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 1192625736 Hz CPU: Mobile AMD Athlon(tm) XP 1400+ (1192.63-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x680 Stepping = 0 Features=0x383f9ff AMD Features=0xc0480000 Data TLB: 32 entries, fully associative Instruction TLB: 16 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative real memory = 251658240 (240 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009dfff, 643072 bytes (157 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000826000 - 0x000000000ea97fff, 237445120 bytes (57970 pages) 0x000000000ef00000 - 0x000000000eff7fff, 1015808 bytes (248 pages) avail memory = 240680960 (229 MB) bios32: Found BIOS32 Service Directory header at 0xc00f6ff0 bios32: Entry = 0xfd760 (c00fd760) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xfd760+0x11e pnpbios: Found PnP BIOS data at 0xc00f7050 pnpbios: Entry = f0000:9c77 Rev = 1.0 Other BIOS signatures found: wlan: <802.11 Link Layer> null: mem: Pentium Pro MTRR support enabled VESA: information block 56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 00 01 ff 00 00 01 0a 01 00 01 20 01 00 01 25 01 00 01 82 01 0d 01 0e 01 0f 01 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 a4 01 a5 01 a6 01 VESA: 55 mode(s) found VESA: v2.0, 16320k memory, flags:0x1, mode table:0xc0755b42 (1000022) VESA: ATI CABO VESA: ATI Technologies Inc. U1 01.00 random: ACPI: DSDT was overridden. ACPI-0374: *** Info: Table [DSDT] replaced by host OS npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pci_open(1): mode 1 addr port (0x0cf8) is 0x80012814 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=cab01002) pcibios: BIOS version 2.10 Using $PIR table, 11 entries at 0xc00fdf10 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 2 A 0x59 11 embedded 0 15 A 0x4a 11 embedded 0 8 A 0x4b 5 embedded 0 10 A 0x48 10 11 embedded 0 11 A 0x49 10 11 embedded 0 19 A 0x49 10 11 embedded 0 12 A 0x49 10 11 embedded 0 12 B 0x49 10 11 slot 13 1 5 A 0x49 10 11 AcpiOsDerivePciId: bus 0 dev 7 func 0 AcpiOsDerivePciId: bus 0 dev 7 func 0 AcpiOsDerivePciId: bus 0 dev 10 func 0 acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 ACPI timer looks GOOD min = 2, max = 2, width = 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 AcpiOsDerivePciId: bus 0 dev 0 func 0 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0 acpi_cpu0: on acpi0 acpi_tz0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 acpi_lid0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 ---- initial configuration ------------------------ \\_SB_.PCI0.ISA_.LNK8 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.2.0 \\_SB_.PCI0.ISA_.LNK4 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.15.0 \\_SB_.PCI0.ISA_.LNK7 irq 5: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.8.0 \\_SB_.PCI0.ISA_.LNK1 irq 0: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.10.0 \\_SB_.PCI0.ISA_.LNK3 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.11.0 \\_SB_.PCI0.ISA_.LNK2 irq 10: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.19.0 \\_SB_.PCI0.ISA_.LNK2 irq 10: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.12.0 \\_SB_.PCI0.ISA_.LNK3 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.12.1 ---- before setting priority for links ------------ \\_SB_.PCI0.ISA_.LNK1: interrupts: 3 4 5 6 7 10 11 12 penalty: 1110 1110 210 1110 1110 310 510 1110 references: 1 priority: 0 ---- before fixup boot-disabled links ------------- \\_SB_.PCI0.ISA_.LNK1: interrupts: 3 4 5 6 7 10 11 12 penalty: 1110 1110 210 1110 1110 310 510 1110 references: 1 priority: 822 ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \\_SB_.PCI0.ISA_.LNK8 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.2.0 \\_SB_.PCI0.ISA_.LNK4 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.15.0 \\_SB_.PCI0.ISA_.LNK7 irq 5: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.8.0 \\_SB_.PCI0.ISA_.LNK1 irq 5: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.10.0 \\_SB_.PCI0.ISA_.LNK3 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.11.0 \\_SB_.PCI0.ISA_.LNK2 irq 10: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.19.0 \\_SB_.PCI0.ISA_.LNK2 irq 10: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.12.0 \\_SB_.PCI0.ISA_.LNK3 irq 11: [ 3 4 5 6 7 10 11 12] low,level,sharable 0.12.1 pci0: on pcib0 pci0: physical bus=0 map[10]: type 3, range 32, base f8000000, size 26, enabled map[14]: type 3, range 32, base f4400000, size 12, enabled map[18]: type 4, range 32, base 00008090, size 2, port disabled found-> vendor=0x1002, dev=0xcab0, revid=0x13 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x700f, revid=0x01 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x63 (2970 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base f4014000, size 12, enabled pcib0: matched entry for 0.2.INTA (source \\_SB_.PCI0.ISA_.LNK8) pcib0: slot 2 INTA is routed to irq 11 found-> vendor=0x10b9, dev=0x5237, revid=0x03 bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=11 powerspec 2 supports D0 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 4, range 32, base 00008400, size 8, enabled map[14]: type 1, range 32, base f4015000, size 12, enabled pcib0: matched entry for 0.8.INTA (source \\_SB_.PCI0.ISA_.LNK7) pcib0: slot 8 INTA is routed to irq 5 found-> vendor=0x10b9, dev=0x5451, revid=0x02 bus=0, slot=8, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0xc290, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x18 (6000 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base ffbfe000, size 12, enabled found-> vendor=0x104c, dev=0xac50, revid=0x02 bus=0, slot=10, func=0 class=06-07-00, hdrtype=0x02, mfdev=0 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x20 (960 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 4, range 32, base 00008800, size 8, enabled map[14]: type 1, range 32, base f4017800, size 8, enabled pcib0: matched entry for 0.11.INTA (source \\_SB_.PCI0.ISA_.LNK3) pcib0: slot 11 INTA is routed to irq 11 found-> vendor=0x10ec, dev=0x8139, revid=0x20 bus=0, slot=11, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0013, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base f4000000, size 16, enabled map[14]: type 4, range 32, base 00008098, size 3, enabled pcib0: matched entry for 0.12.INTA (source \\_SB_.PCI0.ISA_.LNK2) pcib0: slot 12 INTA is routed to irq 10 found-> vendor=0x14f1, dev=0x2f00, revid=0x01 bus=0, slot=12, func=0 class=07-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base f4016000, size 12, enabled pcib0: matched entry for 0.15.INTA (source \\_SB_.PCI0.ISA_.LNK4) pcib0: slot 15 INTA is routed to irq 11 found-> vendor=0x10b9, dev=0x5237, revid=0x03 bus=0, slot=15, func=0 class=0c-03-10, hdrtype=0x00, mfdev=0 cmdreg=0x0013, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[20]: type 4, range 32, base 00008080, size 4, enabled found-> vendor=0x10b9, dev=0x5229, revid=0xc4 bus=0, slot=16, func=0 class=01-01-fa, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 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) map[10]: type 1, range 32, base f4017000, size 11, enabled map[14]: type 1, range 32, base f4010000, size 14, enabled pcib0: matched entry for 0.19.INTA (source \\_SB_.PCI0.ISA_.LNK2) pcib0: slot 19 INTA is routed to irq 10 found-> vendor=0x104c, dev=0x8023, revid=0x00 bus=0, slot=19, func=0 class=0c-00-10, hdrtype=0x00, mfdev=0 cmdreg=0x0012, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x9000-0x9fff pcib1: memory decode 0xf4100000-0xf41fffff pcib1: prefetched decode 0xf6000000-0xf7ffffff ---- initial configuration ------------------------ \\_SB_.PCI0.ISA_.LNK2 irq 10: [ 3 4 5 6 7 10 11 12] low,level,sharable 1.5.0 ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \\_SB_.PCI0.ISA_.LNK2 irq 10: [ 3 4 5 6 7 10 11 12] low,level,sharable 1.5.0 pci1: on pcib1 pci1: physical bus=1 map[10]: type 3, range 32, base f6000000, size 25, enabled map[14]: type 4, range 32, base 00009000, size 8, enabled map[18]: type 1, range 32, base f4100000, size 16, enabled pcib1: matched entry for 1.5.INTA (source \\_SB_.PCI0.ISA_.LNK2) pcib1: slot 5 INTA is routed to irq 10 found-> vendor=0x1002, dev=0x4336, revid=0x00 bus=1, slot=5, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0287, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 pci1: at device 5.0 (no driver attached) ohci0: mem 0xf4014000-0xf4014fff irq 11 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered isab0: at device 7.0 on pci0 isa0: on isab0 pcm0: port 0x8400-0x84ff mem 0xf4015000-0xf4015fff irq 5 at device 8.0 on pci0 pcm0: pcm0: Codec features headphone, 6 bit master volume, Analog Devices Phat Stereo pcm0: Primary codec extended features variable rate PCM, reserved 1 pcm0: sndbuf_setmap 21c000, 1000; 0xc2648000 -> 21c000 pcm0: sndbuf_setmap e9da000, 1000; 0xc2646000 -> e9da000 pcm0: sndbuf_setmap 25e000, 1000; 0xc264a000 -> 25e000 pcm0: sndbuf_setmap e978000, 1000; 0xc2664000 -> e978000 pcm0: sndbuf_setmap 276000, 1000; 0xc2662000 -> 276000 cbb0: mem 0xffbfe000-0xffbfefff at device 10.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib0: matched entry for 0.10.INTA (source \\_SB_.PCI0.ISA_.LNK1) pcib0: slot 10 INTA is routed to irq 5 cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0xac50104c 0x02100007 0x06070002 0x00022000 0x10: 0xffbfe000 0x020000a0 0x20000000 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x07400105 0x40: 0x00b00e11 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x40649061 0x00000000 0x00000000 0x01001002 0x90: 0x616482c0 0x00000000 0x00000000 0x00000000 0xa0: 0xfe110001 0x00c00100 0x00000000 0x0000001f 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 re0: port 0x8800-0x88ff mem 0xf4017800-0xf40178ff irq 11 at device 11.0 on pci0 re0: Ethernet address: 00:08:02:d0:21:4e miibus0: on re0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto re0: bpf attached pci0: at device 12.0 (no driver attached) ohci1: mem 0xf4016000-0xf4016fff irq 11 at device 15.0 on pci0 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 4 ports with 4 removable, self powered atapci0: port 0x8080-0x808f at device 16.0 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=0x00 msb=0x00 ata0: reset tp2 mask=03 stat0=50 stat1=00 devices=0x1 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata1-slave: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata1: reset tp2 mask=03 stat0=00 stat1=00 devices=0xc ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] pci0: at device 17.0 (no driver attached) pci0: at device 19.0 (no driver attached) acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0067 atkbd: keyboard ID 0x41ab (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:0067 psm0: found Synaptics Touchpad psm0: irq 12 on atkbdc0 psm0: model Synaptics Touchpad, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:00, syncbits:00 acpi_ec0: port 0x66,0x62 on acpi0 unknown: not probed (disabled) unknown: not probed (disabled) ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0 port 0x778-0x77f,0x378-0x37f irq 7 drq 1 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) sio0: irq maps: 0x1 0x9 0x1 0x1 sio0 port 0x2f8-0x2ff irq 3 drq 3 on acpi0 sio0: type 16550A fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sio: sio0 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: