|
|
| version 1.7, 2003/08/07 21:17:11 | version 1.8, 2003/11/22 19:30:56 |
|---|---|
| Line 116 static unsigned int stl_irqshared = 0; | Line 116 static unsigned int stl_irqshared = 0; |
| /* | /* |
| * Define the important minor number break down bits. These have been | * Define the important minor number break down bits. These have been |
| * chosen to be "compatable" with the standard sio driver minor numbers. | * chosen to be "compatible" with the standard sio driver minor numbers. |
| * Extra high bits are used to distinguish between boards. | * Extra high bits are used to distinguish between boards. |
| */ | */ |
| #define STL_CALLOUTDEV 0x80 | #define STL_CALLOUTDEV 0x80 |
| Line 1392 STATIC int stlioctl(dev_t dev, unsigned | Line 1392 STATIC int stlioctl(dev_t dev, unsigned |
| } | } |
| /* | /* |
| * Deal with 4.3 compatability issues if we have too... | * Deal with 4.3 compatibility issues if we have too... |
| */ | */ |
| #if defined(COMPAT_43) || defined(COMPAT_SUNOS) | #if defined(COMPAT_43) || defined(COMPAT_SUNOS) |
| if (1) { | if (1) { |