|
|
| version 1.8, 2003/08/07 21:17:11 | version 1.9, 2003/11/22 19:30:56 |
|---|---|
| Line 123 | Line 123 |
| /* | /* |
| * 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 and also for | * Extra high bits are used to distinguish between boards and also for |
| * really high port numbers (> 32). | * really high port numbers (> 32). |
| */ | */ |
| Line 1218 STATIC int stliioctl(dev_t dev, unsigned | Line 1218 STATIC int stliioctl(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) { |