Add TC-USB.
This commit is contained in:
parent
f1e16215bc
commit
05aa47e6f6
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: slhci.4,v 1.10 2013/04/28 12:51:04 wiz Exp $
|
||||
.\" $NetBSD: slhci.4,v 1.11 2017/10/14 08:22:38 flxd Exp $
|
||||
.\"
|
||||
.\" Not (c) 2007 Matthew Orgass
|
||||
.\" This file is public domain, meaning anyone can make any use of part or all
|
||||
|
@ -22,6 +22,10 @@
|
|||
.Ss ISA controllers
|
||||
.Cd "slhci* at isa? port ? irq ?"
|
||||
.Cd "usb* at slhci?"
|
||||
.Ss TURBOchannel controllers
|
||||
.Cd "tcu* at tc? slot ? offset ?"
|
||||
.Cd "slhci* at tcu?"
|
||||
.Cd "usb* at slhci?"
|
||||
.Ss x68k
|
||||
.Cd "slhci0 at intio0 addr 0xece380 intr 251"
|
||||
.Cd "slhci1 at intio0 addr 0xeceb80 intr 250"
|
||||
|
@ -99,11 +103,16 @@ Ethernet/USB/Memory board
|
|||
.It
|
||||
.Tn Thylacine
|
||||
USB Host Controller
|
||||
.It
|
||||
.Tn flxd
|
||||
.Em TC-USB
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr config 1 ,
|
||||
.Xr isa 4 ,
|
||||
.Xr pcmcia 4 ,
|
||||
.Xr tc 4 ,
|
||||
.Xr tcu 4 ,
|
||||
.Xr usb 4
|
||||
.Rs
|
||||
.%T Cypress SL811HS datasheet, errata, and application note
|
||||
|
|
Loading…
Reference in New Issue