* devices.in: Raise number of handled serial ports to 64.
* devices.cc: Regenerate.
This commit is contained in:
parent
16b6142ad4
commit
5623fbd4ca
|
@ -1,3 +1,8 @@
|
|||
2006-10-09 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* devices.in: Raise number of handled serial ports to 64.
|
||||
* devices.cc: Regenerate.
|
||||
|
||||
2006-09-17 Danny Smith <dannysmith@clear.net.nz>
|
||||
|
||||
* byteorder.h: Correct typo.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -76,7 +76,7 @@ const device dev_bad_storage =
|
|||
"/dev/clipboard", BRACK(FH_CLIPBOARD), "\\dev\\clipboard"
|
||||
"/dev/port", BRACK(FH_PORT), "\\dev\\port"
|
||||
"/dev/com%(1-16)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1})), "\\\\.\\com{$1}"
|
||||
"/dev/ttyS%(0-15)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1 + 1})), "\\\\.\\com{$1 + 1}"
|
||||
"/dev/ttyS%(0-63)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1 + 1})), "\\\\.\\com{$1 + 1}"
|
||||
"/dev/pipe", BRACK(FH_PIPE), "\\dev\\pipe"
|
||||
"/dev/fifo", BRACK(FH_FIFO), "\\dev\\fifo"
|
||||
"/dev/st%(0-127)d", BRACK(FHDEV(DEV_TAPE_MAJOR, {$1})), "\\Device\\Tape{$1}"
|
||||
|
|
Loading…
Reference in New Issue