Re: FreeBSD6, FSC Lifebook E8010, Xorg

"amp" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
>From the test that i have done, there is a conflict between agp and 
acpi_video.
I think that you can only use either one of them.


----- Original Message ----- 
From: "Rainer Duffner" <[email protected]>
To: "amp" <[email protected]>
Cc: <[email protected]>; <[email protected]>
Sent: Wednesday, July 20, 2005 8:19 PM
Subject: Re: FreeBSD6, FSC Lifebook E8010, Xorg


> amp wrote:
>
>> You can try by issuing:
>>
>> shell# kldload agp
>>
>> (check your ttyv0 console or /var/log/messages for some info)
>>
>> If it OK, you can use the agp module by putting *agp_load="YES"* on 
>> /boot/loader.conf
>> or recompile the kernel back by inserting *device agp* on your kernel 
>> configuration.
>>
>>
>
>
> OK,
>
> as I said, I tried both agp in the config-file and in loader.conf - but no 
> change.
>
> As you can see from the following, it doesn't detect my i855 integrated 
> graphics controller, which I assume it should.
>
>
> this is the kernel-configuration:
>
> machine         i386
> cpu             I686_CPU
> ident           LBE
> options         SCHED_4BSD              # 4BSD scheduler
> options         PREEMPTION              # Enable kernel thread preemption
> options         INET                    # InterNETworking
> options         INET6                   # IPv6 communications protocols
> options         FFS                     # Berkeley Fast Filesystem
> options         SOFTUPDATES             # Enable FFS soft updates support
> options         UFS_ACL                 # Support for access control lists
> options         UFS_DIRHASH             # Improve performance on big 
> directoriesoptions         MD_ROOT                 # MD is a potential 
> root device
> options         NFSCLIENT               # Network Filesystem Client
> options         NFSSERVER               # Network Filesystem Server
> options         NFS_ROOT                # NFS usable as /, requires 
> NFSCLIENT
> options         MSDOSFS                 # MSDOS Filesystem
> options         CD9660                  # ISO 9660 Filesystem
> options         PROCFS                  # Process filesystem (requires 
> PSEUDOFS)options         PSEUDOFS                # Pseudo-filesystem 
> framework
> options         GEOM_GPT                # GUID Partition Tables.
> options         COMPAT_43               # Compatible with BSD 4.3 [KEEP 
> THIS!]
> options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
> options         SCSI_DELAY=5000         # Delay (in ms) before probing 
> SCSI
> options         KTRACE                  # ktrace(1) support
> options         SYSVSHM                 # SYSV-style shared memory
> options         SYSVMSG                 # SYSV-style message queues
> options         SYSVSEM                 # SYSV-style semaphores
> options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
> extensions
> options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
> options         AHC_REG_PRETTY_PRINT    # Print register bitfields in 
> debug
>                                        # output.  Adds ~128k to driver.
> options         AHD_REG_PRETTY_PRINT    # Print register bitfields in 
> debug
>                                        # output.  Adds ~215k to driver.
> options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
> device          isa
> device          pci
> device          fdc
> device          ata
> device          atadisk         # ATA disk drives
> device          ataraid         # ATA RAID drives
> device          atapicd         # ATAPI CDROM drives
> device          atapifd         # ATAPI floppy drives
> device          atapist         # ATAPI tape drives
> options         ATA_STATIC_ID   # Static device numbering
> device          atapicam
> device          scbus           # SCSI bus (required for SCSI)
> device          ch              # SCSI media changers
> device          da              # Direct Access (disks)
> device          sa              # Sequential Access (tape etc)
> device          cd              # CD
> device          pass            # Passthrough device (direct SCSI access)
> device          ses             # SCSI Environmental Services (and SAF-TE)
> device          atkbdc          # AT keyboard controller
> device          atkbd           # AT keyboard
> device          psm             # PS/2 mouse
> device          vga             # VGA video card driver
> device          splash          # Splash screen and screen saver support
> device          sc
> device          npx
> device          pmtimer
> device          cbb             # cardbus (yenta) bridge
> device          pccard          # PC Card (16-bit) bus
> device          cardbus         # CardBus (32-bit) bus
> device          sio             # 8250, 16[45]50 based serial ports
> device          ppc
> device          ppbus           # Parallel port bus (required)
> device          lpt             # Printer
> device          miibus          # MII bus support
> device          bge             # Broadcom BCM570xx Gigabit Ethernet
> device          wlan            # 802.11 support
> device          an              # Aironet 4500/4800 802.11 wireless NICs.
> device          awi             # BayStack 660 and others
> device          ral             # Ralink Technology RT2500 wireless NICs.
> device          wi              # WaveLAN/Intersil/Symbol 802.11 wireless 
> NICs.
> device          iwi
> device          loop            # Network loopback
> device          mem             # Memory and kernel memory devices
> device          io              # I/O device
> device          random          # Entropy device
> device          ether           # Ethernet support
> device          tun             # Packet tunnel.
> device          pty             # Pseudo-ttys (telnet etc)
> device          md              # Memory "disks"
> device          gif             # IPv6 and IPv4 tunneling
> device          faith           # IPv6-to-IPv4 relaying (translation)
> device          bpf             # Berkeley packet filter
> device          uhci            # UHCI PCI->USB interface
> device          ohci            # OHCI PCI->USB interface
> device          ehci            # EHCI PCI->USB interface (USB 2.0)
> device          usb             # USB Bus (required)
> device          ugen            # Generic
> device          uhid            # "Human Interface Devices"
> device          ukbd            # Keyboard
> device          ulpt            # Printer
> device          umass           # Disks/Mass storage - Requires scbus and 
> da
> device          ums             # Mouse
> device          ural            # Ralink Technology RT2500USB wireless 
> NICs
> device          urio            # Diamond Rio 500 MP3 player
> device          uscanner        # Scanners
> device          firewire        # FireWire bus code
> device          sbp             # SCSI over FireWire (Requires scbus and 
> da)
>
>
> That's my loader.conf:
> lbe# cat /boot/loader.conf
> agp_load="YES"
> snd_ich_load="YES"
> acpi_fujitsu_load="YES"
> cpufreq_load="YES"
> acpi_video_load="YES"
> smbus_load="YES"
> iicsmb_load="YES"
> bktr_load="YES"
>
>
> That's what I get from a dmesg:
>
> Copyright (c) 1992-2005 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 6.0-BETA1 #2: Wed Jul 20 13:49:44 CEST 2005
>    [email protected]:/usr/obj/usr/src/sys/LBE
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: Intel(R) Pentium(R) M processor 1.60GHz (1600.06-MHz 686-class CPU)
>  Origin = "GenuineIntel"  Id = 0x6d6  Stepping = 6
> 
> Features=0xafe9f9bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
>  Features2=0x180<EST,TM2>
> real memory  = 527368192 (502 MB)
> avail memory = 506732544 (483 MB)
> bktr_mem: memory holder loaded
> npx0: [FAST]
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> acpi0: <FUJ FJNB185> on motherboard
> acpi0: Power Button (fixed)
> pci_link0: <ACPI PCI Link LNKA> irq 11 on acpi0
> pci_link1: <ACPI PCI Link LNKB> irq 11 on acpi0
> pci_link2: <ACPI PCI Link LNKC> irq 11 on acpi0
> pci_link3: <ACPI PCI Link LNKD> irq 11 on acpi0
> pci_link4: <ACPI PCI Link LNKE> irq 11 on acpi0
> pci_link5: <ACPI PCI Link LNKF> irq 11 on acpi0
> pci_link6: <ACPI PCI Link LNKG> irq 0 on acpi0
> pci_link7: <ACPI PCI Link LNKH> irq 11 on acpi0
> Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0xfc08-0xfc0b on acpi0
> cpu0: <ACPI CPU> on acpi0
> est0: <Enhanced SpeedStep Frequency Control> on cpu0
> p4tcc0: <CPU Frequency Thermal Control> on cpu0
> pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
> pci0: <ACPI PCI bus> on pcib0
> pci0: <base peripheral> at device 0.1 (no driver attached)
> pci0: <base peripheral> at device 0.3 (no driver attached)
> acpi_video0: <ACPI video extension> port 0x1800-0x1807 mem 
> 0xd8000000-0xdfffffff,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0
> pci0: <display> at device 2.1 (no driver attached)
> uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1820-0x183f irq 
> 11 at device 29.0 on pci0
> uhci0: [GIANT-LOCKED]
> usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0
> usb0: USB revision 1.0
> uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0x1840-0x185f irq 
> 11 at device 29.1 on pci0
> uhci1: [GIANT-LOCKED]
> usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
> usb1: USB revision 1.0
> uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub1: 2 ports with 2 removable, self powered
> uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0x1860-0x187f irq 
> 11 at device 29.2 on pci0
> uhci2: [GIANT-LOCKED]
> usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2
> usb2: USB revision 1.0
> uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub2: 2 ports with 2 removable, self powered
> ehci0: <Intel 82801DB/DBL/DBM (ICH4) USB 2.0 controller> mem 
> 0xd0100000-0xd01003ff irq 11 at device 29.7 on pci0
> ehci0: [GIANT-LOCKED]
> usb3: EHCI version 1.0
> usb3: companion controllers, 2 ports each: usb0 usb1 usb2
> usb3: <Intel 82801DB/DBL/DBM (ICH4) USB 2.0 controller> on ehci0
> usb3: USB revision 2.0
> uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
> uhub3: 6 ports with 6 removable, self powered
> pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
> pci1: <ACPI PCI bus> on pcib1
> cbb0: <PCI-CardBus Bridge> irq 11 at device 10.0 on pci1
> cardbus0: <CardBus bus> on cbb0
> pccard0: <16-bit PCCard bus> on cbb0
> cbb1: <PCI-CardBus Bridge> irq 11 at device 10.1 on pci1
> cardbus1: <CardBus bus> on cbb1
> pccard1: <16-bit PCCard bus> on cbb1
> pci1: <base peripheral> at device 10.2 (no driver attached)
> cbb2: <PCI-CardBus Bridge> at device 10.3 on pci1
> cardbus2: <CardBus bus> on cbb2
> pccard2: <16-bit PCCard bus> on cbb2
> bge0: <Broadcom BCM5705M Gigabit Ethernet, ASIC rev. 0x3003> mem 
> 0xd0200000-0xd020ffff irq 11 at device 12.0 on pci1
> miibus0: <MII bus> on bge0
> brgphy0: <BCM5705 10/100/1000baseTX PHY> on miibus0
> brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
> 1000baseTX-FDX, auto
> bge0: Ethernet address: 00:0b:5d:4c:4e:b9
> iwi0: <Intel(R) PRO/Wireless 2200BG> mem 0xd0215000-0xd0215fff irq 11 at 
> device 13.0 on pci1
> iwi0: Ethernet address: 00:0e:35:28:4e:18
> fwohci0: <Texas Instruments TSB43AB21/A/AI/A-EP> mem 
> 0xd0216000-0xd02167ff,0xd0210000-0xd0213fff irq 11 at device 14.0 on pci1
> fwohci0: OHCI version 1.10 (ROM=0)
> fwohci0: No. of Isochronous channels is 4.
> fwohci0: EUI64 00:00:0e:10:02:90:a7:76
> fwohci0: Phy 1394a available S400, 1 ports.
> fwohci0: Link S400, max_rec 2048 bytes.
> firewire0: <IEEE1394(FireWire) bus> on fwohci0
> sbp0: <SBP-2/SCSI over FireWire> on firewire0
> fwohci0: Initiate bus reset
> fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
> firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
> firewire0: bus manager 0 (me)
> isab0: <PCI-ISA bridge> at device 31.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <Intel ICH4 UDMA100 controller> port 
> 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.1 on pci0
> ata0: <ATA channel 0> on atapci0
> ata1: <ATA channel 1> on atapci0
> pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
> pcm0: <Intel ICH4 (82801DB)> port 0x1c00-0x1cff,0x18c0-0x18ff mem 
> 0xd0100c00-0xd0100dff,0xd0100800-0xd01008ff irq 11 at device 31.5 on pci0
> pcm0: [GIANT-LOCKED]
> pcm0: <Unknown AC97 Codec (id = 0x414c4770)>
> pci0: <simple comms, generic modem> at device 31.6 (no driver attached)
> acpi_button0: <Power Button> on acpi0
> acpi_lid0: <Control Method Lid Switch> on acpi0
> acpi_acad0: <AC Adapter> on acpi0
> acpi_cmbat0: <Control Method Battery> on acpi0
> acpi_cmbat1: <Control Method Battery> on acpi0
> atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
> atkbd0: <AT Keyboard> irq 1 on atkbdc0
> kbd0 at atkbd0
> atkbd0: [GIANT-LOCKED]
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: [GIANT-LOCKED]
> psm0: model Generic PS/2 mouse, device ID 0
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on 
> acpi0
> sio0: type 16550A
> sio1 port 0x2e8-0x2ef,0x400-0x43f irq 3 drq 3 on acpi0
> sio1: type 16550A
> ppc0: <Standard parallel printer port> port 0x378-0x37f,0x778-0x77b irq 7 
> on acpi0
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> ppbus0: <Parallel port bus> on ppc0
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> acpi_fujitsu0: <Fujitsu Function Buttons> on acpi0
> acpi_fujitsu0: Couldn't query volume level
> acpi_fujitsu0: Couldn't init button states
> acpi_fujitsu0: Couldn't initialize button states!
> pmtimer0 on isa0
> orm0: <ISA Option ROM> at iomem 0xdc000-0xdffff on isa0
> sc0: <System console> at flags 0x100 on isa0
> sc0: VGA <16 virtual consoles, flags=0x300>
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> Timecounter "TSC" frequency 1600062995 Hz quality 800
> Timecounters tick every 1.000 msec
> ad0: 38154MB <Seagate ST94019A 3.05> at ata0-master UDMA100
> acd0: CDRW <TOSHIBA DVD-ROM SD-R2512/1F20> at ata1-master UDMA33
> ATA PseudoRAID loaded
> cd0 at ata1 bus 0 target 0 lun 0
> cd0: <TOSHIBA DVD-ROM SD-R2512 1F20> Removable CD-ROM SCSI-0 device
> cd0: 33.000MB/s transfers
> cd0: Attempt to query device size failed: NOT READY, Medium not present
> Trying to mount root from ufs:/dev/ad0s1a
> acpi_fujitsu0: Couldn't query method
> acpi_fujitsu0: Couldn't query method
> acpi_fujitsu0: Couldn't query method
> acpi_fujitsu0: Couldn't query method
>
>
> And that's what pciconf -lv says:
> hostb0@pci0:0:0:        class=0x060000 card=0x11d510cf chip=0x35808086 
> rev=0x02 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Host-Hub Interface 
> Bridge'    class    = bridge
>    subclass = HOST-PCI
> none0@pci0:0:1: class=0x088000 card=0x11d510cf chip=0x35848086 rev=0x02 
> hdr=0x00    vendor   = 'Intel Corporation'
>    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara System Memory 
> Controller'
>    class    = base peripheral
> none1@pci0:0:3: class=0x088000 card=0x11d510cf chip=0x35858086 rev=0x02 
> hdr=0x00    vendor   = 'Intel Corporation'
>    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Configuration 
> Process'
>    class    = base peripheral
> acpi_video0@pci0:2:0:   class=0x030000 card=0x128110cf chip=0x35828086 
> rev=0x02 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics 
> Device'
>    class    = display
>    subclass = VGA
> none2@pci0:2:1: class=0x038000 card=0x128110cf chip=0x35828086 rev=0x02 
> hdr=0x00    vendor   = 'Intel Corporation'
>    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics 
> Device'
>    class    = display
> uhci0@pci0:29:0:        class=0x0c0300 card=0x11ab10cf chip=0x24c28086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller 
> #1'
>    class    = serial bus
>    subclass = USB
> uhci1@pci0:29:1:        class=0x0c0300 card=0x11ab10cf chip=0x24c48086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller 
> #2'
>    class    = serial bus
>    subclass = USB
> uhci2@pci0:29:2:        class=0x0c0300 card=0x11ab10cf chip=0x24c78086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller 
> #3'
>    class    = serial bus
>    subclass = USB
> ehci0@pci0:29:7:        class=0x0c0320 card=0x11ab10cf chip=0x24cd8086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI 
> Controller'
>    class    = serial bus
>    subclass = USB
> pcib1@pci0:30:0:        class=0x060400 card=0x00000000 chip=0x24488086 
> rev=0x83 hdr=0x01
>    vendor   = 'Intel Corporation'
>    device   = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI 
> Bridge'
>    class    = bridge
>    subclass = PCI-PCI
> isab0@pci0:31:0:        class=0x060100 card=0x00000000 chip=0x24cc8086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DBM (ICH4-M) LPC Interface Bridge'
>    class    = bridge
>    subclass = PCI-ISA
> atapci0@pci0:31:1:      class=0x01018a card=0x11ab10cf chip=0x24ca8086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DBM (ICH4-M) UltraATA/100 EIDE Controller'
>    class    = mass storage
>    subclass = ATA
> none3@pci0:31:3:        class=0x0c0500 card=0x11ab10cf chip=0x24c38086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller'
>    class    = serial bus
>    subclass = SMBus
> pcm0@pci0:31:5: class=0x040100 card=0x127d10cf chip=0x24c58086 rev=0x03 
> hdr=0x00    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio 
> Controller'
>    class    = multimedia
>    subclass = audio
> none4@pci0:31:6:        class=0x070300 card=0x10d110cf chip=0x24c68086 
> rev=0x03 hdr=0x00
>    vendor   = 'Intel Corporation'
>    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem 
> Controller'
>    class    = simple comms
>    subclass = generic modem
> cbb0@pci1:10:0: class=0x060700 card=0x11c410cf chip=0x72231217 rev=0x00 
> hdr=0x02    vendor   = 'O2 Micro Inc'
>    device   = 'OZ711M3 SmartCardBus MultiMediaBay Controller'
>    class    = bridge
>    subclass = PCI-CardBus
> cbb1@pci1:10:1: class=0x060700 card=0x11c410cf chip=0x72231217 rev=0x00 
> hdr=0x02    vendor   = 'O2 Micro Inc'
>    device   = 'OZ711M3 SmartCardBus MultiMediaBay Controller'
>    class    = bridge
>    subclass = PCI-CardBus
> none5@pci1:10:2:        class=0x088000 card=0x11c410cf chip=0x71101217 
> rev=0x00 hdr=0x00
>    vendor   = 'O2 Micro Inc'
>    device   = 'OZ711Mx MemoryCardBus Accelerator'
>    class    = base peripheral
> cbb2@pci1:10:3: class=0x060700 card=0x11c410cf chip=0x72231217 rev=0x00 
> hdr=0x02    vendor   = 'O2 Micro Inc'
>    device   = 'OZ711M3 SmartCardBus MultiMediaBay Controller'
>    class    = bridge
>    subclass = PCI-CardBus
> bge0@pci1:12:0: class=0x020000 card=0x127910cf chip=0x165e14e4 rev=0x03 
> hdr=0x00    vendor   = 'Broadcom Corporation'
>    device   = 'BCM5705MA2 NetXtreme Gigabit Ethernet'
>    class    = network
>    subclass = ethernet
> iwi0@pci1:13:0: class=0x028000 card=0x27028086 chip=0x42208086 rev=0x05 
> hdr=0x00    vendor   = 'Intel Corporation'
>    device   = 'PRO/Wireless 2200BG Network Connection'
>    class    = network
> fwohci0@pci1:14:0:      class=0x0c0010 card=0x116210cf chip=0x8026104c 
> rev=0x00 hdr=0x00
>    vendor   = 'Texas Instruments (TI)'
>    device   = 'TSB43AB21 1394a-2000 OHCI PHY/link-layer Controller'
>    class    = serial bus
>    subclass = FireWire
> 

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.