summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
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
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
1997-08-08typoNiklas Hallqvist
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
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
1997-07-13Get rid of pauseTobias Weingartner
1997-07-12Add PnP stuff. Should compile, doubt if it works 100%. Worked forTobias Weingartner
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
1997-07-04ASUS/Triton support, based on manuel's code (different, busified, shouldJason Downs
1997-07-04Support ATAPI devices without wd devices, based on manuel's code.Jason Downs
1997-06-20typoMichael Shalayeff
1997-04-18alpha is like amiga in the sense it doesn't support bad block lists.Niklas Hallqvist
1997-04-16Missing init of a bus_space_tagNiklas Hallqvist
1997-04-14Correct some bogus casts and change u_short -> u_int16_tTodd C. Miller
1997-04-13no Debugger() w/ no DDB definedMichael Shalayeff
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
1997-04-07cf_flags & 0x20 forces device to be found even if it won't probe.Jim Rees
1997-03-2164-bit clean. if_ed.c now works on alpha.Niklas Hallqvist
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
1997-02-24We do NOT want interrupts when in polled mode. Fixes ATAPI bootNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-13riscpc++Per Fogelstrom
1997-01-29Match com changes.Jason Downs
1997-01-26Some more KNFNiklas Hallqvist
1997-01-26Fixed a busification bug (some may well remain), as well as some KNF issuesNiklas Hallqvist
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1997-01-23changed aicprint() to scsiprint()flipk
1997-01-22back out bounce buffer fixes until i get them working 100%Theo de Raadt
1997-01-17add tagkstailey
1997-01-16ahaprint() & btprint() -> scsiprint()kstailey