summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2001-10-04Attach sf2r and aztech.Grigoriy Orlov
2001-10-04SoundForte RadioLink SF16-FMR2 FM Radio Card device driverGrigoriy Orlov
2001-10-04Aztech/PackardBell FM Radio Card device driverGrigoriy Orlov
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-29Next step in making the com driver improvable.Artur Grabowski
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-20occured->occurredMike Pechkin
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-22iobase is a bus_addr_tJason Wright
2001-08-20Allow driver to recognize Cyclades 4Y and 8Y cards.smart
2001-08-19KNFsmart
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-08-07syncTheo de Raadt
2001-08-07another ESS; hideishi@magisystem.netTheo de Raadt
2001-08-03proper vga_* handling; pointed out by tholo@Michael Shalayeff
2001-07-31License clarification from Eric S. Raymond.Peter Valchev
2001-07-21- don't allow wildcarded interruptsJason Wright
2001-07-20Not mapping registers you know are there (even if they don't work) is aJason Wright
2001-07-18do not reset the volume after playback; landy@alumni.caltech.eduTheo de Raadt
2001-07-17don't bother mapping the status registers, we don't use it.Jason Wright
2001-07-17From NetBSD: driver for Addonics FlexPort 8SJason Wright
2001-07-13On my 10th wedding anniversary I am celebrating byNiklas Hallqvist
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-07-08OpenBSD tag.Federico G. Schwindt
2001-07-06__powerpc__ is defined in gcc's specs and used throughout the tree for powerp...Steve Murphree
2001-07-06correct includes for mvmeppcSteve Murphree
2001-07-04Kill this for real hopefullyNiklas Hallqvist
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-27recieve -> receiveNathan Binkert
2001-06-27zap old vmArtur Grabowski
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-06-23Actually, should just use m_tag_init()Angelos D. Keromytis
2001-06-23LIST_INIT, not TAILQ_INIT.Angelos D. Keromytis
2001-06-06missing bus linkage. ok, niklas@David Leonard
2001-05-20Convert from tdbi to tags.Angelos D. Keromytis
2001-05-13syncTheo de Raadt
2001-05-13hmm, these should not need entries...Theo de Raadt
2001-05-08syncTheo de Raadt
2001-05-08another modemTheo de Raadt
2001-04-19dmesg printout tweaksTheo de Raadt
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-12Call isa_malloc with drq < 4, in case 8-bit DMA channels with moreConstantine Sapuntzakis
2001-04-12The old code was broken and always allocated for a 16-bit DMA channel,Constantine Sapuntzakis
2001-04-06Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set.Federico G. Schwindt
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist