diff options
| author | onoe <onoe@NetBSD.org> | 2000-11-05 17:17:12 +0000 |
|---|---|---|
| committer | onoe <onoe@NetBSD.org> | 2000-11-05 17:17:12 +0000 |
| commit | e83458422f5f4f676753eebffa3ee7a026ac95eb (patch) | |
| tree | 2e5492ed92d121bc4fa281e02b23abf2b8a6ba21 /sys/dev/DEVNAMES | |
| parent | 1363813e0d5be76874147c986faed14704d62491 (diff) | |
First Prototype implementation of network interface part for IEEE1394 (if_fw).
Current status:
Only OHCI chip is supported (fwohci).
ping (IPv4) works with Sony's implementation (SmartConnect) on Win98.
sometimes works but not stable.
Not implemented yet:
IRM (Isochronous Resource Manager) functionality.
Link layer fragmentation.
Topology map.
More to do:
clean ups
MCAP
charactor device part
dhcp
There is no entry in GENERIC config file yet.
Follow sys/dev/ieee1394/IMPLEMENTATION to enable if_fw.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index bb59ffa7a60..c87d6ac22f1 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.15 2000/10/20 11:47:44 ad Exp $ +# $NetBSD: DEVNAMES,v 1.16 2000/11/05 17:17:14 onoe Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -335,6 +335,7 @@ fpa MI fpu mac68k frodo hp300 fta MI +fw MI fwbus MI Attribute fwohci MI fxp MI @@ -420,6 +421,7 @@ idesc amigappc ie MI ie arm32 ie sun3 +ieee1394 MI iic arm26 iic arm32 ik vax |
