Brian Feldman 96ee6195ef * Use two cdevsw's for ugen(4): one for control endpoints, and one for
data endpoints.  The control endpoint doesn't need read/write/poll
  operations, and more importantly, the thread counts should be
  separate so that the control endpoint can properly reference itself
  while deleting and recreating the data endpoints.
* Add some macros that handle referencing/releasing devices, and use them
  for sleeping/woken-up and open/close operations as apppropriate.
* Use d_purge for FreeBSD, and a loop testing the open status for all
  the endpoints for NetBSD and OpenBSD, so that when the device is
  detached, the right thing always happens.
2004-10-02 22:49:54 +00:00
..
2003-08-24 17:55:58 +00:00
2004-09-05 12:33:15 +00:00
2003-11-14 11:09:45 +00:00
2004-09-26 05:51:43 +00:00
2004-09-03 23:19:27 +00:00
2004-09-30 02:13:42 +00:00
2004-06-26 10:35:10 +00:00
2004-09-03 23:29:01 +00:00