diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-05 02:01:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-05 02:01:19 +0000 |
commit | 634c7ec3f58881322776370eeb5c8c2c30fdd1fe (patch) | |
tree | a5483be32346ff3313f84deb4b1926faa73cbf0c /sys/dev/usb/FILES | |
parent | 71af365c0cf7ca1e0601b5f7b23bc5cd8cf24181 (diff) |
Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.
Thanks to Mark Uemura for donating several of these adapters.
Tested by and ok deraadt@
Diffstat (limited to 'sys/dev/usb/FILES')
-rw-r--r-- | sys/dev/usb/FILES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/FILES b/sys/dev/usb/FILES index 9e15f5945f1..850124edc20 100644 --- a/sys/dev/usb/FILES +++ b/sys/dev/usb/FILES @@ -18,6 +18,8 @@ if_cue.c USB CATC Ethernet driver if_cuereg.h and definitions for it if_kue.c USB Kawasaki Ethernet driver if_kuereg.h and definitions for it +if_udav.c USB Davicom Ethernet driver +if_udavreg.h and definitions for it if_upl.c USB Prolofic host-to-host driver kue_fw.h Kawasaki Ethernet firmware ohci.c Host controller driver for OHCI |