Disable sfc ethernet driver on ARM

This commit is contained in:
Peter Robinson 2012-02-21 01:04:27 +00:00
parent c08cca5888
commit d15a70859a
2 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,7 @@ CONFIG_LSM_MMAP_MIN_ADDR=32768
# CONFIG_DRM_RADEON is not set
# CONFIG_ATM_HE is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SFC is not set
# these all currently fail due to missing symbols __bad_udelay or
# error: implicit declaration of function iowrite32be

View File

@ -2386,6 +2386,9 @@ fi
# '-' | |
# '-'
%changelog
* Mon Feb 20 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable sfc ethernet driver on ARM
* Mon Feb 20 2012 Josh Boyer <jwboyer@redhat.com>
- Avoid using stack variables in ums_realtek (again) (rhbz 795544)