summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMartin Dalecki <dalecki@evision.ag>2002-07-30 00:36:33 -0700
committerJeff Garzik <jgarzik@mandrakesoft.com>2002-07-30 00:36:33 -0700
commit3bd271cd260cdd0fa1849144f551f6f040d15dba (patch)
treee542d9b642ed589df0c01a67f206c240986ee404 /kernel
parent12949f5d3bdc349ef64903ccecce5ec0a20dbace (diff)
[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.
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions