summaryrefslogtreecommitdiff
path: root/sys/dev/sr/if_sr.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Use bus_space*() instead of in*() and out*().John Hay2003-04-231-201/+168
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface driver changes:Sam Leffler2002-11-141-4/+2
* Fix lots of places that assume sizeof(int) == sizeof(void *). Most ofJohn Baldwin2002-11-071-18/+18
* Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit).Brooks Davis2002-10-011-4/+4
* Don't abuse __FreeBSD__ as version number. Since it was >= 3, removeWarner Losh2002-07-211-2/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+3
* Fix clock selection for X.21 interfaces.John Hay2001-02-261-13/+5
* Newbusify the sr device and move it to its new location.John Hay2001-01-301-601/+243
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-291-7/+0
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-15/+15
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-23/+36
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-33/+30
* Another mismatch found by Gcc:Julian Elischer2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-2/+6
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-9/+6
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-3/+8
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+12
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-3/+4
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.John Hay2000-04-081-215/+8
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-211-2/+1
* Fix an #ifdef that should have been and #ifndef.Archie Cobbs2000-01-201-1/+1
* Add explicit null entries for new entrypoints.Julian Elischer1999-12-011-1/+2
* fix braino.. line misplaced.Julian Elischer1999-11-191-1/+1
* protect some more operations with splimp() under Netgraph.Julian Elischer1999-11-191-3/+3
* Fix typo in previous commit.Archie Cobbs1999-11-021-1/+1
* User netgraph typedefs for methodsJulian Elischer1999-11-011-9/+9
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-37/+662
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* GC unused variablePeter Wemm1999-05-061-2/+1
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,Poul-Henning Kamp1999-03-301-8/+1
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.Julian Elischer1999-01-181-2/+2
* Fix screwed up previous commit.Julian Elischer1999-01-181-4/+9
* From inspection, ISA interrupts were completely broken..Julian Elischer1999-01-181-1/+20
* Remove/comment out unused functions.Eivind Eklund1999-01-121-21/+1
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-161-15/+1
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+3
* Removed unused includes.Bruce Evans1998-06-211-3/+1
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-171-1/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-3/+3
* Don't clobber pp_flags when PP_KEEPALIVE must be set.John Hay1998-01-301-3/+4
* Make INET a proper option.Eivind Eklund1998-01-081-1/+6
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2