summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1994-03-25Put controller target in scsi_switch.mycroft
1994-03-25Fix off-by-one error in comopen() unit number sanity check. From Brian demycroft
1994-03-24print even more SCSI sense data; this should be in a function...cgd
1994-03-24print out lots of info on non-media hardware error...cgd
1994-03-23copyright foocgd
1994-03-23Don't poll more than 4 ports.mycroft
1994-03-23Some stylistic cleanup, and a very minor speedup.mycroft
1994-03-23add AST-style serial multiport support, from Roland McGrathcgd
1994-03-23add AST-style serial multiport support, from Roland McGrathcgd
1994-03-18add reasonable support for MDMBUF output flow control. input to be done latercgd
1994-03-14Remove two bogus splx()s.mycroft
1994-03-14Fix for trailer support reported by <sommerfeld@orchard.medford.ma.us>hpeyerl
1994-03-12Prefix the busy-wait messages with `ignore this:' so people stop reportingmycroft
1994-03-12Fix problem with reading the disk label if it's not at the beginning of themycroft
1994-03-12copy appropriate hardware config bits from config's flagscgd
1994-03-12fix some of the last; thanks to charles for looking it over...cgd
1994-03-12support new ioctls. fix the way CRTSCTS is used, etc. Seperate 'hardware'cgd
1994-03-12Fix bug in last change.mycroft
1994-03-12Remove backward compatibility hacks for config(8), as they are no longermycroft
1994-03-12Update to match config(8).mycroft
1994-03-12Rearrange top-level configuration to be more consistent.mycroft
1994-03-11Various:mycroft
1994-03-10Add a heuristic for detecting old config(8)s. This is very temporary.mycroft
1994-03-10Now that the disk probe routines are actually called, they need to returnmycroft
1994-03-10Update for new config; handles subdevices differently.mycroft
1994-03-10Updates to match config(8).mycroft
1994-03-10More updates for new config.mycroft
1994-03-10Update for new config.mycroft
1994-03-10Add isa_dmaabort().mycroft
1994-03-10Cleanup to fit standard coding conventions, and *many* bugs fixed.mycroft
1994-03-09Fix NS handling.mycroft
1994-03-09Back out previous change for now.mycroft
1994-03-08Inline spl*() calls.mycroft
1994-03-08#include cpu.h in all files which use spl*().mycroft
1994-03-08Major cleanup and many bugs fixed; based in part on Brad Huntting's versionmycroft
1994-03-07Some changes inspired by Bruce Evans's driver:mycroft
1994-03-07Remove DKFL_QUIET.mycroft
1994-03-06Don't let uninitialized variable slip byws
1994-03-06Better delay() from magnum branch.mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-03-05Move the drive select and various other things into wdcommand(), to avoidmycroft
1994-03-04Make sure we clear the interrupt when necessary. Why this isn't needed onmycroft
1994-03-04Add another missing splx().mycroft
1994-03-04Remember to splx() on some error conditions.mycroft
1994-03-04Start the timeout loop *after* we've decided there is a disk there.mycroft
1994-03-04De-ANSIfy. Move the timeout counter into struct disk. Remove unneeded argsmycroft
1994-03-04New probe for 3c579's (EISA). EISA cards still don't work but Ihpeyerl
1994-03-03Upload the ether address to the card after a reset, per Matt Kimmel.mycroft
1994-03-03Watch `seek complete' bit per IBM documentation. Clean up wdioctl(). Othermycroft