Age | Commit message (Expand) | Author |
2006-06-29 | theres a ton of 32bit fields in mpi messages that have subfields that lie | David Gwynne |
2006-06-29 | oops, fix the order of the configuration fields in mpi_cfg_spi_port_pg1 | David Gwynne |
2006-06-28 | rewrite how the sensors are created. previously they would wait for io to | David Gwynne |
2006-06-28 | put proto where it is because dlg says he is a dodo | Theo de Raadt |
2006-06-27 | unbreak builds without BIO by moving the sensor setup back under its ifdef. | David Gwynne |
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk Floeter |
2006-06-27 | add some more net80211 compatibility glue: | Reyk Floeter |
2006-06-27 | we can do the sensors without BIO | David Gwynne |
2006-06-27 | we cant do bioctl or sensors on broken controllers since they dont have the | David Gwynne |
2006-06-27 | - Make re_diag() off by default. | Brad Smith |
2006-06-27 | new HW revs, EEPROM commands, softc fields, some macros and device ids. | Brad Smith |
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith |
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray |
2006-06-26 | Enable wide targets on FAS366 esp; note that this changes the way esp | Miod Vallat |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith |
2006-06-25 | put the 1.32 change back; tested by many | Michael Shalayeff |
2006-06-24 | de-register, ANSI functions and a little cleaning. | Brad Smith |
2006-06-24 | some comment fixes. | Brad Smith |
2006-06-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk Floeter |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-22 | BBC-based machines swap the two registers (good going Sun -- that is why we | Theo de Raadt |
2006-06-21 | properly handle timeout failure in while loop | Theo de Raadt |
2006-06-19 | Factor for disk size is /2. Odd but tested on all mfis I have. | Marco Peereboom |
2006-06-19 | Everytime one forgets an argument in a printf-like function call, God kills | Miod Vallat |
2006-06-19 | Make a BGI (Back Ground Init) a scrub instead of rebuild. | Marco Peereboom |
2006-06-19 | Add hot spare support. | Marco Peereboom |
2006-06-19 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis |
2006-06-18 | Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. Do | Marco Peereboom |
2006-06-18 | - implement new ic_updateslot() callback. | Damien Bergamini |
2006-06-18 | enable packet bursting when operating as a STA. | Damien Bergamini |
2006-06-18 | Don't walk memory whenever there is nothing there. I ran into this while | Marco Peereboom |
2006-06-18 | Print World Wide Node Name and World Wide Port Name during dmesg so that | Marco Peereboom |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-16 | vmware emulates mpi, but it does a half arsed job of it. half the fields | David Gwynne |
2006-06-15 | tighten this code up | Theo de Raadt |
2006-06-15 | Add detection of RAID volume during PPR. Doesn't fan out the ppr to individual | Marco Peereboom |
2006-06-15 | Add IOC page 3 support. Needed for RAID and bio. | Marco Peereboom |
2006-06-15 | Print volume details in debug. | Marco Peereboom |
2006-06-15 | Remove header from structure since it doesnt need it. | Marco Peereboom |
2006-06-15 | And now without a buffer overflow. Pointed out by dlg. No cookie for me. | Marco Peereboom |
2006-06-15 | Add structures and initial code to retrieve IOC page 2. We need this for | Marco Peereboom |
2006-06-15 | Print some useful error information during failure. We need this to be able | Marco Peereboom |
2006-06-14 | must use RTS/CTS protection when sending frames at OFDM rates in a BSS | Damien Bergamini |
2006-06-14 | no more infinite loops; tested by dlg | Theo de Raadt |
2006-06-14 | support the iic busses on the ultrasparc III machines (something is still | Theo de Raadt |
2006-06-13 | we sometimes bundle chunks that the ioc will write to in the request space | David Gwynne |
2006-06-12 | i stashed the dva and kva of each request space in its ccb, so why am i | David Gwynne |
2006-06-12 | fix sgl loading. there were a few issues, the main ones being: | David Gwynne |
2006-06-12 | reset the reply pointer to NULL every time we get a context reply in | David Gwynne |
2006-06-12 | white space fixes | David Gwynne |