summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-05-22- delay allocation of rng handling structuresJason Wright
2001-05-22- Don't poll the rng more than 100 times a secondJason Wright
2001-05-22Initialize packet tag -- this has probably been causing panics forAngelos D. Keromytis
2001-05-22Compile with WDCDEBUG. Fix a debug printout.Hakan Olsson
2001-05-22support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer....Michael Shalayeff
2001-05-22Vendor and prodid are 16-bits, not 32.Federico G. Schwindt
2001-05-22A few more entries from NetBSD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22More products from NetBSD.Federico G. Schwindt
2001-05-22Corega FastEther TXD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22Corega Fast Ether TXD; from NetBSD.Federico G. Schwindt
2001-05-22Add Synergy21 S21810 support; from NetBSD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22Add Synergy21 S21810; from NetBSD.Federico G. Schwindt
2001-05-20Convert from tdbi to tags.Angelos D. Keromytis
2001-05-18stupidous debug was left enabledMichael Shalayeff
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17Implement pcic_delay, it uses tsleep for large delays to avoidFederico G. Schwindt
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-16use ac97_set_rate, auvia can use it too, cannot test it thoughMichael Shalayeff
2001-05-16add surrond, center and lfe ports (per 2.2 spec).Michael Shalayeff
2001-05-16define power register bitsMichael Shalayeff
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16malloc memory w/ NOWAIT during autoconf time, and check for NULLMichael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16call malloc w/ NOWAIT and check for NULL returnMichael Shalayeff
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