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