Age | Commit message (Expand) | Author |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-11 | Rework the cache handling routines again. We now try to operate on the exact | Miod Vallat |
2007-02-11 | Rework the i/o mapping logic so that it allows the 1:1 region to not go up to | Miod Vallat |
2007-02-11 | Shuffle code around so that optimization of the m88110_trap() return gets | Miod Vallat |
2007-02-11 | Don't enable debug spam by default. | Jonathan Gray |
2007-02-10 | Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@. | Mark Kettenis |
2007-02-10 | regen | Mark Kettenis |
2007-02-10 | Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missing | Mark Kettenis |
2007-02-10 | Add preliminary support for Marvell Yukon-II Extreme chips. | Mark Kettenis |
2007-02-10 | Use right flow control autonegotiation bits for 1000baseX. | Mark Kettenis |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-02-10 | Remove entry for mx driver which was removed a bit over 7 years ago. | Jonathan Gray |
2007-02-10 | Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused | Kenneth R Westerback |
2007-02-10 | Add more chipset revision ids. | Kenneth R Westerback |
2007-02-09 | Don't both reloading the CPL into %eax before pushing it onto the stack, | Tom Cosgrove |
2007-02-09 | LCD device driver, second step. Now the driver works with autoconf. | Kenji Aoyama |
2007-02-09 | allow counters to be reset with DIOCGETRULES. | Henning Brauer |
2007-02-09 | Spaces, no binary change. | Claudio Jeker |
2007-02-09 | grammar fix from bret lambert; | Jason McIntyre |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray |
2007-02-09 | regen | Jonathan Gray |
2007-02-09 | Add a bunch more zyd(4) devices. | Jonathan Gray |
2007-02-09 | simplify the argument passing (use a pointer to bus_dma_segment_t instead | Jason Wright |
2007-02-09 | according to the errata, invalid pages shouldn't be used. Always make | Jason Wright |
2007-02-08 | Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free | Mark Kettenis |
2007-02-08 | - AH: when computing crypto checksum for output, massage source-routing | Jun-ichiro itojun Hagino |
2007-02-08 | compute pseudo-header checksum based on flnal destination as | Jun-ichiro itojun Hagino |
2007-02-08 | regen. | Marc Balmer |
2007-02-08 | id Quantique and the Quantis USB device (Quantum Random Number Generator) | Marc Balmer |
2007-02-08 | commit the correct version of this, which matches recent additions. | Jonathan Gray |
2007-02-08 | add entry for WLI-U2-SG54HP. forgotten on previous commit. | Jun-ichiro itojun Hagino |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray |
2007-02-08 | regen | Jonathan Gray |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-07 | Add support for MaxStream XBee ZigBee Development Kit USB interface. | Jonathan Gray |
2007-02-07 | regen | Jonathan Gray |
2007-02-07 | MaxStream XBee ZigBee development kit. | Jonathan Gray |
2007-02-07 | Several improvements to the usb client code. Still not working. | Dale Rahn |
2007-02-07 | grammar fix; from bret lambert | Jason McIntyre |
2007-02-07 | enable arc(4) for Areca RAID Controllers. they work great. | David Gwynne |
2007-02-07 | enable bio(4) | David Gwynne |
2007-02-07 | bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre | David Gwynne |
2007-02-06 | Define trap #0x81 for cache range flush, will be necessary soon for gcc | Miod Vallat |
2007-02-06 | Get memory size from SH-IPL+g whenever possible, before relying upon the | Miod Vallat |
2007-02-06 | Use uvm_grow() instead of rolling our own inline version. | Miod Vallat |
2007-02-06 | define the bio(4) cdev stuff in conf.h, rather than having a per machine | David Gwynne |
2007-02-06 | Evil typo; spotted by Thorsten Glaser | Miod Vallat |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | Added support for calling _OSI method | Jordan Hargrave |