bump BLK_DEV_RAM_SIZE to 16384 for sparc

svn path=/trunk/kernel/source/linux-2.6/; revision=3617
This commit is contained in:
Joshua Kwan 2005-07-28 05:32:19 +00:00
parent dbfb281c24
commit 379903a77a
2 changed files with 12 additions and 5 deletions

View File

@ -80,7 +80,7 @@ CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_ATA_OVER_ETH=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR_VENDOR=y

15
debian/changelog vendored
View File

@ -1,10 +1,17 @@
linux-2.6 (2.6.12-2) UNRELEASED; urgency=low
* Add @longclass@ variable to control file autogeneration. (Andres Salomon)
* Bump build-depends on kernel-package to a fixed version (>= 9.004).
Closes: #319657 (Jurij Smakov)
[ Andres Salomon ]
* Add @longclass@ variable to control file autogeneration.
-- Andres Salomon <dilinger@debian.org> Thu, 21 Jul 2005 12:09:30 -0400
[ Jurij Smakov ]
* Bump build-depends on kernel-package to a fixed version (>= 9.004).
Closes: #319657
[ Joshua Kwan ]
* Change default ramdisk size for sparc to 16,384K to accomodate a fatter
d-i initrd for netboot installs.
-- Joshua Kwan <joshk@triplehelix.org> Wed, 27 Jul 2005 22:30:50 -0700
linux-2.6 (2.6.12-1) unstable; urgency=low