Home | History | Annotate | Download | only in obio
History log of /src/sys/arch/mipsco/obio/if_le.c
RevisionDateAuthorComments
 1.15  26-Apr-2025  tsutsui Fix le(4) match routine to probe the address specified in config(5).

No functional changes with current kernel config files.

Also apply cosmetic changes:
- use proper variable name per examples in the bus_dma(9) man page
- fix an incorrect comment

Patch from Miod Vallat.
 1.14  29-May-2022  rin le(4): Fix resource leaks for error paths.

XXX
Compile test only (at least one arch per driver).
 1.13  19-Jan-2010  pooka Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client. This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached. However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff. ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
 1.12  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.11  04-Apr-2008  tsutsui branches: 1.11.2; 1.11.4;
Split device_t/softc for le(4) and variants and misc cosmetic changes.
 1.10  04-Mar-2007  christos branches: 1.10.40;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.9  24-Dec-2005  perry branches: 1.9.26;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.8  11-Dec-2005  christos merge ktrace-lwp.
 1.7  13-Dec-2004  chs branches: 1.7.10;
for drivers that support only one instance, use a global variable to ensure
that only one instance is configured rather than requiring that its
unit number be zero.
 1.6  15-Jul-2003  lukem __KERNEL_RCSID()
 1.5  02-Oct-2002  thorpej branches: 1.5.6;
Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  30-May-2001  mrg branches: 1.3.2; 1.3.8;
use _KERNEL_OPT
 1.2  15-Aug-2000  wdk branches: 1.2.2; 1.2.4;
* Tidy up interrupt handlers by implementing an intr_establish()
handler to hook up device interrupts and softc callbacks.

Suggested by: Jason Thorpe and Toru Nishimura

* Fixup the indenting in a few places to conform to NetBSD style
 1.1  12-Aug-2000  wdk Initial commit of port to MIPS Computer Systems RC3xxx systems.
Currently supports the RC3230
 1.2.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.2.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.2.2.1  15-Aug-2000  bouyer file if_le.c was added on branch thorpej_scsipi on 2000-11-20 20:14:11 +0000
 1.3.8.2  18-Oct-2002  nathanw Catch up to -current.
 1.3.8.1  30-May-2001  nathanw file if_le.c was added on branch nathanw_sa on 2002-10-18 02:38:54 +0000
 1.3.2.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.5.6.4  18-Dec-2004  skrll Sync with HEAD.
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.7.10.2  03-Sep-2007  yamt sync with head.
 1.7.10.1  21-Jun-2006  yamt sync with head.
 1.9.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.10.40.1  02-Jun-2008  mjf Sync with HEAD.
 1.11.4.2  11-Mar-2010  yamt sync with head
 1.11.4.1  16-May-2008  yamt sync with head.
 1.11.2.1  18-May-2008  yamt sync with head.

RSS XML Feed