summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2000-07-25Map txrate for prism2, where each bit is apparently assigned to theonoe
2000-07-24Improve the model identification and match. Addresses PR-10485.gmcgarry
2000-07-24Regen.gmcgarry
2000-07-24Add entries for all Xircom ethernet models.gmcgarry
2000-07-24create a funcion, siop_busreset(), to reset the scsibus.bouyer
2000-07-24Pass the level and vector to vme_intr_map() in the correct order.scw
2000-07-24Increase polled command timeout to 2s.ad
2000-07-24Purge C++-style comments.mycroft
2000-07-23Be a little more explicit and careful about setting links in TDs and QHs.augustss
2000-07-23* Add entries for older Yamaha YMF chips (724, 740) plus thejonathan
2000-07-23* Add entries for older Yamaha YMF chips (724, 740) plus thejonathan
2000-07-22Add short device descriptions in comment lines.pk
2000-07-21- Big endianness cleanup:is
2000-07-21add support for SIOCS80211NWKEY and SIOCG80211NWKEY.onoe
2000-07-20Add the pccard controller for a Toshiba Portege drive. No vendor ID, noabs
2000-07-20Take advantage of generic soft interrupts, if available.scw
2000-07-20Regen.ad
2000-07-20Add what is apparently ESS's old vendor ID and corresponding product ID forad
2000-07-20Make it compile when PCIIDE_AMD756_ENABLEDMA is defined. From kern/10555bouyer
2000-07-20Regen.tsutsui
2000-07-20Add PMAG-JA framebuffer.tsutsui
2000-07-20don't define LIST_FOREACH, it's in sys/queue.h now.deberg
2000-07-19add some more CTIO flagsmjacob
2000-07-19zero result queue entry when done if debugging.mjacob
2000-07-19fix mislabelled error casemjacob
2000-07-19Fixx off-by-one error in handlereset().pk
2000-07-19More printf format munging for off_t: when printing as %lld, cast to long long.nathanw
2000-07-19Add MIDI support. From Tatoku Ogaito.augustss
2000-07-19moved the check priviledge for SIOCS80211NWID from each driver to ifioctl().onoe
2000-07-18Use device_lookup() and ditch TAILQ sillyness.ad
2000-07-18add WEP support also for PRISM2 cards.onoe
2000-07-18Add support for Corega Wireless LAN PCC-11, and Farallon SkyLINE 11Mb.onoe
2000-07-18Add Farallon SkyLINE 11mb card as Intersil Prism2onoe
2000-07-18add "#define PCI_INTERRUPT_PIN_MAX 0x04"soda
2000-07-18PAGE_SIZE -> IOASIC_DMA_BLOCKSIZE in one last place. From Izumi Tsutsui.thorpej
2000-07-18Back out previous. It is no longer needed, as both the Alphathorpej
2000-07-17Don't make assumptions of the actual value of PCI_PMCSR_STATE_D0.tron
2000-07-17Don't clobber bits from 2 to 31 when trying to change the power state.tron
2000-07-17Clear the DMA pointer reload interrupt bits in the IOASIC_INTRthorpej
2000-07-17Regen.augustss
2000-07-17Some more products (from FreeBSD).augustss
2000-07-17- Write the registers 7930 registers properly on the Alpha (it'sthorpej
2000-07-17Define IOASIC_DMA_BLOCKSIZE (4096 bytes).thorpej
2000-07-17G/c some unused (and incorrect, for our usage) definitions.thorpej
2000-07-17Use the IOASIC_DMA_ADDR() macro now that it is fixed.thorpej
2000-07-17Make sure to get the upper 5 bits of the page address mixed inthorpej
2000-07-16If card is in power state D3 put it into power state D0 so that it willtron
2000-07-15Fix uninitialized variable (reg) in fxp_pci_confreg_restore();jhawk
2000-07-15Avoid printing duplicate colon when card is waked up.tron
2000-07-15Un-__P'ify kernel prototypes.tron