summaryrefslogtreecommitdiff
path: root/sys/dev/isa/seagate.c
AgeCommit message (Expand)Author
2022-09-25malloc(9) -> kmem(9)thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2015-09-12fix spl issues, found by brainy.christos
2014-04-08Add __diagused.hannken
2012-10-27split device_t/softc for all remaining drivers.chs
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-16ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-04-03avoid stupid printfs during probechristos
2002-11-02changed asm()s to __asm()s.perry
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2002-01-28really fix it this time.sommerfeld
2002-01-28Finish conversion to new-style isa config machinery (#ifdef DEBUG code wassommerfeld
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-07-18bcmp -> memcmpthorpej
2001-06-12receive, not recievewiz
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-12-17Fix a reversed test.bouyer
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