summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-04-18typoMichael Shalayeff
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
2000-04-18audio type 2 is called harmony and could come w/ 2 fax/modem/voice channels, ...Michael Shalayeff
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright
2000-04-18If the user does a huge I/O split the genio logging into smaller chunksArtur Grabowski
2000-04-18Double usage of random() in the pseudo device to avoid settingHugh Graham
2000-04-18Set MII parameters for the other 3Com CardBus cards, not just 'C' revision.Aaron Campbell
2000-04-18Stats for bridge output too.Angelos D. Keromytis
2000-04-18Sanity check on dequeued mbufs, also keep track of correct interfaceAngelos D. Keromytis
2000-04-18cd detachConstantine Sapuntzakis
2000-04-18Add a few newlines for readability.Angelos D. Keromytis
2000-04-18sd and scsibus detachConstantine Sapuntzakis
2000-04-18copyrightJason Wright
2000-04-18remove #ifdef {free,net}bsd stuffJason Wright
2000-04-17fix version for some endianess-challenged compaqs; via linuxMichael Shalayeff
2000-04-17revisit in6_ifattach(). (1) make it more persistent about initializaing anJun-ichiro itojun Hagino
2000-04-17Whoops, missed a few.Aaron Campbell
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16Remove atapiscsi* at umass?; csapuntz@Aaron Campbell
2000-04-16syncTheo de Raadt
2000-04-16rename an RCC productTheo de Raadt
2000-04-16permit compiling kernel without pccom or comTheo de Raadt
2000-04-16jakob, please be more carefulTheo de Raadt
2000-04-16syncTheo de Raadt
2000-04-15Fix sys_sync to actually sync all file systems.Constantine Sapuntzakis
2000-04-15pcidevs.hTheo de Raadt
2000-04-15more gearTheo de Raadt
2000-04-15add urio(4)Jakob Schlyter
2000-04-15urio(4) - Diamond Multimedia RIO 500 (from NetBSD)Jakob Schlyter
2000-04-15comment out USB ethernet adapters (orphaned otherwise)Jakob Schlyter
2000-04-15fix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.comTheo de Raadt
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-14fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.eduTodd C. Miller
2000-04-14Move the PCIBIOS options line next to the CardBus bus support stuff, and add aAaron Campbell
2000-04-14this should fix the alpha; closes PR kernel/1189Michael Shalayeff
2000-04-14not EXPORTJason Wright
2000-04-14syncTheo de Raadt
2000-04-14bluesteel networks productsTheo de Raadt
2000-04-14syncTheo de Raadt
2000-04-14indentTheo de Raadt
2000-04-14make "option TCPDEBUG" kernel compile.Jun-ichiro itojun Hagino
2000-04-14for layer 3 protocols that does not support path MTU discoveryJun-ichiro itojun Hagino
2000-04-14Some documentation for future generations of maintainersConstantine Sapuntzakis
2000-04-14This fixes EISA bus_space API. The bus dma tag was never initialized!!!Steve Murphree
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-13remove bit definitions and associated macros for hifn_command.flags since itJason Wright
2000-04-13- let hifn_process() compute the mask bits for the command descriptorsJason Wright
2000-04-13remove unnecessary variableJason Wright
2000-04-13- complete rewrite of hifn_write_command() to avoid copies by removing theJason Wright
2000-04-13When fragmenting a packet, inherit the multicast and broadcast flags so thatArtur Grabowski