From owner-freebsd-hackers Sat Dec 16 00:18:58 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23774 for hackers-outgoing; Sat, 16 Dec 1995 00:18:58 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA23769 Sat, 16 Dec 1995 00:18:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id AAA01303; Sat, 16 Dec 1995 00:18:45 -0800 To: bde@freebsd.org cc: hackers@freebsd.org Subject: Does the man page for sio need updating for Cyclades? Date: Sat, 16 Dec 1995 00:18:45 -0800 Message-ID: <1301.819101925@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk I notice that it mentions: Generic serial cards AST multiport serial cards BOCA multiport serial cards And only AST and BOCA have `options COM_MULTIPORT' suggested. I just checked the Cyclades driver, however, and it also uses COM_MULTIPORT, which sort of suggests that it's not the generic card entry you'd use. I therefore am wondering if you perhaps forgot to update the man page when you imported the cyclades driver? Or is it easier than I'm led to believe? I'm certainly willing to be told if I'm chasing wild geese here! :-) Jordan