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