Age | Commit message (Expand) | Author |
2001-10-24 | keep up with the joneses (track other OS) | mjacob |
2001-10-24 | cleanup, such as spaces and dangling return;s | Michael Shalayeff |
2001-10-24 | replace strings w/ defined names, missing initializer for pcbeep and split to... | Michael Shalayeff |
2001-10-24 | do not #ifdef ANCACHE stuff makes softc constant; pointed out by dima@m3d.dhs... | Michael Shalayeff |
2001-10-24 | add several more codecs, from elsa | Michael Shalayeff |
2001-10-18 | solve numerous problems: | Michael Shalayeff |
2001-10-14 | Andreas Gunnarsson found a bug in iha that causes system crashes | Kenneth R Westerback |
2001-10-09 | - keep a spare dmamap_t around for rx (use it to keep the old mbuf loaded | Jason Wright |
2001-10-08 | Complete (I hope) the changes to siop that make it pay attention | Kenneth R Westerback |
2001-10-06 | Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for | mjacob |
2001-10-05 | restore some of that dead code needed for dev/cons functionality | Michael Shalayeff |
2001-10-04 | move stats update into ticker | Jason Wright |
2001-10-04 | Chip specific parts for FM-radio drivers. | Grigoriy Orlov |
2001-10-04 | Fix up tx logic: can't free zero length mbufs (may have to requeue, and it's | Jason Wright |
2001-10-03 | Rewrite transmit handling (looks something more like hme), also takes advantage | Jason Wright |
2001-10-02 | #ifdef FOO works much better when FOO isn't misspelled. | Artur Grabowski |
2001-10-02 | style | Jason Wright |
2001-10-02 | De uglify (a bit) and garbage collect a bunch of now unused functions. | Jason Wright |
2001-10-02 | Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into statically | Jason Wright |
2001-10-02 | increase rx descriptors, remove some debugging code, deal with different endi... | Jason Wright |
2001-10-01 | get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.h | Jason Wright |
2001-10-01 | add mono output mute bit | Jason Wright |
2001-09-30 | Enable break interrupt earlier. | Artur Grabowski |
2001-09-30 | Next round of cleanups. | Artur Grabowski |
2001-09-30 | Remove dead code. | Artur Grabowski |
2001-09-30 | Remove the COM_HAYESP code. It doesn't appear to have been ever used and | Artur Grabowski |
2001-09-30 | Move out the com at commulti attachment into an ownfile. | Artur Grabowski |
2001-09-30 | Move out com at isapnp attachment into an own file. | Artur Grabowski |
2001-09-29 | Next step in making the com driver improvable. | Artur Grabowski |
2001-09-29 | if_media support, from freebsd | Michael Shalayeff |
2001-09-29 | Some KNF. | Artur Grabowski |
2001-09-29 | - compoll is now scheduled once for every sc instead of just one timeout for | Artur Grabowski |
2001-09-28 | Fix a DIAGNOSTIC check. | Artur Grabowski |
2001-09-27 | Simplify comstart a bit. | Artur Grabowski |
2001-09-27 | Enable #if 0'd code in comcnputc() so serial console works correctly; | Todd C. Miller |
2001-09-27 | Split out comattach that does isa and isapnp attachment and initialization, | Artur Grabowski |
2001-09-27 | Split out comattach that does isa and isapnp attachment and initialization, | Artur Grabowski |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history (1.2... | Jason Wright |
2001-09-24 | Do not force polling while cold = 0; from NetBSD, hinted at by fgs@ | Miod Vallat |
2001-09-24 | Use splimp instead of splnet in some places. | Artur Grabowski |
2001-09-24 | get rid of kvtop, not that it matters that much | Michael Shalayeff |
2001-09-23 | solve mtu problem a little more elegantly (ramdisk works on blade100 and | Jason Wright |
2001-09-21 | configured mtu in BOTH places (grumble) | Jason Wright |
2001-09-21 | openbsd style %b handling | Jason Wright |
2001-09-21 | another ETHERMTU + sizeof(struct ether_header) problem | Jason Wright |
2001-09-21 | adapt to OpenBSD ioctl structure | Jason Wright |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski |
2001-09-20 | Better timeout usage. | Miod Vallat |
2001-09-20 | no one cares if RFIFO has been hit... so shaddap! | Jason Wright |