summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/uk.c
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-03-30Get rid of register declarations.augustss
2000-03-29Add ukactivate&ukdetach so uk devices can be detached.augustss
1998-12-08When closing, wait for pending xfers to drain before deleting the referencethorpej
1998-11-20Add adapter reference counting for SCSI and ATAPI devices.thorpej
1998-10-19Allow uk to attach at atapibus.bouyer
1998-08-31kill the last remnants of __BROKEN_INDIRECT_CONFIG. (only the pica portcgd
1998-08-17Assign my copyrights to TNF.mycroft
1998-08-15Make copyright notices with my name consistent.mycroft
1998-01-12Adjust for changes to config.thorpej
1997-10-01Cosmetic changes to keep coding style consistency in this directory;enami
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1996-12-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
1996-10-12revert previous kprintf changechristos
1996-10-10- printf -> kprintf, sprintf -> ksprintfchristos
1996-03-17New device attachment scheme:thorpej
1996-03-05Normalize SCSI autoconfiguration output.thorpej
1995-03-24fix syntax error. Andreas Gustafsson <gson@clinet.fi>glass
1994-12-28Numerous changes. Many bugs fixed, better autoconfig, a few new features.mycroft
1994-11-21Clean up open and close routines somewhat.mycroft
1994-11-21Replace dev_unit with device_softc in scsi_link. Change argument to foostart()mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-20First cut at making user-level SCSI commands work. This is untested.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-04-11Fix various types. Remove some outdated flags.mycroft
1994-03-29New SCSI system, based on Julian's more recent work.mycroft
1994-02-16More KNF-like.mycroft
1994-02-01Add scsi_stop_unit(), from Mac code. Other minor nits.mycroft
1993-12-17Canonicalize all #includes.mycroft
1993-11-24Under construction...mycroft