Age | Commit message (Expand) | Author |
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 |
2006-05-23 | add Myrcicom Z8E. | Brad Smith |
2006-05-23 | commited with unused variable | Theo de Raadt |
2006-05-23 | Oops mfi in front of struct name, not mdi. | Marco Peereboom |
2006-05-23 | Remove some debug cruft. | Marco Peereboom |
2006-05-23 | Add first half of physical disk data for bio. | Marco Peereboom |
2006-05-23 | according to the Linux 8139cp driver the TTTech MC322 adapter uses | Brad Smith |
2006-05-22 | - fix and prettify SIOP_DEBUG | Martin Reindl |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-05-22 | Add support for raid 50 and 10 in bio. | Marco Peereboom |
2006-05-22 | Warn the user if the powerhook could not be established during attach. For | David Gwynne |
2006-05-22 | Don't call powerhook_disestablish if there is no powerhook to disestablish. | David Gwynne |
2006-05-22 | Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud. | Kenneth R Westerback |
2006-05-22 | Don't call shutdownhook_disestablish() unless there is a shutdownhook | Kenneth R Westerback |
2006-05-22 | In wdcprobe(), directly invoke wdc_do_reset() instead of using the reset | Miod Vallat |
2006-05-22 | Add mail box to mfi_mgmt to handle sub commands more gracefully. | Marco Peereboom |
2006-05-22 | Add first half of BIOCVOL primitive. | Marco Peereboom |
2006-05-21 | Do a giant flush of disk and raid-card memory when SYNCHONIZE_CACHE is called. | Marco Peereboom |
2006-05-21 | pretty up some debug statements. | Marco Peereboom |
2006-05-21 | Add bio alarm function. | Marco Peereboom |
2006-05-21 | Replace lockmgr with rwlock; help and ok marco@ | Aleksander Piotrowski |
2006-05-21 | Add generic management function. | Marco Peereboom |
2006-05-21 | move the allocation of ccb out of ami_attach into a function of its own | David Gwynne |
2006-05-21 | move variable declarations at the start of a block in ami_attach to the top | David Gwynne |
2006-05-21 | during attach use a static, spartan ccb with ami_poll to query to firmare | David Gwynne |