summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/isp_sbus.c
AgeCommit message (Collapse)Author
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-02-12set default adapter role, propage config flagsmjacob
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
Major rewrite of a lot of internals- far too many to list. Cleaner locking, more paramaterization, an isp_prt logging function that handles debugging as well as error printouts. We also should no longer hang if there is no Loop for Fibre Channel when booting. The file ispvar.h now contains a list of all platform required macros and explanation as to what they're for. This should make maintenance easier.
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
done (and return CMD_EAGAIN on request queue overflow so we can retry).
2000-02-20Add support for CDBs > 12 bytes.mjacob
2000-01-09Do the bootpath_store dance so we can boot off of a disk attachedmjacob
to an isp controller. This involves rewriting the matched bootpath component for the HBA with the generic 'isp' name so that matching can be done correctly elsewhere. Also use nulling the pointer to f/w to indicate not to load the current f/w set (for older PTI cards) instead of f/w length.
1999-11-22Far too many things to note- a complete new revision coming in.mjacob
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
remove "register" keywords Various cleanups.
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17proper formatting for dmesgTheo de Raadt
1999-03-17Add in a real working isp_sbus.cmjacob
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-11-11A few more dma in non-dma slot checksJason Wright
1997-09-17NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply toJason Downs
us. Includes some pmap changes, for which I don't have the original commit message(s) handy.
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.