summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr
Commit message (Expand)AuthorAgeFilesLines
* 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-304-3797/+700
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-292-14/+0
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-171-0/+5
* Part 2 of the netgraph rewrite.julian2001-01-082-30/+30
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-062-46/+72
* Divorce the kernel binary ABI version number from the messagejulian2000-12-182-66/+60
* Another mismatch found by Gcc:julian2000-12-122-2/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-122-4/+12
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-18/+12
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-6/+16
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-201-0/+29
* Mass update of isa drivers using compatability shims to usepeter2000-05-282-2/+24
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-282-6/+8
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-082-430/+16
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Remove definition of the unimplemented "control" hook.archie2000-01-213-5/+2
* Fix an #ifdef that should have been and #ifndef.archie2000-01-202-2/+2
* Add explicit null entries for new entrypoints.julian1999-12-012-2/+4
* fix braino.. line misplaced.julian1999-11-192-2/+2
* protect some more operations with splimp() under Netgraph.julian1999-11-192-6/+6
* Fix typo in previous commit.archie1999-11-022-2/+2
* User netgraph typedefs for methodsjulian1999-11-012-18/+18
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-213-74/+1347
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-252-18/+0
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Rename bpfilter to bpf.des1999-07-062-12/+12
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+3
* GC unused variablepeter1999-05-062-4/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-302-16/+2
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.julian1999-01-182-4/+4
* Fix screwed up previous commit.julian1999-01-182-8/+18
* From inspection, ISA interrupts were completely broken..julian1999-01-182-2/+40
* Remove/comment out unused functions.eivind1999-01-122-42/+2
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-162-30/+2
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-4/+6
* Removed unused includes.bde1998-06-212-6/+2
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-172-2/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-072-6/+6
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-172-6/+6
* Staticize.eivind1998-02-091-2/+2
* Don't clobber pp_flags when PP_KEEPALIVE must be set.jhay1998-01-302-6/+8
* Make INET a proper option.eivind1998-01-082-2/+12
* Removed unused #includes.bde1997-09-021-2/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-022-2/+4
* Removed unused #includes.bde1997-07-202-4/+2
OpenPOWER on IntegriCloud