Re: HEADS UP: major CAM ATA MFC
- From: Jeremy Chadwick <freebsd@xxxxxxxxxxxxxxxx>
- Date: Tue, 17 Nov 2009 22:17:26 -0800
I didn't have this problem. System has AHCI in use, and the kernel is
built to make use of modular atacore. Specifically:
# Modular ATA
device atacore # Core ATA functionality
device ataisa # ISA bus support
device atapci # PCI bus support; only generic chipset support
device ataahci # AHCI SATA
device ataintel # Intel
Confirmation:
FreeBSD icarus.home.lan 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #0: Tue Nov 17 20:07:21 PST 2009
root@xxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/X7SBA_RELENG_8_amd64 amd64
world/kernel built with make -j2 buildworld / make -j2 buildkernel.
csup last run against cvsup10.freebsd.org approximately 2 hours ago. I
did notice a number of commits to ATA, XPT, CAM, etc. ~8-10 hours ago as
well, but even more ~2 hours ago. I assume the delays are due to what
the cvsup master vs. mirrors have and how often they sync.
I'd recommend you re-csup with a different mirror and see if there are
any changes.
--
| Jeremy Chadwick jdc@xxxxxxxxxxxx |
| Parodius Networking http://www.parodius.com/ |
| UNIX Systems Administrator Mountain View, CA, USA |
| Making life hard for others since 1977. PGP: 4BD6C0CB |
On Wed, Nov 18, 2009 at 01:04:37PM +0700, Eugene Grosbein wrote:
Alexander Motin wrote:_______________________________________________
Feedbacks are welcome as always.
Today's RELENG_8 build is broken (my /usr/src is symlink to /usr/local/src):
# make -j3 MODULES_WITH_WORLD=yes buildworld
[skip]
===> sys/modules/ahci (all)
cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
-nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-gr
owth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings
-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
-ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wred
undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe
r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /
usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_timeout
':
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1286: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_end_tra
nsaction':
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1368: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1384: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1396: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1405: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1447: error: 'struct ahci_
channel' has no member named 'fatalerr'
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_reset':
/usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1703: error: 'struct ahci_
channel' has no member named 'fatalerr'
*** Error code 1
Stop in /usr/local/src/sys/modules/ahci.
*** Error code 1
Stop in /usr/local/src/sys/modules.
*** Error code 1
Stop in /usr/local/src/sys.
*** Error code 1
Stop in /usr/local/src.
*** Error code 1
Stop in /usr/local/src.
*** Error code 1
Stop in /usr/local/src.
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: HEADS UP: major CAM ATA MFC
- From: Eugene Grosbein
- Re: HEADS UP: major CAM ATA MFC
- From: Ollivier Robert
- Re: HEADS UP: major CAM ATA MFC
- From: Eugene Grosbein
- Re: HEADS UP: major CAM ATA MFC
- References:
- HEADS UP: major CAM ATA MFC
- From: Alexander Motin
- Re: HEADS UP: major CAM ATA MFC
- From: Eugene Grosbein
- HEADS UP: major CAM ATA MFC
- Prev by Date: Re: HEADS UP: major CAM ATA MFC
- Next by Date: Re: HEADS UP: major CAM ATA MFC
- Previous by thread: Re: HEADS UP: major CAM ATA MFC
- Next by thread: Re: HEADS UP: major CAM ATA MFC
- Index(es):
Relevant Pages
|