History log of /src/sys/arch/arm/footbridge/isa/isa_io.c |
Revision | | Date | Author | Comments |
1.10 |
| 13-Aug-2021 |
skrll | Trailing whitespace
|
1.9 |
| 16-Mar-2018 |
ryo | use designated initializer to make adaptability and flexibility for changing struct bus_space. no functional change.
|
1.8 |
| 13-Sep-2014 |
matt | branches: 1.8.18; Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t Use paddr_t for msgbufphys
|
1.7 |
| 12-Feb-2012 |
matt | branches: 1.7.6; Change old-style function defintions to C89 prototypes.
Approved by releng.
|
1.6 |
| 01-Jul-2011 |
dyoung | branches: 1.6.2; 1.6.6; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.5 |
| 14-Mar-2009 |
dsl | ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
1.4 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
1.3 |
| 23-Mar-2003 |
chris | branches: 1.3.110; 1.3.118; 1.3.124; Add __KERNEL_RCSID tags to footbridge files.
|
1.2 |
| 27-Sep-2002 |
provos | remove trailing \n in panic(). approved perry.
|
1.1 |
| 10-Feb-2002 |
chris | branches: 1.1.2; 1.1.14; Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location. Also fix build break on GENERIC cats kernel, seems that conf.h should have been including arm/conf.h.
This completes the removal of arch/arm32.
|
1.1.14.3 |
| 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.14.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.14.1 |
| 10-Feb-2002 |
jdolecek | file isa_io.c was added on branch kqueue on 2002-06-23 17:34:50 +0000
|
1.1.2.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 10-Feb-2002 |
nathanw | file isa_io.c was added on branch nathanw_sa on 2002-02-28 04:07:29 +0000
|
1.3.124.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.3.118.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.3.110.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.6.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.6.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.7.6.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8.18.1 |
| 22-Mar-2018 |
pgoyette | Synch with HEAD, resolve conflicts
|