diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-17 18:49:20 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-17 18:49:20 +0000 |
| commit | 4c10dd65cad1290968b0afa47882a6b79dcbbcb6 (patch) | |
| tree | 1b130a2acfcc30e8b36ed6a8d5215da7d773f03d /sys/dev/usb | |
| parent | 3f31370c823942079c54bf332bc5d893d7d2f617 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/if_cue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index 905b34a638a1f..16899a201d0b2 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -33,7 +33,7 @@ */ /* - * CATC USB-EL1201A USB to ethernet driver. Used in the CATC Netmate + * CATC USB-EL1210A USB to ethernet driver. Used in the CATC Netmate * adapters and others. * * Written by Bill Paul <wpaul@ee.columbia.edu> @@ -42,7 +42,7 @@ */ /* - * The CATC USB-EL1201A provides USB ethernet support at 10Mbps. The + * The CATC USB-EL1210A provides USB ethernet support at 10Mbps. The * RX filter uses a 512-bit multicast hash table, single perfect entry * for the station address, and promiscuous mode. Unlike the ADMtek * and KLSI chips, the CATC ASIC supports read and write combining |
