aboutsummaryrefslogtreecommitdiff
path: root/include/linux/major.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-18xen: add virtual block device driver.Jeremy Fitzhardinge1-0/+2
The block device frontend driver allows the kernel to access block devices exported exported by a virtual machine containing a physical block device driver. Signed-off-by: Ian Pratt <[email protected]> Signed-off-by: Christian Limpach <[email protected]> Signed-off-by: Chris Wright <[email protected]> Cc: Arjan van de Ven <[email protected]> Cc: Greg KH <[email protected]> Cc: Jens Axboe <[email protected]>
2007-05-14mmc: use assigned major for block devicePierre Ossman1-0/+2
The MMC block devices now have an assigned major. Make sure we actually use it. Signed-off-by: Pierre Ossman <[email protected]>
2006-03-25[PATCH] parport: move PP_MAJOR from ppdev.h to major.hRene Herman1-0/+1
Today I wondered about /dev/parport<n> after not seeing anything in drivers/parport register char-major-99. Having PP_MAJOR in include/linux/major.h would've allowed me to more quickly determine that it was the ppdev driver driving these. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-05-20[SCSI] add scsi changer driverGerd Knorr1-0/+1
This patch adds a device driver for scsi media changer devices. Signed-off-by: Gerd Knorr <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+167
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!