Kernel doesn't compile since Dec 1. Stops
at/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
Pegasus Mc Cleaft
ken at mthelicon.com
Thu Dec 4 07:20:30 PST 2008
I found the Atheros driver is broken in AMD64.
If you are not using the Atheros wireless adapter, remove any reference to
it from your config file, IE:
#device ath # Atheros pci/cardbus NIC's
#device ath_hal # Atheros HAL (Hardware Access Layer)
#device ath_rate_sample # SampleRate tx rate control for ath
and recompile...
-Peg
----- Original Message -----
From: "eculp" <eculp at encontacto.net>
To: "freebsd-current" <freebsd-current at freebsd.org>
Sent: Thursday, December 04, 2008 2:47 PM
Subject: Kernel doesn't compile since Dec 1. Stops
at/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
I have been cvsuping, compiling and installing all daily with no
changes nor errors until the morning of Dec 2 and I now get to the
following error:
cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar
ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign
-fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contri
b/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
-fno-common -finline-limit=8000 --param inline-unit-gro
wth=100 --param large-function-growth=1000 -mno-align-long-strings
-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-
sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c -I/usr/
src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c: In function
'ar5416ProcRxDesc':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:111: error: 'struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:119: error: 'struct
ath_rx_status' has no member named 'rs_rssi_ctl'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:120: error: 'struct
ath_rx_status' has no member named 'rs_rssi_ctl'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:121: error: 'struct
ath_rx_status' has no member named 'rs_rssi_ctl'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:122: error: 'struct
ath_rx_status' has no member named 'rs_rssi_ext'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:123: error: 'struct
ath_rx_status' has no member named 'rs_rssi_ext'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:124: error: 'struct
ath_rx_status' has no member named 'rs_rssi_ext'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:135: error: 'struct
ath_rx_status' has no member named 'rs_isaggr'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:136: error: 'struct
ath_rx_status' has no member named 'rs_moreaggr'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:140: error: 'struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:142: error: 'struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:145: error: 'struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:147: error: 'struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:149: error: 'struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:151: error: 'struct
ath_rx_status' has no member named 'rs_flags'
*** Error code 1
Stop in /usr/obj/usr/src/sys/ENCONTACTO.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Maybe I should go to Sam's patches and try his latest?
Thanks,
ed
_______________________________________________
freebsd-current at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
More information about the freebsd-current
mailing list