quoted string change: the si driver also covers the Specialix "SX"

product.
This commit is contained in:
Nick Sayer 1999-09-01 16:42:54 +00:00
parent f3a6cf7052
commit c94abdcc97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50756

View file

@ -416,7 +416,7 @@ static DEV_INFO device_info[] = {
{"cy", "Cyclades multiport async adapter", 0, CLS_COMMS}, {"cy", "Cyclades multiport async adapter", 0, CLS_COMMS},
{"cyy", "Cyclades Ye/PCI multiport async adapter",FLG_INVISIBLE,CLS_COMMS}, {"cyy", "Cyclades Ye/PCI multiport async adapter",FLG_INVISIBLE,CLS_COMMS},
{"dgb", "Digiboard PC/Xe, PC/Xi async adapter", 0, CLS_COMMS}, {"dgb", "Digiboard PC/Xe, PC/Xi async adapter", 0, CLS_COMMS},
{"si", "Specialix SI/XIO async adapter", 0, CLS_COMMS}, {"si", "Specialix SI/XIO/SX async adapter", 0, CLS_COMMS},
{"stl", "Stallion EasyIO/Easy Connection 8/32 async adapter",0, CLS_COMMS}, {"stl", "Stallion EasyIO/Easy Connection 8/32 async adapter",0, CLS_COMMS},
{"stli", "Stallion intelligent async adapter" ,0, CLS_COMMS}, {"stli", "Stallion intelligent async adapter" ,0, CLS_COMMS},
{"ppc", "Parallel Port chipset", 0, CLS_COMMS}, {"ppc", "Parallel Port chipset", 0, CLS_COMMS},