summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wt.c
AgeCommit message (Expand)Author
1999-01-10Avoid `void *' arithmetic. Fixes PR 6783.augustss
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-01-20make compile without BROKEN_INDIRECT_CONFIG,drochner
1998-01-12Update for config changes.thorpej
1997-10-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-08-08Add back ia->iobase to initializer macros for softc device-register offsets.jonathan
1997-08-05Use <bus.h>.jonathan
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-05wtpoll() -> wtsoft()mycroft
1996-05-12Use intr.h.mycroft
1996-04-29Prototype fixeschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1996-03-01Add support to the ISA DMA framework for auto-initialize mode.mycroft
1996-01-12Use WTDBPRINT() instead of DEBUG() for driver debugging printf()s..thorpej
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-07-04Make each disk and tape driver define its own read and write functions.mycroft
1995-06-26make dump stubs consistentcgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-29lip service to making ISA support machine-independent. This is the firstcgd
1995-01-03Add interrupt sharing types.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-03Update to match autoconfig code.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-27new RCS ID format.cgd
1994-07-25Add missing splbio()s, pointed out by Gene Stark.mycroft
1994-06-16b_un.b_addr -> b_datamycroft
1994-05-05Remove now-bogus cast.mycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-04-22Separate DMA functions.mycroft
1994-04-21Fix return of I/O space size from wtprobe(), as reported by Rafal Boni.mycroft
1994-04-07Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.mycroft
1994-03-29New version from Sergey Ryzhkov and Serge Vakulenko.mycroft
1994-03-08#include cpu.h in all files which use spl*().mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-02-09All ioctl routines take a struct proc * now.mycroft
1993-12-20Canonicalize all #includes, and add pio.h where appropriate.mycroft
1993-07-28incorporate changes from 0-9-base to 0-9-ALPHAcgd
1993-07-19kill damned RCS Logcgd
1993-07-19Reading file marks or writing end of tape return 0 bytes, AND THEYcgd
1993-05-22add rcsids to everything and clean up headerscgd
1993-03-21initial import of 386bsd-0.1 sourcescgd