Age | Commit message (Expand) | Author |
2006-05-28 | don't #undef SDMMC_DEBUG | Uwe Stuehler |
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler |
2006-05-28 | Allow len == 1 in systrace_fname(), so systraced processes can proceed | Pedro Martelletto |
2006-05-28 | remove the dev/isa/isavar.h include, as it is not needed | Felix Kronlage |
2006-05-28 | Remove device id from hotplug events. | Michael Knudsen |
2006-05-28 | always set if_hardmtu. | Brad Smith |
2006-05-28 | Remove dead code; free commit on behalf of dlg@ | Uwe Stuehler |
2006-05-28 | regen | Jonathan Gray |
2006-05-28 | Add a few more devices from submitted dmesgs. | Jonathan Gray |
2006-05-28 | pass the reply from the hardware via the ccb rather than on the stack to | David Gwynne |
2006-05-28 | Include device id in hotplug events. This will be used by ntpd to check | Michael Knudsen |
2006-05-28 | rename mpi_complete to mpi_poll and make it call mpi_start itself. | David Gwynne |
2006-05-28 | cleanup whitespaces, tabs are so much nicer | Felix Kronlage |
2006-05-28 | use if_hardmtu for MTU ioctl handler. | Brad Smith |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith |
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-27 | add the messages for config page requests and replies. | David Gwynne |
2006-05-27 | With the National variants of the sis(4) chip make sure to | Brad Smith |
2006-05-27 | Add support for multicast packets. | Christopher Pascoe |
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer |
2006-05-27 | make debug output during attach quiet unless you want it by raising | David Gwynne |
2006-05-27 | remove FreeBSD specific code. | Brad Smith |
2006-05-27 | garbage collect vlan.h | Brad Smith |
2006-05-27 | remove dead code | David Gwynne |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne |
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-27 | regen | Reyk Floeter |
2006-05-27 | add Option UMTS 3G+ | Reyk Floeter |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-05-26 | Add dlg to copyright. | Marco Peereboom |
2006-05-26 | Add blinking for disks. | Marco Peereboom |
2006-05-26 | knf | Theo de Raadt |
2006-05-26 | simplify interface (not binary compatible); ok marco | Theo de Raadt |
2006-05-25 | make an Online/Scrub SD state for marco | Theo de Raadt |
2006-05-25 | Move a int i; to top of function so that it compiles on non c99 compilers. | Marco Peereboom |
2006-05-25 | formatting | Brad Smith |
2006-05-25 | formatting; ok brad | Jason Wright |
2006-05-25 | automatic rate control (AMRR) + cosmetic and small fixes | Damien Bergamini |
2006-05-25 | And add time and percentage to builds and check consistencies. | Marco Peereboom |
2006-05-25 | also provide a seconds-of-progress counter; ok marco | Theo de Raadt |
2006-05-25 | Add a few more volume status values, and a % completion as well, now | Theo de Raadt |
2006-05-25 | add LD progress strucutre. | Marco Peereboom |
2006-05-25 | Add last bit of physcal disk stuff. | Marco Peereboom |
2006-05-25 | Add physical device and read config structures. | Marco Peereboom |
2006-05-23 | Replace lockmgr with rwlock; 'i think so' tedu@, ok sturm@ | Aleksander Piotrowski |
2006-05-23 | - comment out minphys() wrapper which was intended for DMA code, since there | Miod Vallat |
2006-05-23 | Do not define NCR53C9X_DEBUG if SMALL_KERNEL. Saves 7KB. | Miod Vallat |
2006-05-23 | In NCR53C9X_DEBUG code, compute debug values after the values they depend on | Miod Vallat |
2006-05-23 | regen | Brad Smith |