summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First round of __P removal in sysmillert2002-03-148-41/+41
|
* Sprinkle pmap_update calls where relevant and some otherart2001-12-081-1/+2
| | | | misc pmap usage fixes.
* Kill uvm_pagealloc_contig. The two drivers that still used it should haveart2001-11-301-5/+27
| | | | | | been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes.
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-062-4/+3
| | | | (Look ma, I might have broken the tree)
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-111-2/+1
|
* absolutely no need to include vm_parm.h after vm.hmickey2001-08-121-2/+1
|
* More pmax files are leaving the party.miod2001-06-276-2987/+3
|
* zap old vmart2001-06-271-9/+1
|
* Convert to new timeouts; miod@ okaaron2001-06-254-7/+11
|
* Revert previous untested change, until a fix is ready.miod2001-05-112-8/+5
|
* Convert to new timeouts.aaron2001-05-012-5/+8
|
* spellingtodd2001-01-252-4/+4
|
* allocate le_iomem in le_ioasic_attach instead of MD code,art2000-11-081-3/+17
| | | | only for UVM.
* Pull in two asc fixes from NetBSD, makes pmax port on DS5000/200 alive againmiod2000-09-101-16/+16
|
* make this compile again; millert.jason1999-12-031-1/+4
|
* more KNF and cleanupjason1999-11-301-52/+58
|
* pretty up kernel printf'sjason1999-11-231-1/+2
|
* o if_media'fied am7990jason1998-09-164-4/+8
| | | | o if_media'fied sun4m le.
* syncderaadt1998-06-232-3/+3
|
* add LoFi;jonathanderaadt1998-06-231-2/+3
|
* newer asc driver from NetBSDmillert1998-05-184-140/+253
|
* syncderaadt1998-02-162-2/+34
|
* Add entries for the PMAZ-DS and PMAZ-FS (Flamingo Turbochannel Dual SCSIderaadt1998-02-161-1/+5
| | | | | baseboard devices, normal and fast), and the PMAZB-AA and PMAZC-AA (Turbochannel Dual SCSI option cards, normal and fast); thorpej
* $OpenBSD$niklas1997-11-0711-0/+11
|
* Add fix for another quirky behaviour: sending the command after a syncmhitch1997-07-081-10/+67
| | | | | | | | | | | | | 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.
* put an harmless waring behind an DIAGNOSTICgraichen1997-02-011-0/+2
|
* small changes to get it compiled on the pmax (does'nt affect anything else)graichen1997-01-132-3/+3
|
* Forgotten files from NetBSD mergeniklas1996-12-083-0/+503
|
* Merge to NetBSD 961107, i.e. mostly new bus.hniklas1996-12-089-399/+211
|
* added const to second parameter of cfprint_t routineskstailey1996-11-232-5/+5
|
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-3/+3
| | | | possibly taken in small steps
* -Wall fixes needed by alphaniklas1996-10-311-1/+3
|
* silence warningderaadt1996-10-041-1/+2
|
* mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data isderaadt1996-07-271-7/+3
| | | | valid at that point, and flushing the fifo will hang the system.
* Try to avoid collisions with reselection when starting a new selection.deraadt1996-06-181-7/+68
| | | | | | | 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).
* sync to 0607deraadt1996-06-102-21/+48
|
* sync 0521deraadt1996-05-269-36/+446
|
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-105-226/+338
|
* split le driver, add iy driverderaadt1996-05-101-6/+8
|
* add :deraadt1996-05-071-3/+3
|
* make these work togetherderaadt1996-05-025-229/+267
|
* partial sync with netbsd 960418, more to comederaadt1996-04-216-125/+167
|
* NetBSD 960317 mergeniklas1996-04-189-77/+583
|
* from netbsd:deraadt1996-01-051-3/+2200
| | | | | | 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.
* from netbsdderaadt1995-12-301-0/+3
|
* from netbsd:deraadt1995-12-263-0/+444
| | | | | | | | | | | | 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.
* from netbsd:deraadt1995-12-261-0/+73
| | | | | | | 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.
* from netbsd:deraadt1995-12-262-0/+384
| | | | | | | | | 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.
* from netbsd:deraadt1995-12-261-0/+16
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.)