index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mac68k
/
dev
/
mac68k5380.c
Age
Commit message (
Expand
)
Author
2003-07-15
__KERNEL_RCSID()
lukem
2003-06-18
don't #include <sys/dkstat.h> where it is (appearently) unused
drochner
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2000-02-14
Merge wscons work onto the main development branch.
scottr
1998-12-22
vm_offset_t -> {paddr_t, vaddr_t}
scottr
1997-08-27
Merge scsipi branch in the mainline. This add support for ATAPI devices
bouyer
1997-08-11
Make #include directives consistent. All MD headers are of the form:
scottr
1997-06-29
Update for mac68k_buserr_addr -> m68k_fault_addr change.
scottr
1997-04-27
What was I thinking?
briggs
1997-04-15
Take a stab at making this more reliable.
briggs
1997-02-28
Convert to generalized VIA interrupt registration
scottr
1996-12-19
Clean up a few bogons+typos introduced in the removal of the broken indirect
scottr
1996-10-13
backout previous kprintf change
christos
1996-10-11
printf -> kprintf, sprintf -> ksprintf
christos
1996-06-07
Fix a typo.
briggs
1996-05-25
Clean up the interrupt handling somewhat.
briggs
1996-05-05
Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
briggs
1996-03-29
via.h -> machine/viareg.h.
briggs
1996-03-20
Fix a long-standing bug uncovered by the new device attachment
scottr
1996-03-17
New device attachment scheme:
thorpej
1996-02-19
Update to latest Atari driver, but with some local modifications.
briggs
1996-02-03
Move debugging defines, etc. into mac68k5380.c and use them instead of
briggs
1996-01-24
Patch a few of the holes in the machine-dependent part of this driver.
briggs
1996-01-11
Keep two states for pdma debugging. Turn debugging back on. Sigh.
briggs
1995-11-01
Fixup error/debugging message.
briggs
1995-10-01
Finally get this right... Final fix from Paul Goyette paul@pgoyette.bdt.com
briggs
1995-09-30
Yet another error in the (next-to) last changes.
briggs
1995-09-30
Fix stupid error in one of my last changes here.
briggs
1995-09-27
Bullet-proof a little.
briggs
1995-09-23
Much improved pdma transfers.
briggs
1995-09-16
Only use PIO instead of PDMA if DRIVER_NOINT.
briggs
1995-09-16
Rename scsi_main_irq() to pdma_ready().
briggs
1995-09-12
Update for Leo's changes.
briggs
1995-09-04
Get softc as parameter in interrupt function, using new changes from
briggs
1995-09-03
Make a local copy of the atari m.i. scsi driver sources for the time
briggs
1995-09-02
Optimize this some. Still seems slower than it ought to be.
briggs
1995-09-02
Rearrange a bit.
briggs
1995-09-02
DTRT. This should be considered the base version of the file.
briggs
1995-09-01
A first pass at a scsi driver based on the Atari ncr5380{reg.h,.c} code.
briggs