summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-05-16Use dm_mapsize instead of homegrown one; jason@ ok.Federico G. Schwindt
2001-05-16Bring chip out of suspend mode in case we're booting after a shutdown fromAaron Campbell
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16shorten by one byte :-)Theo de Raadt
2001-05-16use dma_mapsize now that's available.Federico G. Schwindt
2001-05-16dump private extended ac97 reg defsMichael Shalayeff
2001-05-16split codec vendor/product into separate tables,Michael Shalayeff
2001-05-16extended registers are now in ac97.hMichael Shalayeff
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-16more regs from 2.2 version of specsMichael Shalayeff
2001-05-16update copyrightJason Wright
2001-05-16If we run out of transmit slots, try to copy the next mbuf into a singleJason Wright
2001-05-15partial KNFTheo de Raadt
2001-05-15a few more codecs, a few more consts, trailing spacesMichael Shalayeff
2001-05-15- correct some bus_dmamap_sync() usageJason Wright
2001-05-15syncTheo de Raadt
2001-05-15shrinkTheo de Raadt
2001-05-15- bus-dmaify txpJason Wright
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller
2001-05-14use bus_dmamap_sync() as appropriateJason Wright
2001-05-14if we are prism2 print soMichael Shalayeff
2001-05-14From PR 1820 - initialize builin CSU/DSU card properlyChris Cappuccio
2001-05-14kill agregate messages; reported by stephen@etunnels.comTheo de Raadt
2001-05-14add swiss german layout; from Kaspar Brand <kasparb@freesurf.ch>Michael Shalayeff
2001-05-14- simplify hifn_dmamap_aligned()Jason Wright
2001-05-14use real uioTheo de Raadt
2001-05-13First try at bus_dma(9)-ifying hifn7751 driver... advantages:Jason Wright
2001-05-13syncTheo de Raadt
2001-05-13hmm, these should not need entries...Theo de Raadt
2001-05-13use criov_copydata for grabbing iv for next packetJason Wright
2001-05-13missing elseJason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2001-05-13Initial support for Broadcom 5820, which is very much like the 5805 exceptJason Wright
2001-05-12syncTheo de Raadt
2001-05-12more cyrix devsTheo de Raadt
2001-05-11syncNathan Binkert
2001-05-11New National Semiconductor gigabit phyNathan Binkert
2001-05-11I think this will match and work on a hifn 7951Theo de Raadt
2001-05-11syncTheo de Raadt
2001-05-11some moreTheo de Raadt
2001-05-11Revert previous untested change, until a fix is ready.Miod Vallat
2001-05-11oh, i forgot to put this in ;-)Theo de Raadt
2001-05-10Simplify probe routine.Aaron Campbell
2001-05-10dmamem_unmap the memory before dmamem_freeig it.Michael Shalayeff
2001-05-10in txp_intr() only refill the rx buffer ring if it is empty; based onJason Wright
2001-05-09revert reverted patch now that bus_dma has been updated on i386Jason Wright
2001-05-08inplement screen burner in screenblank(1) style (no program though).Michael Shalayeff
2001-05-08document registers off BAR1 found on the 7951Theo de Raadt
2001-05-08simplify printsTheo de Raadt
2001-05-08string names for those new classes/subclasses; from netbsdMichael Shalayeff