summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ninjascsi32.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2018-03-22Redo previous; reset async events only if scsibus has already been attached.rin
2018-03-22Do not call scsipi routines via njsc32_init before scsibus is attached.rin
2013-09-14Fix detach return valuemartin
2013-09-14GC unused functions and variables.joerg
2012-03-10take the kernel lock in functions called from attach*().mrg
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-05-16- fix one more device_t/softc split botch in debug codetsutsui
2009-05-16Fix botch on device_t/softc split.tsutsui
2008-07-09- device/softc splitjoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-11-06callout_init has two args.dogcow
2007-11-06- Reset the bus if a Bus Reset condition is detected to make sureitohy
2007-10-29Fix problem where targets with ID 0, 1, or 2 couldn't be reconnected.itohy
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-01-14- Fix panic when the DMA buffer is not 4byte aligned.itohy
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2004-08-26Use ANSI function decls, more static.thorpej
2004-08-26Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs)itohy