Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-17 | Nuke a bunch of leading and trailing whitespace so I don't go blind | Kenneth R Westerback | |
reading this code. No intentional functional change. | |||
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray | |
ok mpi@ kspillner@ | |||
2007-10-01 | more btoc -> atop | Martin Reindl | |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat | |
2004-12-30 | Current ahd timeout code does nothing. Add fbsd style timeout | Kenneth R Westerback | |
handling which will at least try to recover. ok marco@. | |||
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback | |
functional change. | |||
2004-12-20 | Activate packetized status handling. | Kenneth R Westerback | |
ok tdeval@. | |||
2004-12-18 | Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates. | Kenneth R Westerback | |
2004-12-16 | Delete VL/EISA cruft left over from ahc. | Kenneth R Westerback | |
2004-12-13 | Use millisends rather than microseconds in parameters to timer | Kenneth R Westerback | |
functions, and ultra-conservative calculations, to avoid possible overflow issues. Also consistant with values passed in scsi requests. Whitespace and comment tweaks. Update FreeBSD tags now that we are sync'd to the latest version. From FreeBSD aic79xx.c r1.33, aic79xx.h r1.23, aic_osm_lib.h r1.4. | |||
2004-11-23 | More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one | Kenneth R Westerback | |
line and zero line functions. Fix a potential bug (ahd_set_transaction_status was used where ahd_set_scsi_status was intended) inside a currently #ifdef 0/#endif section of code. No functional changes intended except for a bit of extra locking via ahd_list_lock*. ok marco@. | |||
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and ↵ | Kenneth R Westerback | |
variable shuffle. No functional change. | |||
2004-11-14 | More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' and | Kenneth R Westerback | |
the fallout from that. Ensure pcireg_t variables are being used with pci_conf_read/write functions - found one uint16_t variable (pcix_status) being used to store and restore (32 bit) pcireg_t values. Some KNF. No functional changes. | |||
2004-10-24 | Missed file from previous aic diff. | Kenneth R Westerback | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-06 | Remove __static inline to make the kernel ~24k smaller on i386 and make the ↵ | Marco Peereboom | |
debug sessions bearable. ok krw@ deraadt@ | |||
2004-05-23 | Hack to prevent uvm_fault when timeout_del deletes a non-existing timer ↵ | Marco Peereboom | |
during boot. ok krw@ | |||
2004-05-20 | Remove bogus $Id. | Marco Peereboom | |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom | |