summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
1997-11-12fix argh disklabel problem, pr#346Theo de Raadt
1997-11-11regenNiklas Hallqvist
1997-11-09Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver.gene
Add copyright for this amount of rewrite.
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.
1997-11-04Support ISA VGA for real on DEC AXPPCI 33Niklas Hallqvist
1997-11-04fix autodma and high dma, also copy data only when using bounceNiels Provos
buffers. semantics for isadma_acquire and isadma_release from freebsd.
1997-10-18oopsTheo de Raadt
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-13powerpcPer Fogelstrom
1997-10-07the iosize is dummied to 0x666Michael Shalayeff
1997-10-07no, man! *probe sets iosize, according to the isa.cMichael Shalayeff
1997-10-07should workMichael Shalayeff
1997-10-07do not modify ia_iosize, use another temporaryTheo de Raadt
1997-10-06make it comple w/ ED_DEBUGMichael Shalayeff
1997-09-30fix it better, use iosizMichael Shalayeff
1997-09-30special XXX for MDPA lpt portMichael Shalayeff
1997-09-29<sys/types.h> OR <sys/param.h>, BUT NOT bothMichael Shalayeff
1997-09-24Revert, as we won't have enough time to test this fully before release.Niklas Hallqvist
1997-09-22Use vm_page_alloc_memory API. Some cleanup.Niklas Hallqvist
1997-09-15AHADEBUG cleanlinessflipk
1997-09-13move int error out of ifdef DKBAD, it was used elsewhereNiklas Hallqvist
1997-09-11Driver for ISA EtherExpress Pro/10 ethernet card.gene
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu).
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-20Fix for some stupid ne2000 clones that get into a weird state andTodd C. Miller
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de>
1997-08-08typoNiklas Hallqvist
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-08Initialize hwreset.Jason Downs
1997-08-07prettyNiklas Hallqvist
1997-08-07silence this thing againTheo de Raadt
1997-08-01squish into one lineTheo de Raadt
1997-07-30KNF and other style nitsNiklas Hallqvist
1997-07-30Sync to netbsd + use OpenBSD bus_space_*_raw_ APINiklas Hallqvist
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1997-07-13Get rid of pauseTobias Weingartner
1997-07-12Add PnP stuff. Should compile, doubt if it works 100%. Worked forTobias Weingartner
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-)
1997-07-12Add missing sc->sc_dev.dv_xname arg to isa_intr_establish().Todd C. Miller
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-07-07Busification errors needed for compilation on alphaNiklas Hallqvist
1997-07-07SanityNiklas Hallqvist
1997-07-07Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07Busified and KNFdNiklas Hallqvist
1997-07-06get rid of long, and let alpha grok the bad sectoringNiklas Hallqvist
1997-07-06OpenBSD tagNiklas Hallqvist
1997-07-04Slight fix to last, didn't see it quick enough.Jason Downs
Original log: date: 1997/06/17 15:39:18; author: bouyer; state: Exp; lines: +3 -2 wdcreset should return errors, even if !VERBOSE !
1997-07-04ASUS/Triton support, based on manuel's code (different, busified, shouldJason Downs
still amount to the same thing, but I don't have such a board to test). Original log: date: 1997/06/16 13:43:57; author: bouyer; state: Exp; lines: +27 -11 Support pour la nouvelle Asustek TX97-E (avec le nouveau chip Triton).
1997-07-04Support ATAPI devices without wd devices, based on manuel's code.Jason Downs
1997-06-20typoMichael Shalayeff