Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-23 | freesession takes u_int64_t | Angelos D. Keromytis | |
2000-04-20 | Fix function prototype so it compiles again. | Aaron Campbell | |
2000-04-19 | Remove NetBSD ifdefs here too. | Federico G. Schwindt | |
2000-04-19 | Remove NetBSD ifdefs. | Federico G. Schwindt | |
2000-04-19 | * use different numbers of transmit buffers depending on the memory | Federico G. Schwindt | |
size (not working yet), useful for 100mbit cards. * add some diagnostic messages * compute the xmit buffer length w/o taking crc length in count * when SIOCSIFFLAGS is issued and none of the above conditions match, check for IFF_UP rather than sc_enabled. | |||
2000-04-19 | new products; rearrange. | Federico G. Schwindt | |
2000-04-19 | sync | Federico G. Schwindt | |
2000-04-19 | New products from NetBSD; remove duplicated entry. | Federico G. Schwindt | |
2000-04-19 | indent. | Federico G. Schwindt | |
2000-04-19 | Fix a bug introduced after cardbus commit where uart16550a was | Federico G. Schwindt | |
being detected as uart16450 as side effect. This also corrects the posibility of misdetection of vadem controllers. | |||
2000-04-19 | Force mailbox to be under 16MB so the controller can see it | Niklas Hallqvist | |
2000-04-19 | split out mbuf scatter gather function | Theo de Raadt | |
2000-04-18 | split dc driver into bus dependent and bus independent (pci) parts | Jason Wright | |
(cardbus to come later). | |||
2000-04-18 | split fxp into bus independent and dependent (pci) parts (cardbus to come) | Jason Wright | |
2000-04-18 | Double usage of random() in the pseudo device to avoid setting | Hugh Graham | |
every 32nd bit to zero in the output. Checked by mickey. | |||
2000-04-18 | Set MII parameters for the other 3Com CardBus cards, not just 'C' revision. | Aaron Campbell | |
2000-04-18 | copyright | Jason Wright | |
2000-04-18 | remove #ifdef {free,net}bsd stuff | Jason Wright | |
remove most of the statics | |||
2000-04-16 | sync | Theo de Raadt | |
2000-04-16 | rename an RCC product | Theo de Raadt | |
2000-04-16 | sync | Theo de Raadt | |
2000-04-15 | pcidevs.h | Theo de Raadt | |
2000-04-15 | more gear | Theo de Raadt | |
2000-04-15 | urio(4) - Diamond Multimedia RIO 500 (from NetBSD) | Jakob Schlyter | |
This driver will eventually go away as it really should be implemented using ugen(4) instead. | |||
2000-04-14 | Sync with NetBSD. | Aaron Campbell | |
2000-04-14 | fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.edu | Todd C. Miller | |
2000-04-14 | this should fix the alpha; closes PR kernel/1189 | Michael Shalayeff | |
2000-04-14 | not EXPORT | Jason Wright | |
2000-04-14 | sync | Theo de Raadt | |
2000-04-14 | bluesteel networks products | Theo de Raadt | |
2000-04-14 | sync | Theo de Raadt | |
2000-04-14 | indent | Theo de Raadt | |
2000-04-14 | Some documentation for future generations of maintainers | Constantine Sapuntzakis | |
2000-04-14 | This fixes EISA bus_space API. The bus dma tag was never initialized!!! | Steve Murphree | |
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree | |
2000-04-13 | remove bit definitions and associated macros for hifn_command.flags since it | Jason Wright | |
doesn't exist anymore. | |||
2000-04-13 | - let hifn_process() compute the mask bits for the command descriptors | Jason Wright | |
(falls under the category of compute it once and use it). - just copy the computed masks in hifn_write_command() - remove the now unnecessary flags field from hifn_command | |||
2000-04-13 | remove unnecessary variable | Jason Wright | |
2000-04-13 | - complete rewrite of hifn_write_command() to avoid copies by removing the | Jason Wright | |
hifn_build_command() middle layer for building the command descriptor - remove an unnecessary assignment in hifn_process() | |||
2000-04-13 | better has when adding entropy to the pool. | Michael Shalayeff | |
bigger pool (4k). | |||
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree | |
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree | |
2000-04-13 | Remove printf from interrupt handler... | Constantine Sapuntzakis | |
Use blksize more aggressively instead of hard-wiring it everywhere Fix to nm_waitcd and neo_malloc. neo_malloc still ain't pretty. | |||
2000-04-13 | match netsec 7751 card, and oh golly gee, will ya look at that, it's | Theo de Raadt | |
unlock secret is all 0's as well, my, what a coincidence! | |||
2000-04-13 | NeoMagic 256AV/ZX audio driver | Constantine Sapuntzakis | |
Still in beta. May lock up your machine when accessing mixer | |||
2000-04-13 | sync | Theo de Raadt | |
2000-04-13 | RCC/ServerWorks products | Theo de Raadt | |
2000-04-13 | sync | Jason Wright | |
2000-04-13 | netsec | Jason Wright | |
2000-04-13 | Move min # of blocks to two to accomodate hackis neomagic driver | Constantine Sapuntzakis | |