(kinda') one-line summary: In the above configuration the disk is completely unusable, * but one doesn't find out that untill the first unclean shut-down or when hittng some free space limit * Wish-list: - <personal> get some sleep </personal> - <scream> help </scream> - as holidays are close and I need more space, a responsable suggestion from some one that has a clue, either to do somethig or to try chage it with another model and get on with my dailly work. Will do: - tests rerequired - aply paches, etc - provide login on the machine (for commiters and known people) If one wants to contact me directly he can do it also on yahoo msg (id: itetcu) begining with approx. 10.30 EEST (GMT+2) TOC: 1. Long description 2. Short background info (HW description and related threads) 3. Tests I've made with 5.1 4. Tests I've made with 5.2 5. Tests I've made with winXP-SP1 6. Tests I've made with 5.1 + fat32 partitions on ad0 7. 5.1R-p11 boot -v with ACPI 8. 5.1R-p11 boot -v w/out ACPI 9. 5.2RC1 boot -v with ACPI 10. 5.2RC1 boot -v w/out ACPI 11. /etc/make.conf of 5.1 12. kernel config of 5.1 99. Nervous breakdown 1. Long description Installing completes without any problem, the system comes up ok, fsck -p reports ok for all partitions, but a "full" fsck will find spitt out things like: cannot alloc 4216257920 bytes for inoinfo UNEXPECTED SOFT UPDATE INCONSISTENCY UNKNOWN FILE TYPE I=47104 UNEXPECTED SOFT UPDATE INCONSISTENCY fsck_4.2bsd: bad inode number 376832 to nextinode or better yet: fsck: /dev/ad0s3g: Segmentation fault If not seg-fault-ing and run with -y it will nicely wipe out almost everything. 2. Background info: Identical behavior with 5.1R-p11. Had worked ok on a VIA 8235 southbridge. Is working ok under winXP-SP1. Motherboard: http://tw.giga-byte.com/MotherBoard/Products/Products_Spec_GA-7VT600-L.htm HDD: http://www.seagate.com/support/disc/specs/ata/st3120023a.html ad0: 114472MB <ST3120023A> [232578/16/63] at ata0-master PIO4 On ad3 I have the 5.1 system. ad3: 38166MB <ST340016A> [77545/16/63] at ata1-slave PIO4 My message : > To: freebsd-questions_at_freebsd.org > Subject: 5.x and Seagate Barracuda ATA V 120G (ST3120023A) success stories ? > Date: Tue, 16 Dec 2003 19:56:58 +0200 has no replies until now. The hole history includes also the first time the problem manifested (I assumed it was something else at the time): http://docs.freebsd.org/cgi/mid.cgi?1068125766.3faa4e46688ee 3. Tests I've made with 5.1 Some of them (not exactly test at that time) discussed in: http://docs.freebsd.org/cgi/mid.cgi?20031208181611.1a358bb5.itetcu and and got some replies from Doug White on that; the thread: http://www.freebsd.org/cgi/mid.cgi?db=irt&id=20031208181611.1a358bb5.itetcu%40apropo.ro - repeated everything with tar in place of dump. 4. Tests I've made with 5.2 Repeated installs, with combinations of: soft-updates on/off, UFS2, UFS1, different slice (s1 - type 6 s2 - type 165 and viceversa, fully dedicated disc, different partitions sizes, etc.). on fsck from both 5.1 and 5.2 everything is trashed. Interesting things: I've installed, rebooted, fsck -y with all errors corrected, rebooted, installed again with newfs set to N(o) in sysinstall -> same problem. [update - today] I've installed 5.2 on ad0s4 with auto options from sysinstall. This time it does not event boot (e.g. not passing the EasyBoot selection if I choose F4, but instead promting to Remove disk or other media. Press any key to restart). Interesting thing: it>/home/itetcu# fsck -n /dev/ad0s4a ** /dev/ad0s4a (NO WRITE) ** Last Mounted on /mnt ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 904 files, 32744 used, 94095 free (1279 frags, 11602 blocks, 1.0% fragmentation) it>/home/itetcu# fsck -n /dev/ad0s4d ** /dev/ad0s4d (NO WRITE) ** Last Mounted on /mnt/var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 66 files, 125 used, 126714 free (50 frags, 15833 blocks, 0.0% fragmentation) it>/home/itetcu# fsck -n /dev/ad0s4e ** /dev/ad0s4e (NO WRITE) ** Last Mounted on /mnt/tmp ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 2 files, 2 used, 126837 free (21 frags, 15852 blocks, 0.0% fragmentation) it>/home/itetcu# fsck -n /dev/ad0s4f ** /dev/ad0s4f (NO WRITE) ** Last Mounted on /mnt/usr ** Phase 1 - Check Blocks and Sizes UNKNOWN FILE TYPE I=353280 UNEXPECTED SOFT UPDATE INCONSISTENCY CLEAR? no UNKNOWN FILE TYPE I=353281 UNEXPECTED SOFT UPDATE INCONSISTENCY .... UNKNOWN FILE TYPE I=376830 UNEXPECTED SOFT UPDATE INCONSISTENCY CLEAR? no UNKNOWN FILE TYPE I=376831 UNEXPECTED SOFT UPDATE INCONSISTENCY CLEAR? no fsck_4.2bsd: bad inode number 376832 to nextinode 5. Tests I've made with winXP-SP1 - Used sysinstall's fdisk to make 4 sysid 12 (0x0c),(DOS or Windows 95 with 32 bit FAT (LBA)) slices. - formated the first slice fat32 from winXP-SP1 cdrom - installed winXP-SP1 - formatted the rest 3 slices also fat32 - downloaded 5.2-RC1-i386-disc2.iso from windows - verified the md5 sum - batch copied it on the 3 non-system slices with something like: for /L %i in (1,1,100) do copy "C:\Documents and Settings\IOnut\My Documents\5.2-RC1-i386-disc2.iso" %i\5.iso - verified copied files with: for /L %i in (1,3,100) do fc /B "C:\Documents and Settings\IOnut\My Document s\5.2-RC1-i386-disc2.iso" %i\5.iso >> "C:\fc.txt" for /L %i in (2,3,100) do comp "C:\Documents and Settings\IOnut\My Document s\5.2-RC1-i386-disc2.iso" %i\5.iso >> "C:\comp.txt" [BTW does someone know what is the difference between fc.exe and comp.exe ?] for /L %i in (1,5,100) do md5sum.exe %i\5.iso >> "C:\md5.txt" The hole thing meant about 3 days of continuous disk activity (without counting 3 reboots per day in BSD of approx 1h each to do some work). ** ALL test passed OK. ** 6. Tests I've made with 5.1 + fat32 partitions on ad0 [reboot in FreeBSD 5.1 on ad3] [yesterday] it>/mnt# mount -t msdos -r /dev/ad0s4 /tmp/mnt msdosfs: /dev/ad0s4: Invalid argument it>/mnt# mount -t msdosfs -r /dev/ad0s3 /tmp/mnt msdosfs: /dev/ad0s3: Invalid argument it>/mnt# ll /dev/ad0* crw-r----- 1 root operator 4, 10 Dec 17 11:59 /dev/ad0 crw-r----- 1 root operator 4, 11 Dec 17 11:59 /dev/ad0s1 crw-r----- 1 root operator 4, 12 Dec 17 11:59 /dev/ad0s2 crw-r----- 1 root operator 4, 13 Dec 17 11:59 /dev/ad0s3 crw-r----- 1 root operator 4, 14 Dec 17 11:59 /dev/ad0s4 fsck_msdosfs -n /dev/ad0s1 ** /dev/ad0s1 backup doesn't compare to primary bootblock fsck_msdosfs -n /dev/ad0s2 ** /dev/ad0s2 ** Phase 1 - Read and Compare FATs ** Phase 2 - Check Cluster Chains ** Phase 3 - Checking Directories /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP32/fõL}ët.ó starts with cluster out of range(698646733) Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP32/ starts with cluster out of range(2265416098) Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP32/~5ª~¹kÞ.¸/ starts with cluster out of range(2139555140) Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP32/×,ð°Ù.F starts with cluster out of range(1704288448) Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP32/KÜöÁQ¦.À starts with cluster out of range(948028312) Truncate? no ..... Extend? no Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP25 has entries after end of directory Extend? no Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP25 has entries after end of directory Extend? no Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP25/_ýß¹ºvÞo.àÇZ starts with cluster out of range(2733223372) Truncate? no /System Volume Information/_restore{0D98B93D-F1D0-49DF-9246-F5D4B0D61E5D}/RP25 has entries after end of directory Extend? no Truncate? no ** Phase 4 - Checking for Lost Files Lost cluster chain at cluster 1769475 1 Cluster(s) lost Reconnect? no Clear? no Lost cluster chain at cluster 1769477 1 Cluster(s) lost Reconnect? no Clear? no Lost cluster chain at cluster 1769478 1 Cluster(s) lost Reconnect? no Clear? no Lost cluster chain at cluster 1769480 1 Cluster(s) lost Reconnect? no Clear? no Next free cluster in FSInfo block (9) not free fix? no 1144 files, 4128352 free (258022 clusters) fsck_msdosfs -n /dev/ad0s3 ** /dev/ad0s3 Invalid signature in boot block: 3ae2 fsck_msdosfs -n /dev/ad0s4 ** /dev/ad0s4 Invalid signature in boot block: 0000 [today] Same fsck results. it>/mnt# mount -t msdos -r /dev/ad0s4 /tmp/mnt msdosfs: /dev/ad0s4: Invalid argument it>/mnt# mount -t msdosfs -r /dev/ad0s3 /tmp/mnt msdosfs: /dev/ad0s3: Invalid argument it>/mnt# mount -t msdosfs -r /dev/ad0s2 /mnt it>/mnt# WOW it works !!! And this also it>/mnt# mount -t msdosfs -r /dev/ad0s1 /tmp/mnt MD5 (5.2-RC1-i386-disc2.iso) = 1415a8cad5e0a0841becc18beebb9880 # for i in `ls -1 | egrep '^[0-9]'` > do md5 $i/5.iso > done MD5 (1/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (10/5.iso) = d97e129d9b2a05f8c1177acb7eb83d25 MD5 (100/5.iso) = d74e85e4d6b66bab3176b801e5370886 MD5 (11/5.iso) = 93bc8d3eb50eb469b7ae814f82ff471b MD5 (12/5.iso) = d64ac2a7c083191429804f07cde564da MD5 (13/5.iso) = 5f3c576bc0ebe6212eb2864b024ec174 MD5 (14/5.iso) = cbbb0b609d75e9a807367386d1903c19 MD5 (15/5.iso) = 0389c58e839b143d3a32c93846b7bbe7 MD5 (16/5.iso) = b35809e2a2cb6ae92237a891e7edbcc8 MD5 (17/5.iso) = fe2a7270eddfecd8d74027ba73dfe97d MD5 (18/5.iso) = 888b19b4555b694e9f027d4024699354 MD5 (19/5.iso) = ec12e320f76dbd4e80928e1d9f798652 MD5 (2/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (20/5.iso) = 8e5eaf7a1249e28d8ffd1d6b8e8d1397 MD5 (21/5.iso) = a69591eeab9275b964251a5cda0d6d7b MD5 (22/5.iso) = 069fdac50240b07915e110585bc08e12 MD5 (23/5.iso) = 15716257238285a3b84dd41badbe341b MD5 (24/5.iso) = 4b3f13202445feff31d42bd0109610dd MD5 (25/5.iso) = 2b1ebb14ee9b8c4974adcf1c5db7b2c7 MD5 (26/5.iso) = 88d299a575ecb8aa2c023379dfb397a5 MD5 (27/5.iso) = e388ee9a75ce2b45529ee3628653ae7d MD5 (28/5.iso) = be4c85eb7e234c37e88c28668bafe242 MD5 (29/5.iso) = aa8699b787f712490c67a504bb519436 MD5 (3/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (30/5.iso) = 418c6fda35fda2bdb85a027729615051 MD5 (31/5.iso) = 6d0d434bfc585ef8d260c4522094d904 ^C Hmm, it seems that 1,2,3 are ok; lets see: # for I in `ls -1f` > do md5 $I/5.iso > done MD5 (1/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (2/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (3/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (4/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (5/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (6/5.iso) = d8733c4b1bb9d52c332016457e1ee7f2 MD5 (7/5.iso) = 3b20e531a28803d25a3d394222aca01c MD5 (8/5.iso) = 4dfdccc3fbc62f056e2bc8d1a7b9430f MD5 (9/5.iso) = 4d0553ef65eb17335f2f3cd697bd0074 MD5 (10/5.iso) = d97e129d9b2a05f8c1177acb7eb83d25 ^C Again: # for I in `ls | egrep '^1$|^2$|^3$|^4$|^5$|^6$|^7$|^8$|^9$|^10$` > do md5 $I/5.iso > done MD5 (1/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (10/5.iso) = d97e129d9b2a05f8c1177acb7eb83d25 MD5 (2/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (3/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (4/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (5/5.iso) = 1415a8cad5e0a0841becc18beebb9880 MD5 (6/5.iso) = d8733c4b1bb9d52c332016457e1ee7f2 MD5 (7/5.iso) = 3b20e531a28803d25a3d394222aca01c MD5 (8/5.iso) = 4dfdccc3fbc62f056e2bc8d1a7b9430f MD5 (9/5.iso) = 4d0553ef65eb17335f2f3cd697bd0074 At least it seems to be always the same. It also seems that only mounting readonly breaks something it>/home/itetcu# mount -r -t msdosfs /dev/ad0s2 /mnt it>/home/itetcu# ll /mnt ... it>umount /mnt [update ;-/] Somehow ad0s2 got trashed (corupted from windows point of view), either by the above or by the installing of 5.2 on ad0s4. I've rebooted in XP, format, copy the iso and check it. now: #mount -r -t msdosfs /dev/ad0s2 /mnt # ll /mnt | tail -r-xr-xr-x 1 root wheel arch 52708912 Jan 22 2018 91* -rwxr-xr-x 1 root wheel arch 271089474 Jul 5 2008 92* -rwxr-xr-x 1 root wheel - 1181505869 Feb 15 1906 93* drwxr-xr-x 1 root wheel arch 16384 Oct 11 1927 94/ -r-xr-xr-x 1 root wheel - 1516199753 Feb 1 2018 95* dr-xr-xr-x 1 root wheel arch 16384 Dec 11 1981 96/ dr-xr-xr-x 1 root wheel - 16384 Nov 30 1917 97/ dr-xr-xr-x 1 root wheel - 16384 Apr 20 1952 98/ dr-xr-xr-x 1 root wheel arch 16384 Dec 27 2020 99/ drwxr-xr-x 1 root wheel arch 16384 Dec 17 17:11 System Volume Information/ Also I get: Dec 17 20:53:00 it kernel: deget(): . entry at clust 1637626 != 1881960052 Dec 17 20:53:00 it kernel: deget(): . entry at clust 1670714 != -1504232812 Dec 17 20:53:00 it kernel: dos2unixtime(): month value out of range (0) Dec 17 20:53:00 it last message repeated 2 times Dec 17 20:53:00 it kernel: deget(): . entry at clust 1753434 != -1646491186 Dec 17 20:53:00 it kernel: deget(): . entry at clust 1769978 != -168647990 Dec 17 20:53:00 it kernel: dos2unixtime(): month value out of range (14) Dec 17 20:53:00 it kernel: deget(): . entry at clust 1786522 != -1095753332 Dec 17 20:53:00 it kernel: dos2unixtime(): month value out of range (14) Dec 17 20:53:00 it kernel: dos2unixtime(): month value out of range (0) 9. 5.2RC1 boot -v with ACPI [Note: I use w/out acpi and I have the onboard rl nic and the usb disable] bash-2.05b$ cat dmesg_acpi 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.1-RELEASE-p11 #0: Fri Dec 12 02:15:32 EET 2003 root_at_:/usr/obj/usr/src/sys/IT1 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0533000. Preloaded elf module "/boot/kernel/snd_via8233.ko" at 0xc0533250. Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0533300. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc05333ac. Calibrating clock(s) ... i8254 clock: 1193268 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz Calibrating TSC clock ... TSC clock: 2040350971 Hz Timecounter "TSC" frequency 2040350971 Hz CPU: AMD Athlon(tm) XP 2400+ (2040.35-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x681 Stepping = 1 Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> AMD Features=0xc0400000<AMIE,DSP,3DNow!> 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 = 536805376 (511 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x000000000055a000 - 0x000000001f6c9fff, 521601024 bytes (127344 pages) avail memory = 515719168 (491 MB) bios32: Found BIOS32 Service Directory header at 0xc00f9c50 bios32: Entry = 0xfa0e0 (c00fa0e0) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xa110 pnpbios: Found PnP BIOS data at 0xc00fab60 pnpbios: Entry = f0000:ab90 Rev = 1.0 Other BIOS signatures found: null: <null device, zero device> random: <entropy source> mem: <memory & I/O> Pentium Pro MTRR support enabled npx0: <math processor> on motherboard npx0: INT 16 interface acpi0: <GBT AWRDACPI> on motherboard pci_open(1): mode 1 addr port (0x0cf8) is 0x80008840 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=31891106) pcibios: BIOS version 2.10 Using $PIR table, 8 entries at 0xc00fc3c0 PCI-Only Interrupts: 10 11 Location Bus Device Pin Link IRQs slot 1 0 9 A 0x02 3 4 5 6 7 9 10 11 14 15 slot 1 0 9 B 0x03 3 4 5 6 7 9 10 11 14 15 slot 1 0 9 C 0x05 3 4 5 6 7 9 10 11 14 15 slot 1 0 9 D 0x01 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 A 0x03 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 B 0x05 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 C 0x01 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 D 0x02 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 A 0x05 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 B 0x01 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 C 0x02 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 D 0x03 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 A 0x01 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 B 0x02 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 C 0x03 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 D 0x05 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 A 0x02 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 B 0x03 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 C 0x05 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 D 0x01 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 A 0x03 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 B 0x05 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 C 0x01 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 D 0x02 3 4 5 6 7 9 10 11 14 15 embedded 0 17 A 0x01 3 4 5 6 7 9 10 11 14 15 embedded 0 17 B 0x02 3 4 5 6 7 9 10 11 14 15 embedded 0 17 C 0x03 3 4 5 6 7 9 10 11 14 15 embedded 0 17 D 0x05 3 4 5 6 7 9 10 11 14 15 embedded 0 1 A 0x01 3 4 5 6 7 9 10 11 14 15 embedded 0 1 B 0x02 3 4 5 6 7 9 10 11 14 15 embedded 0 1 C 0x03 3 4 5 6 7 9 10 11 14 15 embedded 0 1 D 0x05 3 4 5 6 7 9 10 11 14 15 AcpiOsDerivePciId: bus 0 dev 17 func 0 AcpiOsDerivePciId: bus 0 dev 17 func 1 AcpiOsDerivePciId: bus 0 dev 15 func 1 AcpiOsDerivePciId: bus 0 dev 15 func 0 acpi0: power button is handled as a fixed feature programming model. ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 ACPI timer looks GOOD min = 1, max = 2, width = 1 Timecounter "ACPI-fast" frequency 3579545 Hz acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_cpu0: <CPU> on acpi0 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 ---- initial configuration ------------------------ \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.1 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.2 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.3 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.0 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.1 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.2 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.3 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.0 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.1 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.2 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.0 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.2 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.3 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.1 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.2 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.3 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.0 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.1 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.2 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.0 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.2 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.0 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.2 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.2 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.3 \\_SB_.PCI0.LNKB irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.0 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.1 \\_SB_.PCI0.LNKD irq 0: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.2 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.3 ---- before setting priority for links ------------ \\_SB_.PCI0.LNKB: interrupts: 1 3 4 5 6 7 10 11 12 14 15 penalty: 102200 3200 3200 2200 3200 3200 3200 3200 3200 12200 12200 references: 10 priority: 0 \\_SB_.PCI0.LNKD: interrupts: 1 3 4 5 6 7 10 11 12 14 15 penalty: 102200 3200 3200 2200 3200 3200 3200 3200 3200 12200 12200 references: 10 priority: 0 ---- before fixup boot-disabled links ------------- \\_SB_.PCI0.LNKB: interrupts: 1 3 4 5 6 7 10 11 12 14 15 penalty: 102200 3200 3200 2200 3200 3200 3200 3200 3200 12200 12200 references: 10 priority: 137454 \\_SB_.PCI0.LNKD: interrupts: 1 3 4 5 6 7 10 11 12 14 15 penalty: 102200 3200 3200 2200 3200 3200 3200 3200 3200 12200 12200 references: 10 priority: 137454 ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.1 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.2 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.3 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.0 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.1 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.2 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.10.3 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.0 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.1 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.2 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.0 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.2 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.12.3 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.1 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.2 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.3 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.0 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.1 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.2 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.0 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.2 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.0 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.2 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.3 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.2 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.3 \\_SB_.PCI0.LNKB irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.0 \\_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.1 \\_SB_.PCI0.LNKD irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.2 \\_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.3 pci0: <ACPI PCI bus> on pcib0 pci0: physical bus=0 map[10]: type 3, range 32, base d0000000, size 27, enabled found-> vendor=0x1106, dev=0x3189, revid=0x80 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x08 (240 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 found-> vendor=0x1106, dev=0xb198, revid=0x00 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 0000e000, size 8, enabled map[14]: type 1, range 32, base e2000000, size 8, enabled found-> vendor=0x10ec, dev=0x8139, revid=0x10 bus=0, slot=12, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[20]: type 4, range 32, base 0000e400, size 4, enabled found-> vendor=0x1106, dev=0x0571, revid=0x06 bus=0, slot=15, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 found-> vendor=0x1106, dev=0x3227, revid=0x00 bus=0, slot=17, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0087, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000e800, size 8, enabled found-> vendor=0x1106, dev=0x3059, revid=0x60 bus=0, slot=17, func=5 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 agp0: <VIA Generic host to PCI bridge> mem 0xd0000000-0xd7ffffff at device 0.0 on pci0 agp0: allocating GATT for aperture of size 233M pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xe0000000-0xe1ffffff pcib1: prefetched decode 0xd8000000-0xdfffffff pci1: <PCI bus> on pcib1 pci1: physical bus=1 map[10]: type 3, range 32, base d8000000, size 27, enabled map[14]: type 4, range 32, base 0000d000, size 8, enabled map[18]: type 1, range 32, base e1000000, size 16, enabled found-> vendor=0x1002, dev=0x4966, revid=0x01 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 drm0: <ATI Radeon If R250 9000> port 0xd000-0xd0ff mem 0xe1000000-0xe100ffff,0xd8000000-0xdfffffff irq 11 at device 0.0 on pci1 [drm:radeon_init] [drm:radeon_agp_init] agp_available = 1 info: [drm] AGP at 0xd0000000 128MB [drm:radeon_ctxbitmap_next] drm_ctxbitmap_next bit : 0 [drm:radeon_ctxbitmap_init] drm_ctxbitmap_init : 0 info: [drm] Initialized radeon 1.8.0 20020828 on minor 0 rl0: <RealTek 8139 10/100BaseTX> port 0xe000-0xe0ff mem 0xe2000000-0xe20000ff irq 11 at device 12.0 on pci0 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode rl0: Ethernet address: 00:40:f4:79:6e:59 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: bpf attached pci0: <mass storage, ATA> at device 15.0 (no driver attached) isab0: <PCI-ISA bridge> at device 17.0 on pci0 isa0: <ISA bus> on isab0 pcm0: <VIA VT8233X> port 0xe800-0xe8ff irq 10 at device 17.5 on pci0 pcm0: <Unknown AC97 Codec (id = 0x414c4760)> pcm0: Codec features 5 bit master volume, no 3D Stereo Enhancement pcm0: Primary codec extended features reserved 1, center DAC, surround DAC, LFE DAC, reserved 5 pcm0: sndbuf_setmap 6b6000, 1000; 0xc4042000 -> 6b6000 pcm0: sndbuf_setmap 6d8000, 1000; 0xc4044000 -> 6d8000 pcm0: sndbuf_setmap 6fc000, 1000; 0xc4048000 -> 6fc000 pcm0: sndbuf_setmap 73e000, 1000; 0xc404a000 -> 73e000 pcm0: sndbuf_setmap 79e000, 1000; 0xc406a000 -> 79e000 pcm0: sndbuf_setmap 71b000, 1000; 0xc4067000 -> 71b000 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) sio0: irq maps: 0x1001 0x1011 0x1001 0x1001 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1: irq maps: 0x1001 0x1009 0x1001 0x1001 sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A unknown: not probed (disabled) ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 lp0: bpf attached lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 psmcpnp0 irq 12 on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3-00, 3 buttons psm0: config:00000000, flags:00000000, packet size:4 psm0: syncmask:08, syncbits:08 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) atkbdc: atkbdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 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: <Option ROM> at iomem 0xc0000-0xccfff on isa0 pmtimer0 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) ata0: pre reset mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI 00 00 ata0-slave: ATAPI 00 00 ata0: after reset mask=03 stat0=50 stat1=00 ata0-master: ATA 01 a5 ata0: devices=01 ata0 at port 0x3f6,0x1f0-0x1f7 irq 14 on isa0 ata1: pre reset mask=03 ostat0=50 ostat2=50 ata1-master: ATAPI 14 eb ata1-slave: ATAPI 00 00 ata1: after reset mask=03 stat0=00 stat1=50 ata1-slave: ATA 01 a5 ata1: devices=06 ata1 at port 0x376,0x170-0x177 irq 15 on isa0 bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0: ready for input in output fdc0: cmd 3 failed at out byte 1 of 3 fdc0 failed to probe at port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounters tick every 10.000 msec lo0: bpf attached ad0: <ST3120023A/3.33> ATA-6 disk at ata0-master ad0: 114472MB (234439535 sectors), 232578 C, 16 H, 63 S, 512 B ad0: 16 secs/int, 1 depth queue, PIO4 ad0: piomode=12 dmamode=34 udmamode=69 cblid=1 GEOM: new disk ad0 ar: FreeBSD check1 failed ad3: <ST340016A/3.10> ATA-5 disk at ata1-slave ad3: 38166MB (78165360 sectors), 77545 C, 16 H, 63 S, 512 B ad3: 16 secs/int, 1 depth queue, PIO4 ad3: piomode=12 dmamode=34 udmamode=69 cblid=1 ar: FreeBSD check1 failed ata1-master: piomode=12 dmamode=34 udmamode=-1 dmaflag=1 acd0: <SONY CD-RW CRX1611/TYS7> CD-RW drive at ata1 as master acd0: read 6890KB/s (36026KB/s) write 2755KB/s (2755KB/s), 2048KB buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet acd0: Writes: CD-R, CD-RW, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc [0] f:00 typ:12 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:62910477 [1] f:00 typ:12 s(CHS):1023/255/63 e(CHS):1023/254/63 s:62910540 l:61432560 [2] f:00 typ:12 s(CHS):1023/255/63 e(CHS):1023/254/63 s:124343100 l:61432560 [3] f:00 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:185775660 l:48660885 GEOM: Configure ad0s1, start 32256 length 32210164224 end 32210196479 GEOM: Configure ad0s2, start 32210196480 length 31453470720 end 63663667199 GEOM: Configure ad0s3, start 63663667200 length 31453470720 end 95117137919 GEOM: Configure ad0s4, start 95117137920 length 24914373120 end 120031511039 GEOM: new disk ad3 GEOM: Configure ad0s4a, start 0 length 268435456 end 268435455 GEOM: Configure ad0s4b, start 268435456 length 1047306240 end 1315741695 GEOM: Configure ad0s4c, start 0 length 24914373120 end 24914373119 GEOM: Configure ad0s4d, start 1315741696 length 268435456 end 1584177151 GEOM: Configure ad0s4e, start 1584177152 length 268435456 end 1852612607 GEOM: Configure ad0s4f, start 1852612608 length 23061760512 end 24914373119 [0] f:80 typ:165 s(CHS):1/0/1 e(CHS):1023/254/63 s:16065 l:78140160 [1] f:00 typ:165 s(CHS):0/1/1 e(CHS):0/254/63 s:63 l:16002 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure ad3s1, start 8225280 length 40007761920 end 40015987199 GEOM: Configure ad3s2, start 32256 length 8193024 end 8225279 GEOM: Configure ad3s1a, start 0 length 268435456 end 268435455 GEOM: Configure ad3s1b, start 268435456 length 1051418624 end 1319854079 GEOM: Configure ad3s1c, start 0 length 40007761920 end 40007761919 GEOM: Configure ad3s1d, start 1319854080 length 268435456 end 1588289535 GEOM: Configure ad3s1e, start 1588289536 length 268435456 end 1856724991 GEOM: Configure ad3s1f, start 1856724992 length 38151036928 end 40007761919 GEOM: Configure ad3s2c, start 0 length 8193024 end 8193023 Mounting root from ufs:/dev/ad3s1a start_init: trying /sbin/init 10. 5.2RC1 boot -v w/out ACPI bash-2.05b$ cat dmesg_no_acpi 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.1-RELEASE-p11 #0: Fri Dec 12 02:15:32 EET 2003 root_at_:/usr/obj/usr/src/sys/IT1 Preloaded elf kernel "/boot/kernel/kernel" at 0xc04e9000. Preloaded elf module "/boot/kernel/snd_via8233.ko" at 0xc04e9244. Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc04e92f4. Calibrating clock(s) ... i8254 clock: 1193268 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz Calibrating TSC clock ... TSC clock: 2040350226 Hz Timecounter "TSC" frequency 2040350226 Hz CPU: AMD Athlon(tm) XP 2400+ (2040.35-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x681 Stepping = 1 Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> AMD Features=0xc0400000<AMIE,DSP,3DNow!> 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 = 536805376 (511 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000510000 - 0x000000001f6c9fff, 521904128 bytes (127418 pages) avail memory = 516026368 (492 MB) bios32: Found BIOS32 Service Directory header at 0xc00f9c50 bios32: Entry = 0xfa0e0 (c00fa0e0) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xa110 pnpbios: Found PnP BIOS data at 0xc00fab60 pnpbios: Entry = f0000:ab90 Rev = 1.0 Other BIOS signatures found: null: <null device, zero device> random: <entropy source> mem: <memory & I/O> Pentium Pro MTRR support enabled npx0: <math processor> on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x80008840 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=31891106) pcibios: BIOS version 2.10 Using $PIR table, 8 entries at 0xc00fc3c0 PCI-Only Interrupts: 10 11 Location Bus Device Pin Link IRQs slot 1 0 9 A 0x02 3 4 5 6 7 9 10 11 14 15 slot 1 0 9 B 0x03 3 4 5 6 7 9 10 11 14 15 slot 1 0 9 C 0x05 3 4 5 6 7 9 10 11 14 15 slot 1 0 9 D 0x01 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 A 0x03 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 B 0x05 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 C 0x01 3 4 5 6 7 9 10 11 14 15 slot 2 0 10 D 0x02 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 A 0x05 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 B 0x01 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 C 0x02 3 4 5 6 7 9 10 11 14 15 slot 3 0 11 D 0x03 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 A 0x01 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 B 0x02 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 C 0x03 3 4 5 6 7 9 10 11 14 15 slot 4 0 12 D 0x05 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 A 0x02 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 B 0x03 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 C 0x05 3 4 5 6 7 9 10 11 14 15 slot 5 0 13 D 0x01 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 A 0x03 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 B 0x05 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 C 0x01 3 4 5 6 7 9 10 11 14 15 slot 6 0 19 D 0x02 3 4 5 6 7 9 10 11 14 15 embedded 0 17 A 0x01 3 4 5 6 7 9 10 11 14 15 embedded 0 17 B 0x02 3 4 5 6 7 9 10 11 14 15 embedded 0 17 C 0x03 3 4 5 6 7 9 10 11 14 15 embedded 0 17 D 0x05 3 4 5 6 7 9 10 11 14 15 embedded 0 1 A 0x01 3 4 5 6 7 9 10 11 14 15 embedded 0 1 B 0x02 3 4 5 6 7 9 10 11 14 15 embedded 0 1 C 0x03 3 4 5 6 7 9 10 11 14 15 embedded 0 1 D 0x05 3 4 5 6 7 9 10 11 14 15 pcib0: <Host to PCI bridge> at pcibus 0 on motherboard pci0: <PCI bus> on pcib0 pci0: physical bus=0 map[10]: type 3, range 32, base d0000000, size 27, enabled found-> vendor=0x1106, dev=0x3189, revid=0x80 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x08 (240 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 found-> vendor=0x1106, dev=0xb198, revid=0x00 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 0000e000, size 8, enabled map[14]: type 1, range 32, base e2000000, size 8, enabled found-> vendor=0x10ec, dev=0x8139, revid=0x10 bus=0, slot=12, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[20]: type 4, range 32, base 0000e400, size 4, enabled found-> vendor=0x1106, dev=0x0571, revid=0x06 bus=0, slot=15, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 found-> vendor=0x1106, dev=0x3227, revid=0x00 bus=0, slot=17, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0087, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000e800, size 8, enabled found-> vendor=0x1106, dev=0x3059, revid=0x60 bus=0, slot=17, func=5 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 agp0: <VIA Generic host to PCI bridge> mem 0xd0000000-0xd7ffffff at device 0.0 on pci0 agp0: allocating GATT for aperture of size 233M pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xe0000000-0xe1ffffff pcib1: prefetched decode 0xd8000000-0xdfffffff pci1: <PCI bus> on pcib1 pci1: physical bus=1 map[10]: type 3, range 32, base d8000000, size 27, enabled map[14]: type 4, range 32, base 0000d000, size 8, enabled map[18]: type 1, range 32, base e1000000, size 16, enabled found-> vendor=0x1002, dev=0x4966, revid=0x01 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 drm0: <ATI Radeon If R250 9000> port 0xd000-0xd0ff mem 0xe1000000-0xe100ffff,0xd8000000-0xdfffffff irq 11 at device 0.0 on pci1 [drm:radeon_init] [drm:radeon_agp_init] agp_available = 1 info: [drm] AGP at 0xd0000000 128MB [drm:radeon_ctxbitmap_next] drm_ctxbitmap_next bit : 0 [drm:radeon_ctxbitmap_init] drm_ctxbitmap_init : 0 info: [drm] Initialized radeon 1.8.0 20020828 on minor 0 rl0: <RealTek 8139 10/100BaseTX> port 0xe000-0xe0ff mem 0xe2000000-0xe20000ff irq 11 at device 12.0 on pci0 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode rl0: Ethernet address: 00:40:f4:79:6e:59 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: bpf attached pci0: <mass storage, ATA> at device 15.0 (no driver attached) isab0: <PCI-ISA bridge> at device 17.0 on pci0 isa0: <ISA bus> on isab0 pcm0: <VIA VT8233X> port 0xe800-0xe8ff irq 10 at device 17.5 on pci0 pcm0: <Unknown AC97 Codec (id = 0x414c4760)> pcm0: Codec features 5 bit master volume, no 3D Stereo Enhancement pcm0: Primary codec extended features reserved 1, center DAC, surround DAC, LFE DAC, reserved 5 pcm0: sndbuf_setmap 64b000, 1000; 0xc4017000 -> 64b000 pcm0: sndbuf_setmap 64d000, 1000; 0xc4019000 -> 64d000 pcm0: sndbuf_setmap 651000, 1000; 0xc401d000 -> 651000 pcm0: sndbuf_setmap 633000, 1000; 0xc401f000 -> 633000 pcm0: sndbuf_setmap 6a9000, 1000; 0xc4035000 -> 6a9000 pcm0: sndbuf_setmap 6a6000, 1000; 0xc4032000 -> 6a6000 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 pnpbios: 14 devices, largest 98 bytes PNP0000: adding irq mask 0x4 PNP0000: adding io range 0x20-0x21, size=0x2, align=0 PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0 pnpbios: handle 0 device ID PNP0000 (0000d041) PNP0200: adding dma mask 0x10 PNP0200: adding io range 0-0xf, size=0x10, align=0 PNP0200: adding io range 0x81-0x83, size=0x3, align=0 PNP0200: adding io range 0x87-0x87, size=0x1, align=0 PNP0200: adding io range 0x89-0x8b, size=0x3, align=0 PNP0200: adding io range 0x8f-0x91, size=0x3, align=0 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0 pnpbios: handle 1 device ID PNP0200 (0002d041) PNP0100: adding irq mask 0x1 PNP0100: adding io range 0x40-0x43, size=0x4, align=0 pnpbios: handle 2 device ID PNP0100 (0001d041) PNP0b00: adding irq mask 0x100 PNP0b00: adding io range 0x70-0x71, size=0x2, align=0 pnpbios: handle 3 device ID PNP0b00 (000bd041) PNP0303: adding irq mask 0x2 PNP0303: adding io range 0x60-0x60, size=0x1, align=0 PNP0303: adding io range 0x64-0x64, size=0x1, align=0 pnpbios: handle 4 device ID PNP0303 (0303d041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0 pnpbios: handle 5 device ID PNP0800 (0008d041) PNP0c04: adding irq mask 0x2000 PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0 pnpbios: handle 6 device ID PNP0c04 (040cd041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 PNP0c01: adding fixed memory32 range 0xfffe0000-0xffffffff, size=0x20000 PNP0c01: adding fixed memory32 range 0xfee00000-0xfee0ffff, size=0x10000 PNP0c01: adding fixed memory32 range 0x100000-0x1fffffff, size=0x1ff00000 pnpbios: handle 7 device ID PNP0c01 (010cd041) PNP0c02: adding fixed memory32 range 0xf0000-0xf3fff, size=0x4000 PNP0c02: adding fixed memory32 range 0xf4000-0xf7fff, size=0x4000 PNP0c02: adding fixed memory32 range 0xf8000-0xfffff, size=0x8000 PNP0c02: adding fixed memory32 range 0xcd000-0xcffff, size=0x3000 pnpbios: handle 8 device ID PNP0c02 (020cd041) PNP0a03: adding io range 0x294-0x297, size=0x4, align=0 PNP0a03: adding io range 0x4d0-0x4d1, size=0x2, align=0 PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0 pnpbios: handle 9 device ID PNP0a03 (030ad041) PNP0f13: adding irq mask 0x1000 pnpbios: handle 10 device ID PNP0f13 (130fd041) PNP0501: adding irq mask 0x10 PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0 pnpbios: handle 11 device ID PNP0501 (0105d041) PNP0401: adding dma mask 0x8 PNP0401: adding irq mask 0x80 PNP0401: adding io range 0x378-0x37f, size=0x8, align=0 PNP0401: adding io range 0x778-0x77f, size=0x8, align=0 pnpbios: handle 14 device ID PNP0401 (0104d041) PNP0501: adding irq mask 0x8 PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0 pnpbios: handle 15 device ID PNP0501 (0105d041) 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: <Option ROM> at iomem 0xc0000-0xccfff on isa0 pmtimer0 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) ata0: pre reset mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI 00 00 ata0-slave: ATAPI 00 00 ata0: after reset mask=03 stat0=50 stat1=00 ata0-master: ATA 01 a5 ata0: devices=01 ata0 at port 0x3f6,0x1f0-0x1f7 irq 14 on isa0 ata1: pre reset mask=03 ostat0=50 ostat2=50 ata1-master: ATAPI 14 eb ata1-slave: ATAPI 00 00 ata1: after reset mask=03 stat0=00 stat1=50 ata1-slave: ATA 01 a5 ata1: devices=06 ata1 at port 0x376,0x170-0x177 irq 15 on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3-00, 3 buttons psm0: config:00000000, flags:00000000, packet size:4 psm0: syncmask:08, syncbits:08 bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0: ready for input in output fdc0: cmd 3 failed at out byte 1 of 3 fdc0 failed to probe at port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 lp0: bpf attached lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices unknown: <PNP0303> can't assign resources (port) unknown: <PNP0303> at port 0x60 on isa0 unknown: <PNP0800> failed to probe at port 0x61 on isa0 unknown: <PNP0f13> can't assign resources (irq) unknown: <PNP0f13> at irq 12 on isa0 unknown: <PNP0501> can't assign resources (port) unknown: <PNP0501> at port 0x3f8-0x3ff on isa0 unknown: <PNP0401> can't assign resources (port) unknown: <PNP0401> at port 0x378-0x37f on isa0 unknown: <PNP0501> can't assign resources (port) unknown: <PNP0501> at port 0x2f8-0x2ff on isa0 Device configuration finished. procfs registered Timecounters tick every 10.000 msec lo0: bpf attached ad0: <ST3120023A/3.33> ATA-6 disk at ata0-master ad0: 114472MB (234439535 sectors), 232578 C, 16 H, 63 S, 512 B ad0: 16 secs/int, 1 depth queue, PIO4 ad0: piomode=12 dmamode=34 udmamode=69 cblid=1 GEOM: new disk ad0 ar: FreeBSD check1 failed ad3: <ST340016A/3.10> ATA-5 disk at ata1-slave ad3: 38166MB (78165360 sectors), 77545 C, 16 H, 63 S, 512 B ad3: 16 secs/int, 1 depth queue, PIO4 ad3: piomode=12 dmamode=34 udmamode=69 cblid=1 ar: FreeBSD check1 failed ata1-master: piomode=12 dmamode=34 udmamode=-1 dmaflag=1 acd0: <SONY CD-RW CRX1611/TYS7> CD-RW drive at ata1 as master acd0: read 6890KB/s (36026KB/s) write 2755KB/s (2755KB/s), 2048KB buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet acd0: Writes: CD-R, CD-RW, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc [0] f:00 typ:12 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:62910477 [1] f:00 typ:12 s(CHS):1023/255/63 e(CHS):1023/254/63 s:62910540 l:61432560 [2] f:00 typ:12 s(CHS):1023/255/63 e(CHS):1023/254/63 s:124343100 l:61432560 [3] f:00 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:185775660 l:48660885 GEOM: Configure ad0s1, start 32256 length 32210164224 end 32210196479 GEOM: Configure ad0s2, start 32210196480 length 31453470720 end 63663667199 GEOM: Configure ad0s3, start 63663667200 length 31453470720 end 95117137919 GEOM: Configure ad0s4, start 95117137920 length 24914373120 end 120031511039 GEOM: new disk ad3 GEOM: Configure ad0s4a, start 0 length 268435456 end 268435455 GEOM: Configure ad0s4b, start 268435456 length 1047306240 end 1315741695 GEOM: Configure ad0s4c, start 0 length 24914373120 end 24914373119 GEOM: Configure ad0s4d, start 1315741696 length 268435456 end 1584177151 GEOM: Configure ad0s4e, start 1584177152 length 268435456 end 1852612607 GEOM: Configure ad0s4f, start 1852612608 length 23061760512 end 24914373119 [0] f:80 typ:165 s(CHS):1/0/1 e(CHS):1023/254/63 s:16065 l:78140160 [1] f:00 typ:165 s(CHS):0/1/1 e(CHS):0/254/63 s:63 l:16002 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure ad3s1, start 8225280 length 40007761920 end 40015987199 GEOM: Configure ad3s2, start 32256 length 8193024 end 8225279 GEOM: Configure ad3s1a, start 0 length 268435456 end 268435455 GEOM: Configure ad3s1b, start 268435456 length 1051418624 end 1319854079 GEOM: Configure ad3s1c, start 0 length 40007761920 end 40007761919 GEOM: Configure ad3s1d, start 1319854080 length 268435456 end 1588289535 GEOM: Configure ad3s1e, start 1588289536 length 268435456 end 1856724991 GEOM: Configure ad3s1f, start 1856724992 length 38151036928 end 40007761919 GEOM: Configure ad3s2c, start 0 length 8193024 end 8193023 Mounting root from ufs:/dev/ad3s1a start_init: trying /sbin/init 11. /etc/make.conf of 5.1 it>/mnt# grep -v '^#' /etc/make.conf CPUTYPE=athlon-xp NO_I4B= true # do not build isdn4bsd package NO_SENDMAIL= true # do not build sendmail and related programs COMPAT1X= yes COMPAT20= yes COMPAT21= yes COMPAT22= yes COMPAT3X= yes COMPAT4X= yes TOP_TABLE_SIZE= 101 DOC_LANG= en_US.ISO8859-1 PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo 12. machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU options CPU_ATHLON_SSE_HACK options CPU_FASTER_5X86_FPU options CPU_SUSP_HLT options CPU_UPGRADE_HW_CACHE ident IT1 #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options SCHED_4BSD #4BSD scheduler 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 directories options MD_ROOT #MD is a potential root device options NFSCLIENT #Network Filesystem Client options NFSSERVER #Network Filesystem Server options NFS_ROOT #NFS usable as root device, requires NFSCLIENT options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=15000 #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. # Debugging for use in -current options DDB #Enable the kernel debugger options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering device radeondrm options DRM_DEBUG # SCSI peripherals device scbus # SCSI bus (required) 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) # atkbdc0 controls both the keyboard and the PS/2 mouse 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 # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # Pcmcia and cardbus bridge support device cbb # cardbus (yenta) bridge #device pcic # ExCA ISA and PCI bridges device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device rl # RealTek 8129/8139 # Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP 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) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device uscanner # Scanners -- IOnut Unregistered ;) FreeBSD userReceived on Wed Dec 17 2003 - 11:10:13 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:34 UTC