summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2002-02-02Reduce the massive code duplication regarding joy(4). Split it intojdolecek
2002-01-28really fix it this time.sommerfeld
2002-01-28Finish conversion to new-style isa config machinery (#ifdef DEBUG code wassommerfeld
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-11Resurrect the 'sc->sc_sbdsp.sc_dev.dv_cfdata = match' in pasprobe(),jdolecek
2002-01-11Fix fallout from previous - the 'sc->sc_dev.dv_cfdata = match' needsjdolecek
2002-01-08Deal with lossage caused by recent isa changes [/briq potr]christos
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2002-01-07"attach radio at radio":drochner
2002-01-06Increase max sampling rate on SB16. It seems almost all models supports it.augustss
2002-01-03Add \n in attach messages.augustss
2002-01-02Change the probe code. You cannot unmap bus space and then use it.augustss
2002-01-02Add missing newline.augustss
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss
2001-12-31Labels must be followed by statements.thorpej
2001-12-29Add a case for x86_64.thorpej
2001-12-16Rename weasel.c to weasel_isa.c in preparation for supporting thethorpej
2001-12-16Try again: weasel -> weasel_isathorpej
2001-12-16Oops, revert previous; it included some other changes there weren'tthorpej
2001-12-16weasel -> weasel_isathorpej
2001-12-06Fix PR 13465 by Krister Walfridsson: memory initialization used uninitializedrafal
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-26Added macros for the bits in the SYSBUS byte, and macrosfredette
2001-11-26add $NetBSD$ and copyright notice and rcsid.yamt
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-26- add power management code.yamt
2001-11-24- add (partial?) i/o mode support.yamt
2001-11-21Presence looks better with a 'c' instead of an 's'.wiz
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
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