Add IEEE 1394 OHCI node and IEEE 1394 bus. Just placeholders for now.
This commit is contained in:
parent
fd1991294f
commit
3ed6c24d5c
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: files,v 1.368 2000/05/15 08:27:24 bouyer Exp $
|
# $NetBSD: files,v 1.369 2000/05/30 00:48:47 matt Exp $
|
||||||
|
|
||||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||||
|
|
||||||
@ -477,6 +477,7 @@ define pcibus {[bus = -1]} # PCI attachment
|
|||||||
define tcbus { } # TurboChannel attachment
|
define tcbus { } # TurboChannel attachment
|
||||||
define mcabus { } # MicroChannel attachment
|
define mcabus { } # MicroChannel attachment
|
||||||
define usbus { } # USB attachment
|
define usbus { } # USB attachment
|
||||||
|
define fwbus { } # IEEE 1394 attachment
|
||||||
define vmebus { } # VME bus attachment
|
define vmebus { } # VME bus attachment
|
||||||
define pcmciabus { [controller = -1], [socket = -1]} # PCMCIA bus attachment
|
define pcmciabus { [controller = -1], [socket = -1]} # PCMCIA bus attachment
|
||||||
define cbbus {[slot = -1]} # CardBus attachment
|
define cbbus {[slot = -1]} # CardBus attachment
|
||||||
@ -492,6 +493,11 @@ file dev/usb/uhci.c uhci needs-flag
|
|||||||
device ohci: usbus
|
device ohci: usbus
|
||||||
file dev/usb/ohci.c ohci needs-flag
|
file dev/usb/ohci.c ohci needs-flag
|
||||||
|
|
||||||
|
# OHCI IEEE 1394 controller
|
||||||
|
# (This needs to be here since it will have both PCI and CardBus attachments)
|
||||||
|
device fwohci: fwbus
|
||||||
|
file dev/ieee1394/fwohci.c fwohci needs-flag
|
||||||
|
|
||||||
# legitimate pseudo-devices
|
# legitimate pseudo-devices
|
||||||
defpseudo vnd: disk
|
defpseudo vnd: disk
|
||||||
defpseudo ccd: disk
|
defpseudo ccd: disk
|
||||||
|
Loading…
Reference in New Issue
Block a user