]> git.neil.brown.name Git - history.git/commit
[PATCH] 2.5.29 IDE 108
authorMartin Dalecki <dalecki@evision.ag>
Tue, 30 Jul 2002 07:36:33 +0000 (00:36 -0700)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Tue, 30 Jul 2002 07:36:33 +0000 (00:36 -0700)
commit3bd271cd260cdd0fa1849144f551f6f040d15dba
treee542d9b642ed589df0c01a67f206c240986ee404
parent12949f5d3bdc349ef64903ccecce5ec0a20dbace
[PATCH] 2.5.29 IDE 108

 - typedef unsigned char byte; is finally gone. Everything using it should
   be just ported to u8 if I missed some place where it still gets used.

 - Next round of parameter parsing cleanups by Gerald Champagne.
   Adjusted a bit to harmonize with  hd.c.

 - Move IDE register bitfields declarations over from hdparm.h to
   ide.h.

 - Declare constants needed by hd.c directly there. Those are standard
   values not subject to change and we prefer a bit of code duplication
   in favour of making the two drivers independant from each other.

 - Move everything not ioctl related away from hdreg.h to ide.h.
   This header is in effect not private to the ATA code and should
   therefore not contain stuff only usefull there.
drivers/ide/hd.c
drivers/ide/ide-cd.c
drivers/ide/ide-floppy.c
drivers/ide/ide-pci.c
drivers/ide/ide-tape.c
drivers/ide/ioctl.c
drivers/ide/main.c
drivers/ide/probe.c
drivers/usb/storage/freecom.c
include/linux/hdreg.h
include/linux/ide.h