Date: Sun, 13 Apr 2008 16:45:25 -0500 From: Novembre <novembre@gmail.com> To: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: agp and vr problems in 7.0-RELEASE Message-ID: <3b47caa90804131445u8a73b1i8645d6399df905ba@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, I have upgraded my home desktop (1.4GHz P-IIIS) machine from 6.2-RELEASE-p9 to 7.0-RELEASE some time ago. When comparing the two dmesg outputs from 6.2 and 7.0, I realized that some things aren't the same anymore. (1) probing agp gives the following messages ---------- 6.2-RELEASE-p9: pci0: <ACPI PCI bus> on pcib0 agp0: <VIA 862x (CLE266) host to PCI bridge> mem 0xe0000000-0xe0ffffff at device 0.0 on pci0 pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib1 pci1: <display, VGA> at device 0.0 (no driver attached) 7.0-RELEASE: pci0: <ACPI PCI bus> on pcib0 agp0: <VIA 862x (CLE266) host to PCI bridge> on hostb0 agp0: Invalid aperture setting 0x0agp0: Invalid aperture setting 0x0agp0: bad aperture size agp0: Invalid aperture setting 0x0agp0: Invalid aperture size (0Mb) device_attach: agp0 attach returned 12 pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib1 vgapci0: <VGA-compatible display> mem 0xd8000000-0xdbffffff,0xde000000-0xdeffffff at device 0.0 on pci1 ---------- So what are the errors "agp0: Invalid aperture setting 0x0" and "agp0: bad aperture size (0Mb)" and "device_attach: agp0 attach returned 12" that I see in 7.0-RELEASE? I assume that agp driver is not attached, so there's something wrong with its implementation in 7.0, right? (2) probing vr gives the following messages ---------- 6.2-RELEASE-p9: vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xdc00-0xdcff mem 0xdfffde00-0xdfffdeff irq 23 at device 18.0 on pci0 miibus0: <MII bus> on vr0 ukphy0: <Generic IEEE 802.3u media interface> on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:11:5b:1c:25:e2 7.0-RELEASE: vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xdc00-0xdcff mem 0xdfffde00-0xdfffdeff irq 23 at device 18.0 on pci0 vr0: Quirks: 0x0 miibus0: <MII bus> on vr0 ukphy0: <Generic IEEE 802.3u media interface> PHY 1 on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: using obsoleted if_watchdog interface vr0: Ethernet address: 00:11:5b:1c:25:e2 vr0: [ITHREAD] ---------- What are the new "vr0: Quirks: 0x0" and "vr0: using obsoleted if_watchdog interface" messages in 7.0-RELEASE? Are they to be ignored? I have uploaded the complete dmesg's to 6.2-RELEASE dmesg : http://pastebin.com/f12c0ff27 7.0-RELEASE dmesg : http://pastebin.com/f3e6809c6 Thanks a lot :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3b47caa90804131445u8a73b1i8645d6399df905ba>