summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/sbc.c
AgeCommit message (Expand)Author
2012-12-07Remove the R1 syntactic sugar, since it collides with a #define inhauke
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-08-04gcc4 "uninitialized" variable; previous workaround doesn't satisfy gcc4 -mhitch
2006-05-10Fix a bunch of cast lvalues.skrll
2006-01-17add fault-protection in sbc_pdma_in() like in all the other PDMA functions.chs
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-16Fixes for volatile problemsjmc
2005-01-15de-__P, remove register, ansify, b* -> mem*.chs
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2002-09-27remove trailing \n in panic(). approved perry.provos
2000-03-18Add a ncr5380_attach() routine which does part of the initialization, attachesmycroft
1999-11-02[Redo] Catch up with recent changes to scsipi flags. Closes PR 8675.scottr
1999-09-17Centralize the declaration and clearing of `cold'.thorpej
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-10-10Garbage-collect the open_target_lu and close_target_lu entry points fromthorpej
1998-07-04defopt DDB.jonathan
1998-01-17We haven't needed a driver-specific minphys() for quite some time now.scottr
1998-01-12Update for changes to config.thorpej
1997-12-06PR 4078: Enabling the SCSI IRQ interrupt to allow reselects to workscottr
1997-10-10Remove advertising clause.scottr
1997-09-06Catch bus error in sbc_pdma_out() and panic with a reasonablescottr
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-08-11Make #include directives consistent. All MD headers are of the form:scottr
1997-06-30Due to reliability problems on some models, back out the more radical ofscottr
1997-06-29Update for mac68k_buserr_addr -> m68k_fault_addr change.scottr
1997-05-13Tweak sbc_drq_intr() (interrupt-driven PDMA interrupt handler); itscottr
1997-04-28Undo a hack added in the last overhaul (which caused an extraneous bytescottr
1997-04-18For small writes, use PIO rather than PDMA; this increases the reliabilityscottr
1997-04-07Rework PDMA read/write functions based on Matthias Pfaller's pc532 ncrscottr
1997-03-01Split bus-dependent autoconfig code from the driver. This allows forscottr
1997-02-28Convert to generalized VIA interrupt registrationscottr
1997-02-26Minimal changes to adapt to removal of NCR5380_PERMIT_RESELECT.gwr
1997-02-24Update copyright and license.scottr
1997-01-20#ifdef out write hack, and fix possible uninitialized variable.scottr
1997-01-07Fix typo in last: cf->cf_unit -> sc->dv.dv_unitscottr
1997-01-05Add basic support for a Duo dock SCSI controller, from Daishi Kato.scottr
1996-12-16Convert all foo_match() functions to use a `struct cfdata *' for theirscottr
1996-11-13Use bitmask_snprintf().thorpej
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-08-28(1) set scsi_link channel to either the appropriate channel (if acgd
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-06-19Update some comments, and the copyrightscottr
1996-06-11Deal with interrupt flags more carefully, and use the correct offsetscottr
1996-05-29- Simplify writes in sbc_drq_intr().scottr
1996-05-08Remove some gross hacks that were added due to interrupt grossness thatscottr