Commit Graph

6 Commits

Author SHA1 Message Date
n_hibma
f9c6026a1f Add the aue ethernet interface as well
Submitted by:  Can't remember and can't find it either.
2000-03-16 09:46:46 +00:00
kuriyama
7383f0005b Add $FreeBSD$. 2000-01-20 14:56:37 +00:00
n_hibma
21354f1081 Add an entry for dhclient and the USB ethernet adapters. 2000-01-10 22:34:36 +00:00
n_hibma
15102c6287 Add the ability to match on device names attached to.
If a device is attached to ums4, you can reference this devname in
the configuration file as ${DEVNAME} (a shell variable, yes).
1999-11-28 21:27:31 +00:00
n_hibma
e46a86c2de Flip the sequence of vendor, product around, to make it consistent
with the rest of the world. This avoids confusion when talking about
VID.PID.RID vs. PID.VID.RID. The former is the sequence normally used.
1999-11-22 19:08:36 +00:00
n_hibma
1ac0a15559 Add event queue handling. It triggers activities on events read from
/dev/usb. The actions are specified in the file /etc/usbd.conf.

usbd.c:
   - Add event queue (/dev/usb) handling.
   - Add comments
   - Clean up code some more

usbd.8:
   - Update manpage for the new command line flags
   - Remove a duplicate FreeBSD tag from it).

usbd.conf, usbd.conf.5, Makefile:
   - Add the usbd.conf configuration file and the man page for it.

NOTE: MAKEDEV already creates the /dev/usb device tree node, no change
needed there anymore.
1999-11-21 17:44:43 +00:00