| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Be consistent about what we call our softc.
- Minor formatting.
- Add some register definitions gleaned from NetBSD/Linux.
|
| |
|
|
|
|
|
| |
for old confusion of `volatile char *' with `volatile caddr_t'. 7 lines
were for not being careful about aligning pointers to volatiles.
|
|
|
|
|
|
|
| |
pointers.
This finishes fixing conversions between pointers and integers of
possibly different sizes in GENERIC.
|
| |
|
|
|
|
| |
ready for it yet.
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
| |
static. The function shouldn't be here anyway. It is driver dependent,
while `ic' files are supposed to only depend on the IC.
|
| |
|
|
|