diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-08-31 20:16:00 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-08-31 20:16:00 +0000 |
commit | 4fd606bfba6c98c2b0728d56a876732076712fdb (patch) | |
tree | bfb105040d116725095c3427f4a84c3a223378e3 /share/man/man4/sio.4 | |
parent | 6db4e2900d2583d3a66c116db353caf3ef3a6d6e (diff) |
Add PCI device IDs for Kuotech dual port serial cards.
Also give example of the flags needed to use these cards.
PR: kern/21242
Submitted by: Shigeki Moride <moride@portside.net>
Notes
Notes:
svn path=/head/; revision=82682
Diffstat (limited to 'share/man/man4/sio.4')
-rw-r--r-- | share/man/man4/sio.4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index 6e23191d0f34..672cef911771 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -69,6 +69,10 @@ For Hayes ESP cards: For PCI and PCCARD cards: .Cd "device sio" .Pp +For dual port PCI cards that share an interrupt: +.Cd "device sio2 at pci? flags 0x201" +.Cd "device sio3 at pci? flags 0x201" +.Pp Meaning of .Ar flags : .Bl -tag -offset indent -compact -width 0x000000 |