summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Collapse)Author
2000-09-10Pull in two asc fixes from NetBSD, makes pmax port on DS5000/200 alive againMiod Vallat
1999-12-03make this compile again; millert.Jason Wright
1999-11-30more KNF and cleanupJason Wright
1999-11-23pretty up kernel printf'sJason Wright
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-06-23syncTheo de Raadt
1998-06-23add LoFi;jonathanTheo de Raadt
1998-05-18newer asc driver from NetBSDTodd C. Miller
1998-02-16syncTheo de Raadt
1998-02-16Add entries for the PMAZ-DS and PMAZ-FS (Flamingo Turbochannel Dual SCSITheo de Raadt
baseboard devices, normal and fast), and the PMAZB-AA and PMAZC-AA (Turbochannel Dual SCSI option cards, normal and fast); thorpej
1997-11-07$OpenBSD$Niklas Hallqvist
1997-07-08Add fix for another quirky behaviour: sending the command after a syncmhitch
negotiation sometimes doesn't send all the command data for some reason. Transfer remaining fifo data, and if that's not enough, pad the command. This fixes a system reboot during SCSI device probes. From my NetBSD fix. Add missing code to start another device when a disconnect occurs. Also from NetBSD. For all other unknown interrupt conditions, print an explanitory message before rebooting the system. This will be useful in determining other reboots if they happen in the driver. From jonathan@netbsd.org.
1997-02-01put an harmless waring behind an DIAGNOSTICThomas Graichen
1997-01-13small changes to get it compiled on the pmax (does'nt affect anything else)Thomas Graichen
1996-12-08Forgotten files from NetBSD mergeNiklas Hallqvist
1996-12-08Merge to NetBSD 961107, i.e. mostly new bus.hNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-31-Wall fixes needed by alphaNiklas Hallqvist
1996-10-04silence warningTheo de Raadt
1996-07-27mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data isTheo de Raadt
valid at that point, and flushing the fifo will hang the system.
1996-06-18Try to avoid collisions with reselection when starting a new selection.Theo de Raadt
Enable reselections as soon as possible after a disconnect - prevents losing a reselecting device. Check for and ignore a spurious interrupt during a DMA input (from the Mach driver).
1996-06-10sync to 0607Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-10split le driver, add iy driverTheo de Raadt
1996-05-07add :Theo de Raadt
1996-05-02make these work togetherTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-01-05from netbsd:Theo de Raadt
Commit trivial changes from Mach MK84 to force sup'ables source to be updated: Drop spurious interrupts in asc_intr(). Read back the pending SCSI command so asc_intr() can add it to the asc SCSI log.
1995-12-30from netbsdTheo de Raadt
1995-12-26from netbsd:Theo de Raadt
machine-independent TurboChannel bus configuration. These files deal with stuff like: (1) configuring built-in devices, (2) looking at TC slots configuring any devices found. The lists of slots, slot locations, etc. and built-in devices are provided by machine-dependent code. Interrupt handling is also provided by machine-dependent code, but the MD code provides hooks so that standard names for 'establish' and 'disestablish' can be used in drivers.
1995-12-26from netbsd:Theo de Raadt
autoconfiguration information for the TurboChannels System ("IOCTL") ASIC found in many DECstations and all of the TC-bus Alphas. This is provided so that the machine-independent TC if_le driver will be able to use it.
1995-12-26from netbsd:Theo de Raadt
Machine-independent TurboChannel LANCE driver. As-is, this driver should work properly with: (1) LANCE chips hanging off the system IOCTL asic, (2) LANCE chips TurboChannel option boards. Support for various PMAX-family baseboard options isn't yet in this file, but should be easy to add.
1995-12-26from netbsd:Theo de Raadt
files file to define 'tcbus' attribute, to which 'tc's attach. also defines tc device. does _not_ define le driver, because of conflicts with other (e.g. ISA) le drivers. (Alpha kernel configuration files include files.isa and files.tc.)