Displaying 4 results from an estimated 4 matches for "device_printf".
2007 Jun 08
2
Can't get if_txp(4) to attach to a 3CR990B-TXM NIC
Good morning,
I'm having a bit of an issue getting a 3CR990B-TXM NIC detected and
usable. Just wondering if anyone knows of any issues with this NIC
chipset and/or with the motherboard chipset.
The motherboard is a Biostar GeForce 6100 AM2 using an nVidia nForce 410
chipset and nVidia GeForce 6100 vide chipset.
I've tried FreeBSD 6.1, 6.2, 6-STABLE (from Wed), and 7-CURRENT (from
2008 Jun 04
0
7-STABLE and Intel G33
...driver and the drm and
dri drivers seem to initialize OK.
Grepping through the source, this error seems to originate in
/usr/src/sys/pci/agp_i810.c;
if ( sc->chiptype != CHIP_I810 ) {
if ( (offset >> AGP_PAGE_SHIFT) < sc->stolen ) {
device_printf(dev, "trying to bind into stolen memory");
return EINVAL;
}
[disclaimer: I'm not a software engineer by education or trade, just a
mechanical engineer who likes to tinker with computers and software]
I've been reading the agp code, the in...
2013 Feb 04
2
re(4) problems with GA-H77N-WIFI
Hello,
I need some advice how to debug this issue ...
Recently I got a new mainboard for a router, it's a
Gigabyte GA-H77N-WIFI with two onboard re(4) NICs.
The problem is that re0 works fine and re1 doesn't:
It doesn't receive any packets. Tcpdump displays all
outgoing packets, but no incoming ones on re1.
Ifconfig shows the link correctly (100 or 1000 Mbit,
depending on where I
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed