summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-11-04AD1845 on my AlphaStation 255 doesn't match the AD1845 doc.itohy
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-09-30Fix a very stupid pasto - the card has two B channels, so better notmartin
2001-09-29Add a missing command.augustss
2001-09-26"cms" is not needs-flagthorpej
2001-09-26"aria" does not needs-flagthorpej
2001-09-26IRQUNK -> ISACF_IRQ_DEFAULTthorpej
2001-09-14Allow bus front-end to provide both ioctl and mmap entry points,thorpej
2001-09-02Make 3C509[B] in ISA mode probed correctly on big endian machines.tsutsui
2001-07-23Since ~all pckbc_poll_data1() callers had the appropriate pckbcjdolecek
2001-07-21dev/isa/if_ate.c depends upon 'ate_isa', not just 'ate'jdolecek
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-18bcopy -> memcpythorpej
2001-07-18bcmp -> memcmpthorpej
2001-07-18bzero -> memsetthorpej
2001-07-08Correct various misspellings of 'transfer' and inflected forms.wiz
2001-07-08Remove unnecessary include files. From Onno van der Linden.thorpej
2001-07-01Garbage-collect unneeded rnd.h include.gmcgarry
2001-06-19`existent', not `existant'wiz
2001-06-19ifdef NISAPNP -> if NISAPNP > 0fvdl
2001-06-13withough -> withoutwiz
2001-06-12receive, not recievewiz
2001-06-11transceiver, not transciever.wiz
2001-06-07Compile on sandpoint.briggs
2001-06-07Make the WDC_{ATA|ATAPI}_NOSTREAM flags settable through configurationleo
2001-05-30use _KERNEL_OPTmrg
2001-05-27Add support for the Algorithmics ISA floppy controller.thorpej
2001-05-19space/TAB cosmeticstsutsui
2001-05-15delint: () protect some macro argslukem
2001-05-15delint: need ; between case label and }lukem
2001-05-03Split pci and eisa/isa attachment calls, plus misc cleanup.ross
2001-05-03Make weasel watchdog timer work reliably with help from <thorpej@zembu.com>hpeyerl
2001-04-26Cast the config block buffer to (u_int8_t *) when reading itthorpej
2001-04-26Explictly include <machine/pio.h> (since this driver usesthorpej
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-18ctype-like functions are now in libkern.thorpej
2001-04-11Put back all header files defining ioctlsjdolecek
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-03-31fix typo in commentjdolecek
2001-03-31Prepare for MCA attachment:jdolecek
2001-03-24First step to cleanup the hardware driver <-> upper layers interface.martin
2001-03-23if_wereg.h is no longer here.briggs
2001-03-23Forgot this one:jdolecek
2001-03-23Split we(4) driver to bus independant and ISA-specific parts, in preparationjdolecek
2001-03-23Move tx chain result handling into iystart(). This way, ww normally onlyis
2001-03-22Oops. We _do_ need to receive broadcasts. At least as long as we want ARP.is
2001-03-16Some minor, atari only, changes to make this work on the Milan:leo
2001-03-16Don't need to use the hash filter for a single individual address; makeis