summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wt.c
AgeCommit message (Expand)Author
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2000-07-06Use device_lookup().thorpej
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-08Cast bus_size_t to u_long for printing.thorpej
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej
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