Home | History | Annotate | Download | only in podulebus
History log of /src/sys/arch/acorn32/podulebus/sbic.c
RevisionDateAuthorComments
 1.18  03-May-2022  andvar fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.
 1.17  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.16  19-Jul-2011  dyoung branches: 1.16.2; 1.16.12;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark acorn32/bus.h obsolete.
 1.15  12-May-2009  cegger use device_xname()
 1.14  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 1.13  17-Oct-2007  garbled branches: 1.13.20; 1.13.28; 1.13.34;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.12  09-Jul-2007  ad branches: 1.12.10; 1.12.12;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
 1.11  08-Mar-2006  lukem branches: 1.11.20; 1.11.22; 1.11.28;
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
Add a space between numbers and Hz unit.
 1.10  11-Dec-2005  christos branches: 1.10.4; 1.10.6; 1.10.8; 1.10.10;
merge ktrace-lwp.
 1.9  09-Jun-2005  he branches: 1.9.2;
Adapt to compiling with -Wcast-qual and -Wshadow.
 1.8  21-Sep-2003  matt Fix GCC 3.3.1 nits.
 1.7  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.6  03-May-2003  wiz branches: 1.6.2;
DMA, not dma nor Dma.
 1.5  04-Oct-2002  bjh21 Don't define DEBUG if it's already defined.
 1.4  27-Sep-2002  provos remove trailing \n in panic(). approved perry.
 1.3  10-Mar-2002  bjh21 __RCSID -> __KERNEL_RCSID
 1.2  18-Feb-2002  bjh21 Add prototype for sbicdumpstate().
Add in-core RCSID.
 1.1  05-Oct-2001  reinoud branches: 1.1.4; 1.1.6;
Initial commit of the splitting off of arch/acorn32 from arch/arm32.

The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC7500 support that
is still dormant in it; this needs either to be removed or split out for
RC7500's ``VIDC'' video/audio variant.

Apart from the RC7500 support wich is still in arch/arm32 the
iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.

This split still uses some small parts of arch/arm32 .... those are the MI
parts that haven't been moved yet.

RiscPC/A7000 have been tested and confirmed to build as should NC.
 1.1.6.4  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.1.6.3  16-Mar-2002  jdolecek Catch up with -current.
 1.1.6.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.6.1  05-Oct-2001  thorpej file sbic.c was added on branch kqueue on 2002-01-10 19:36:37 +0000
 1.1.4.4  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.3  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.1.4.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.4.1  05-Oct-2001  nathanw file sbic.c was added on branch nathanw_sa on 2002-02-28 04:05:58 +0000
 1.6.2.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.2.1  03-Aug-2004  skrll Sync with HEAD
 1.9.2.2  03-Sep-2007  yamt sync with head.
 1.9.2.1  21-Jun-2006  yamt sync with head.
 1.10.10.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.10.8.1  13-Mar-2006  yamt sync with head.
 1.10.6.1  22-Apr-2006  simonb Sync with head.
 1.10.4.1  09-Sep-2006  rpaulo sync with head
 1.11.28.1  03-Oct-2007  garbled Sync with HEAD
 1.11.22.1  11-Jul-2007  mjf Sync with head.
 1.11.20.1  15-Jul-2007  ad Sync with head.
 1.12.12.1  06-Nov-2007  matt sync with HEAD
 1.12.10.1  01-Jan-2008  chris Sync with HEAD.
 1.13.34.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.13.28.1  28-Apr-2009  skrll Sync with HEAD.
 1.13.20.2  16-May-2009  yamt sync with head
 1.13.20.1  04-May-2009  yamt sync with head.
 1.16.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.16.2.1  30-Oct-2012  yamt sync with head

RSS XML Feed