| Age | Commit message (Expand) | Author |
| 2012-09-07 | set isp_xffree, like the PCI frontend does | macallan |
| 2010-03-26 | Synchronize with other platforms: | mjacob |
| 2009-09-17 | Remove struct sbusdev and related functions sbus_establish() and sbusreset(). | tsutsui |
| 2009-09-07 | Split device_t/softc. | tsutsui |
| 2009-06-25 | Update ISP driver to latest and greatest. Includes support for the 8Gb part. | mjacob |
| 2009-05-17 | Use device_private() to get struct sbus_softc from device_t parent. | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-04-07 | use device_xname() and get rid of isp_name | cegger |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-11 | Checkpoint of some fairly major isp(4) rototilling. | mjacob |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-07 | Remove some #if'd out dead code. | mjacob |
| 2007-05-24 | Major update to isp(4) driver to bring it in line with external sources. | mjacob |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-15 | Missing initializers | martin |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | pk |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-05-18 | Pointy hat to me on the last delta. | mjacob |
| 2002-05-17 | Replicate change that Matt Thomas made in isp_pci- if we get ENOMEM/EAGAIN | mjacob |
| 2002-03-21 | Fixup attachment code to use sbus_promaddr_to_handle() and not specify | eeh |
| 2002-03-11 | Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct | pk |
| 2002-02-21 | Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option). | mjacob |
| 2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-26 | getprop* -> PROM_getprop* | eeh |
| 2001-09-01 | Add support for 2 Gigabit cards (2300/2312). This necessitated a change | mjacob |
| 2001-07-06 | twiddle isp_xflist calculation to match more closes isp_pci.c | mjacob |
| 2001-04-12 | Clean up bus dma code for request/response queues. | mjacob |
| 2001-03-14 | ansify code | mjacob |
| 2001-03-08 | Use bus_dmamap_load(), not bus_dmamap_load_raw(), and add | thorpej |
| 2001-02-28 | Oh, god, make the pain stop. "Fix" this one more time- but for the next | mjacob |
| 2001-02-25 | this was *still* wrong | mjacob |
| 2001-02-25 | More Kudos to Izumi: fix another argument to bus_dmamap_sync | mjacob |
| 2001-02-24 | Now that the underlying code for bus_dmamap_sync appears to do the | mjacob |
| 2001-02-23 | Add missing BUS_DMA_COHERENT to bus_dmamap_load_raw calls for request | mjacob |
| 2001-02-23 | Implement bootverbose recognition. Move interrupt registry up a bit so we can | mjacob |
| 2000-12-23 | Fix pathnames in comment. | wiz |
| 2000-10-22 | fix SBus bursting *correctly* this time | mjacob |
| 2000-10-17 | quiet chatty boot messages | mjacob |