Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-20 | regen | 2 | -7/+12 | ||
2010-02-20 | Match on new CH341A in uchcom and correctly name the CH340 device, | 2 | -4/+6 | ||
from looking at the windows driver. | |||||
2010-02-20 | sync | 22 | -1/+26 | ||
2010-02-19 | sync | 1 | -1/+1 | ||
2010-02-19 | Work with pre-standard revision A ProCurve Direct Attach Cables. | 2 | -3/+16 | ||
Also let the 82598EB SFP+ card work with optical SFP+ modules by ignoring the EEPROM even though the card officially supports only copper (DA) cables. From and ok claudio@ | |||||
2010-02-19 | Partial sync to the latest version of ixgbe in FreeBSD leaving things | 6 | -1136/+4326 | ||
like if_ix.c mostly untouched for now. This brings in support for newer 82598 parts and adds several things that will be needed for 82599. Initially from claudio with some additions by me. Tested by claudio, dlg (earlier version) and myself on different cards and media types. ok claudio@ | |||||
2010-02-19 | gcc2 requires decls before code | 1 | -3/+2 | ||
2010-02-19 | have_arg matches buf so it is no longer necessary, spotted by Tim van der | 1 | -16/+4 | ||
Molen. | |||||
2010-02-19 | fix run_set_region_4 to set the whole region specified, | 1 | -6/+5 | ||
not a quarter of it! | |||||
2010-02-19 | move man page for auglx(4) to MI as well | 3 | -8/+8 | ||
OK miod@ | |||||
2010-02-19 | Add built-in audio support on Lemote systems. | 5 | -20/+137 | ||
2010-02-19 | Make this truly MI: | 1 | -18/+2 | ||
- remove (unused) MSR defines and x86 specific <machine/cpufunc.h> include - default sc_dmamap_flags to BUS_DMA_COHERENT | |||||
2010-02-19 | Move auglx(4) from i386-only land to MI land. | 3 | -8/+8 | ||
(auglx.c is not modified in this commit yet, only moved around) | |||||
2010-02-19 | Add a datasheet URL for reference. | 1 | -1/+3 | ||
2010-02-19 | Oups, unbreak build. | 1 | -2/+1 | ||
2010-02-19 | Cleanup a bit, remove unneeded dummy neighbor and initialize queue heads | 1 | -24/+12 | ||
in the correct place. Queue mappings ordered by inserting at tail. OK michele | |||||
2010-02-19 | If a neighbor goes down we need to cleanup the LIB from all FEC that point | 3 | -35/+59 | ||
via that neighbor. Fixes a use after free and an additional NULL dereference in a log_debug is fixed as well. OK michele | |||||
2010-02-19 | Do not double free a knode when kroute_insert() fails. kroute_insert() | 1 | -2/+1 | ||
will free the node if something fails. OK michele | |||||
2010-02-19 | missing " | 1 | -3/+3 | ||
From: Aivar Jaakson <aivar@cirt.pri.ee> | |||||
2010-02-19 | update notes to reflect current state of affairs on Lemote systems. | 1 | -19/+27 | ||
Gdium still needs work; ok miod@ jasper@ | |||||
2010-02-19 | oops, remove dead code. | 1 | -19/+1 | ||
2010-02-19 | implement ospfctl fib reload. | 8 | -9/+275 | ||
this tells the daemon to resync the kernels list of interfaces and routes with the daemons list. this is very useful if the routing socket overflows and you want to sync things up again. lots and lots of help from claudio@ ok claudio@ | |||||
2010-02-19 | more hw has been tested | 1 | -4/+3 | ||
2010-02-19 | even more USB; ok miod@ | 1 | -6/+26 | ||
2010-02-19 | less verbose in congrats text | 1 | -3/+4 | ||
2010-02-19 | tweak previous; | 1 | -13/+14 | ||
2010-02-19 | syncls | 25 | -0/+27 | ||
2010-02-19 | do NOT install the loongson mbr on other architectures! | 1 | -2/+4 | ||
2010-02-19 | mfokclock manpage and Xr | 3 | -4/+39 | ||
2010-02-19 | Add a driver for the M41T8x time-of-day clock chips, such as the M41T83 | 6 | -4/+275 | ||
found on the Gdium Liberty. These machines finally no longer complain about a missing todclock. | |||||
2010-02-19 | copy mode uses the real screen as backing and if it is updated while copying, | 3 | -4/+13 | ||
strange things can happen. So, freeze reading from the pty while in copy mode. | |||||
2010-02-18 | do not zero fields which are already zero; from cnst | 2 | -12/+2 | ||
2010-02-18 | Mention new developments. | 5 | -7/+133 | ||
2010-02-18 | Add a master driver for the VoyagerGX SM502 chip found on the Gdium, which is | 10 | -86/+810 | ||
not only a framebuffer. Allow smfb to attach either at pci or at voyager. Add gpio@voyager and gdiumiic@gpio, a derivative of the MI gpioiic driver. This allows us to get lmtemp@iic on the Lemote; the next step being to write a driver for the i2c todclock chip found on the same bus. | |||||
2010-02-18 | -q for newfs | 1 | -2/+2 | ||
2010-02-18 | sync | 5 | -4/+7 | ||
2010-02-18 | improve startup messages rewording them in a more usual way; as a | 1 | -4/+4 | ||
side effect, this change makes displayed messages shorter. miod@ has observed that `Horse' is the codename of the chip, which gets paired with a `Saddle' companion chip. there is one hose (i.e., bus) per chip; others (`Tsunami') have two hoses per chip, or even four (`Typhoon'); so, `Horse' is not really a typo. written with clever advice from krw@ and miod@ miod@ has suggested the capitalization for `Saddle'. ok krw@, miod@ | |||||
2010-02-18 | document two ways to get back into PMON when autobooting is enabled | 1 | -1/+7 | ||
feedback and ok miod@ otto@ | |||||
2010-02-18 | loongson install procedure, using a newly created small ext2 partition (or an | 2 | -22/+57 | ||
existing one) to install the bootloader on. | |||||
2010-02-18 | Hook newfs_ext2fs to the build, ok miod@ jasper@ | 1 | -2/+2 | ||
2010-02-18 | The PMON code is compiled as 64 bit code but still using the old ABI (actually, | 1 | -117/+23 | ||
a 64-bit version of the old ABI), which explains why these wrappers are needed. Update comments to match reality, and make cpp write all the code of this file. (``survival of the laziest'' motto) Keep the misleading file name though (lazyness again) | |||||
2010-02-18 | tweak from otto, which i managed to forget in the initial commit; | 1 | -2/+4 | ||
2010-02-18 | document offsetof; from Thomas Pfaff | 2 | -2/+46 | ||
ok kettenis millert otto | |||||
2010-02-18 | Fix a leak that could happen with multiple requests on the one | 1 | -5/+26 | ||
connection and while here create a seperate function for handling cleaning up after a request; with suggestions from reyk and claudio. ok claudio@ | |||||
2010-02-18 | missing `]'; from Aivar Jaakson | 1 | -3/+3 | ||
2010-02-18 | Make the output of printconf() look like a real config file. | 1 | -17/+12 | ||
OK michele@ | |||||
2010-02-18 | Set the correct defaults for label advertisement, retention and distribution. | 1 | -2/+3 | ||
ok claudio@ | |||||
2010-02-18 | Do not use nested displays. | 1 | -21/+2 | ||
Found by and unbreaking the build with mandoc(1). I will also send this patch upstream. OK todd@ jmc@ | |||||
2010-02-18 | Do an event_del before event_set/event_add in case we double add | 1 | -1/+2 | ||
something here as well. ok claudio@ phessler@ | |||||
2010-02-18 | Our groff does not handle all cases of nested displays properly, so | 4 | -16/+16 | ||
resolve the contradiction in the manual whether it's allowed or not in favour of "not allowed" for now, shelving my diff to support nested displays in mandoc(1) for later consideration. Found by and unbreaking the build with mandoc(1). Feedback and OK jmc@ |