m68k updates for 2.6.16

svn path=/dists/sid/linux-2.6/; revision=6418
This commit is contained in:
Christian T. Steigies 2006-04-14 14:45:46 +00:00
parent 8be054b2da
commit 3ee74d31e9
8 changed files with 9013 additions and 3 deletions

View File

@ -228,3 +228,7 @@ CONFIG_ZLIB_DEFLATE=m
# CONFIG_IEEE80211_CRYPT_WEP is not set
# CONFIG_IEEE80211 is not set
# CONFIG_IPW2100 is not set
# new for 2.6.16:
CONFIG_DM_MULTIPATH_EMC=m
# CONFIG_SENSORS_F71805F is not set
CONFIG_SERIAL_8250_RUNTIME_UARTS=4

View File

@ -196,3 +196,6 @@ CONFIG_NCPFS_OS2_NS=y
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_AMIGA_PARTITION=y
CONFIG_CRC32=y
# 2.6.16
# temporary workaround for old/buggy(?) 53c7xx.c driver
CONFIG_SCSI_SPI_ATTRS=y

View File

@ -38,7 +38,6 @@ CONFIG_BLK_DEV_MAC_IDE=y
# CONFIG_BLK_DEV_HD is not set
CONFIG_MAC_SCSI=y
CONFIG_SCSI_MAC_ESP=y
CONFIG_DM_MULTIPATH_EMC=m
CONFIG_ADB=y
CONFIG_ADB_MACII=y
CONFIG_ADB_MACIISI=y

View File

@ -50,7 +50,6 @@ CONFIG_BLK_DEV_Q40IDE=y
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_CD_NO_IDESCSI is not set
CONFIG_DM_MULTIPATH_EMC=m
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y

View File

@ -2,7 +2,7 @@
compiler: gcc-3.3
flavours:
amiga
atari
# does not build currently: atari
bvme6000
hp
mac

3
debian/changelog vendored
View File

@ -19,6 +19,9 @@ linux-2.6 (2.6.16-7) UNRELEASED; urgency=low
* Disable CONFIG_SECCOMP (adds useless overhead on context-switch) -
thanks to fs for checking abi.
[ Christian T. Steigies ]
* [m68k] update m68k patch and config to 2.6.16, temporarily disable atari
-- maximilian attems <maks@sternwelten.at> Thu, 13 Apr 2006 11:16:42 +0200
linux-2.6 (2.6.16-6) unstable; urgency=medium

9001
debian/patches/m68k-2.6.16.patch vendored Normal file

File diff suppressed because it is too large Load Diff

1
debian/patches/series/7-extra vendored Normal file
View File

@ -0,0 +1 @@
+ m68k-2.6.16.patch m68k