summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wt.c
AgeCommit message (Expand)Author
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