index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mac68k
/
dev
/
asc.c
Age
Commit message (
Expand
)
Author
2006-09-16
Do not use bus_space_write_multi and happily write to NULL and die, when
Miod Vallat
2006-04-14
rm trailing whitespace
Martin Reindl
2006-03-15
Entries in cd_devs[] may be NULL, so be sure to check for them in your
Miod Vallat
2006-01-22
Add bus_space_vaddr() and use it instead of accessing private bus_space
Miod Vallat
2005-10-23
m68k_btop() and m68k_ptob() were mostly used by mac68k only and can
Martin Reindl
2005-09-12
- Add byte-swap and stride options to bus_space.
Martin Reindl
2005-07-23
vm_offset_t -> {vaddr_t, bus_addr_t}
Martin Reindl
2005-04-24
- switch Scott Reynold's copyright to 3-clause BSD
Martin Reindl
2004-01-14
Do not fill more than the first three fields of cfdriver structures unless
Miod Vallat
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2002-06-24
Provide dummy d_kqfilter() routine so that this compiles, until this driver
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-01
Change d_mmap in struct cdevsw from:
Artur Grabowski
2001-08-23
Convert the last old-timeout, tested by beck@
Miod Vallat
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
1999-04-24
Use the generic m68k param.h.
Jason Downs
1998-11-20
careful mmap
Theo de Raadt
1998-04-27
Adapt to new bus_space functions after fixing namespace issues.
gene
1997-03-08
Sync with NetBSD of about 4 March.
briggs
1997-01-24
Sync w/ NETBSD_CURRENT_971122.
briggs
1996-05-26
Add OpenBSD Id string.
briggs
1996-05-26
Sync with NetBSD-current.
briggs
1995-12-14
update from netbsd (without losing local changes)
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt