summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-8/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-3/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-24/+29
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Initialize Netgraph type at a correct time, before device probing.ru2005-02-151-1/+1
* Install netgraph type at an appropriate time.ru2005-02-131-1/+1
* Two problems here:ru2005-02-121-21/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Since if_sr doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-6/+5
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Get rid of the last two uses of NG_NODELEN + 1 in the base system byharti2004-01-261-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Use bus_space*() instead of in*() and out*().jhay2003-04-231-201/+168
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-4/+2
* Fix lots of places that assume sizeof(int) == sizeof(void *). Most ofjhb2002-11-071-18/+18
* Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit).brooks2002-10-011-4/+4
* Don't abuse __FreeBSD__ as version number. Since it was >= 3, removeimp2002-07-211-2/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+3
* Fix clock selection for X.21 interfaces.jhay2001-02-261-13/+5
* Newbusify the sr device and move it to its new location.jhay2001-01-301-602/+244
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-291-7/+0
* Part 2 of the netgraph rewrite.julian2001-01-081-15/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-23/+36
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-33/+30
* Another mismatch found by Gcc:julian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-9/+6
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-3/+8
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+12
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-3/+4
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-081-215/+8
* Remove definition of the unimplemented "control" hook.archie2000-01-211-2/+1
* Fix an #ifdef that should have been and #ifndef.archie2000-01-201-1/+1
* Add explicit null entries for new entrypoints.julian1999-12-011-1/+2
* fix braino.. line misplaced.julian1999-11-191-1/+1
* protect some more operations with splimp() under Netgraph.julian1999-11-191-3/+3
* Fix typo in previous commit.archie1999-11-021-1/+1
* User netgraph typedefs for methodsjulian1999-11-011-9/+9
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-37/+662
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-6/+6
OpenPOWER on IntegriCloud