Bug 30929 - [usb] [patch] use usbd to initialize USB ADSL modem
Summary: [usb] [patch] use usbd to initialize USB ADSL modem
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: 4.4-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-usb (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-30 11:10 UTC by Tony Finch
Modified: 2019-05-22 11:59 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.76 KB, text/plain)
2001-09-30 11:10 UTC, Tony Finch
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Finch 2001-09-30 11:10:05 UTC
Instead of blindly running the ADSL modem drivers at startup, these
files configure usbd to run them whenever the modem is plugged in.
It doesn't kill them automatically when the modem is unplugged because
it is much safer to manually kill them first.

I also include some relevant bits of my ppp configuration which handles
bringing NAT and packet forwarding up and down gracefully.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-11-06 14:02:13 UTC
Responsible Changed
From-To: freebsd-ports->brian

Over to maintainer
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-11-03 00:59:31 UTC
Responsible Changed
From-To: brian->freebsd-ports-bugs

Port maintainer was reset
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2004-01-10 01:29:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-bugs

Although this looks like a ports PR, the files refered to are owned 
by the OS, not the ports systems. I therefor ask somebody with 
access to src/ to have a look at this PR.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2004-11-04 07:17:48 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-usb

Reassign to appropriate mailing list.
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:30 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 6 Alex Kozlov freebsd_committer freebsd_triage 2019-05-22 11:59:38 UTC
The usbd(8) was removed in FreeBSD 7.0 (see r153430).