Displaying 2 results from an estimated 2 matches for "169212".
Did you mean:
169,12
2006 Nov 19
1
debian etch problems with networking and pciback.hide
Hi List,
please excuse that this post is again about networking with XEN.
Even though I googled and checked other posts for some days now I did not
manage to get my installation working.
Following some advises I used the late binding of pci.
So I created a /etc/modprobe.de/local and added:
options pciback hide=(03:00.0)(04:00.0)
install e1000 /sbin/modprobe pciback ;
/sbin/modprobe
2009 Jul 17
9
[LLVMdev] speed and code size issues
...bwi.o
-rw-r--r-- 1 jsg wsrc 100K Jul 18 02:24 aic79xx.o
-rw-r--r-- 1 jsg wsrc 124K Jul 18 02:32 pci_subr.o
-rw-r--r-- 1 jsg wsrc 350K Jul 18 02:32 isp_pci.o
-rwxr-xr-x 1 jsg wsrc 6.9M Jul 18 02:38 bsd
=========================
gcc 4.2.4
text data bss dec hex
6373332 169212 1051044 7593588 73de74
17m49.36s real 16m44.82s user 1m15.59s system
-rw-r--r-- 1 jsg wsrc 98.6K Jul 18 02:00 aic79xx.o
-rw-r--r-- 1 jsg wsrc 99.3K Jul 18 02:02 bwi.o
-rw-r--r-- 1 jsg wsrc 124K Jul 18 02:09 pci_subr.o
-rw-r--r-- 1 jsg wsrc 351K Jul 18 02:10 isp_pci.o
-rwxr...