aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sr/if_sr.h
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* Duh. These have been sitting in my tree since I committed this stuff.Julian Elischer2000-11-201-0/+29
| | | | | | | | Thes are identical to what I committed except that they had the correct copyright headers. This is what I was SUPPOSED to have checked in.. Notes: svn path=/head/; revision=68943
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-211-1/+0
| | | | Notes: svn path=/head/; revision=56351
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+23
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419