summaryrefslogtreecommitdiff
path: root/sys/dev/isa/aha.c
AgeCommit message (Expand)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-30Kill uvm_pagealloc_contig. The two drivers that still used it should haveArtur Grabowski
2001-06-27zap old vmArtur Grabowski
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist
2001-01-29new timeoutsMichael Shalayeff
2000-11-13make compile with !UVMNiklas Hallqvist
2000-04-19Force mailbox to be under 16MB so the controller can see itNiklas Hallqvist
1999-08-19pnpdevs.hTheo de Raadt
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1998-12-27non-working isapnp aha supportTheo de Raadt
1998-08-13Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.Jason Downs
1997-09-15AHADEBUG cleanlinessflipk
1997-07-30KNF and other style nitsNiklas Hallqvist
1997-01-16ahaprint() & btprint() -> scsiprint()kstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-16contextual usage onlyTheo de Raadt
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
1996-06-01splbio over scsi_done; isdma_copyfrombuf() inside this block is not a realTheo de Raadt
1996-06-01do not access sc_link before setTheo de Raadt
1996-05-31fixes by hannken and deraadtTheo de Raadt
1996-05-31a cvs testTheo de Raadt
1996-05-27"aha + bt" kernels work now.Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10AHA_MBO_FREE/AHA_MBI_FREE botchTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-05-02bizzare change in netbsd landTheo de Raadt
1996-04-22Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffershannken
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1996-03-08From NetBSD: merge of 960217Niklas Hallqvist
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
1996-01-23Removed extra brace.hannken
1996-01-21Corrected typo when removing CCB's from the hash list.hannken
1996-01-12Remove CCB from hash list when it gets unmapped, not the first time looked up.hannken
1995-12-27from netbsd:Theo de Raadt
1995-12-14from netbsd; print illegal setting messages nicerTheo de Raadt
1995-11-30properly catch cases where buffers are on the kstack, from hannken@eis.cs.tu-...Theo de Raadt
1995-11-30correct way to call tsleep is almost always "while (condition) tsleep(...)"Theo de Raadt
1995-11-28i386 isa bounce buffers by hannken@eis.cs.tu-bs.deTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt