summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Newbusify the sr device and move it to its new location.jhay2001-01-301-3126/+201
* 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
* GC unused variablepeter1999-05-061-2/+1
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-301-8/+1
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.julian1999-01-181-2/+2
* Fix screwed up previous commit.julian1999-01-181-4/+9
* From inspection, ISA interrupts were completely broken..julian1999-01-181-1/+20
* Remove/comment out unused functions.eivind1999-01-121-21/+1
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-161-15/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+3
* Removed unused includes.bde1998-06-211-3/+1
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-171-1/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Don't clobber pp_flags when PP_KEEPALIVE must be set.jhay1998-01-301-3/+4
* Make INET a proper option.eivind1998-01-081-1/+6
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Removed unused #includes.bde1997-07-201-2/+1
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-191-2/+18
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-311-11/+5
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-291-807/+2115
* Remove devconf, it never grew up to be of any use.phk1996-09-061-68/+1
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-051-0/+1697
OpenPOWER on IntegriCloud