summaryrefslogtreecommitdiff
path: root/sys/dev/sr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-162-30/+2
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-222-4/+6
* Removed unused includes.Bruce Evans1998-06-212-6/+2
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-172-2/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-6/+6
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-172-6/+6
* Staticize.Eivind Eklund1998-02-091-2/+2
* Don't clobber pp_flags when PP_KEEPALIVE must be set.John Hay1998-01-302-6/+8
* Make INET a proper option.Eivind Eklund1998-01-082-2/+12
* Removed unused #includes.Bruce Evans1997-09-021-2/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-022-2/+4
* Removed unused #includes.Bruce Evans1997-07-202-4/+2
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-192-4/+36
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-224-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* Oops I forgot to add the official id for this card.John Hay1996-11-131-2/+3
* if_sr.c corrupted the global variable `ticks'.John Hay1996-10-312-22/+10
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsJohn Hay1996-10-294-1623/+4404
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-136/+2
* This driver supports the SDL Communications RISCom/N2 ISA cards that isJohn Hay1996-07-053-0/+3485