summaryrefslogtreecommitdiff
path: root/sys/dev/isa/seagate.c
AgeCommit message (Expand)Author
2000-07-06Use device_lookup().thorpej
2000-05-03Adjust asm patterns for newer versions of GCC.mycroft
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-09-30Update for SCSPI changes.thorpej
1999-03-19don't need isa_machdep.h, since isavar.h is includedcgd
1999-02-19Kill vestiges of isa_establish().mycroft
1998-12-05Update HBAs to incorporate the new max_lun property.mjacob
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-08-15Make copyright notices with my name consistent.mycroft
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-13make it compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-12Update for config changes.thorpej
1998-01-05RCSID Police.perry
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1996-11-05Eliminate unsolicited spewage; PR #2108.mikel
1996-10-13backout kprintf changeschristos
1996-10-10printf -> 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-05-12Use intr.h.mycroft
1996-04-29Fix gcc -Wall warnings.christos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-09-26memcmp -> bcmp. Fixes PR #1518.thorpej
1995-09-14Make *print() a message if no scsibus was attached. Also, return somethingpk
1995-07-28Don't loop if we're out of CCBs/SCBs/MSCPs.mycroft
1995-07-24update SCSI minphys routines' definitions to match standard minphys()cgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-13Simplify some sanity checks.mycroft
1995-01-03Add interrupt sharing types.mycroft
1995-01-02Need isareg.h.mycroft
1995-01-02Don't assume ia_maddr is in the hole.mycroft
1994-12-28Numerous changes. Many bugs fixed, better autoconfig, a few new features.mycroft
1994-11-03Update to match autoconfig code.mycroft
1994-11-03Commit this, though it really does need work.mycroft