summaryrefslogtreecommitdiff
path: root/sys/dev/sr
Commit message (Expand)AuthorAgeFilesLines
* 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-243-4/+8
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Use bus_space*() instead of in*() and out*().John Hay2003-04-234-316/+279
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-2/+4
* 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 the rest of the 64-bit warnings for the sr(4) driver.John Baldwin2002-11-071-4/+4
* 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-304-3795/+698
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-292-14/+0
* Special case for compiling LINT - just give a warning and continue on.Peter Wemm2001-01-171-0/+5
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-082-30/+30
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-062-46/+72
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-182-66/+60
* Another mismatch found by Gcc:Julian Elischer2000-12-122-2/+0
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-122-4/+12
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-18/+12
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-6/+16
* Duh. These have been sitting in my tree since I committed this stuff.Julian Elischer2000-11-201-0/+29
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-282-2/+24
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-282-6/+8
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.John Hay2000-04-082-430/+16
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-213-5/+2
* Fix an #ifdef that should have been and #ifndef.Archie Cobbs2000-01-202-2/+2
* Add explicit null entries for new entrypoints.Julian Elischer1999-12-012-2/+4
* fix braino.. line misplaced.Julian Elischer1999-11-192-2/+2
* protect some more operations with splimp() under Netgraph.Julian Elischer1999-11-192-6/+6
* Fix typo in previous commit.Archie Cobbs1999-11-022-2/+2
* User netgraph typedefs for methodsJulian Elischer1999-11-012-18/+18
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-213-74/+1347
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-252-18/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-062-12/+12
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-6/+3
* GC unused variablePeter Wemm1999-05-062-4/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,Poul-Henning Kamp1999-03-302-16/+2
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.Julian Elischer1999-01-182-4/+4
* Fix screwed up previous commit.Julian Elischer1999-01-182-8/+18
* From inspection, ISA interrupts were completely broken..Julian Elischer1999-01-182-2/+40
* Remove/comment out unused functions.Eivind Eklund1999-01-122-42/+2