Age | Commit message (Expand) | Author |
2006-07-21 | properly report errors thru scsi layer and not bio that will be overwritten l... | Michael Shalayeff |
2006-07-18 | modify interrupt handlers to exit early and return 0 on shared interrupts. | Damien Bergamini |
2006-07-16 | Use a global variable for the console ibm561 state, and use it when the | Miod Vallat |
2006-07-15 | set the tags on the scsi command according to what the midlayer says they | David Gwynne |
2006-07-15 | have a go at configuring spi variants to only talk to the devices at the | David Gwynne |
2006-07-11 | put CRC error message under GEM_DEBUG. this just spews out like crazy | Brad Smith |
2006-07-09 | I don't think we're talking about animals in here, so | Michael Knudsen |
2006-07-09 | In ne2000_detect(), temporarily mark the dp8390 subpart as inactive, so that | Miod Vallat |
2006-07-09 | spacing | David Gwynne |
2006-07-09 | enabling interrupts doesnt deserve an XXX. i think we want to do that. | David Gwynne |
2006-07-09 | implement firmware upload. this frees up memory on some controllers so they | David Gwynne |
2006-07-09 | missed a bit of the fw upload stuff | David Gwynne |
2006-07-06 | get rid of the unused sgl types (and the XXX on the one we actually do | David Gwynne |
2006-07-06 | fix debugging stuff | David Gwynne |
2006-07-06 | after walking the attached devices and running ppr against them, then fetch | David Gwynne |
2006-07-06 | do not stash pages 2 and 3 (the volume and physdisk pages respectively) | David Gwynne |
2006-07-06 | stash a pointer to the scsibus attached to us so we dont have to walk the | David Gwynne |
2006-07-06 | Write the mac address into the registers CORRECTLY! | Dale Rahn |
2006-07-05 | check if the requests for the config pages were completed successful, | David Gwynne |
2006-07-03 | - re_attach(): Use bus_dma* directly instead of calling re_allocmem(). | Brad Smith |
2006-07-02 | put writing of RL_IDR0 and RL_IDR4 back to how they should be. | Brad Smith |
2006-07-01 | fix the hw rev id for the 8168 and add the id for the 8111 | Brad Smith |
2006-07-01 | (fxp/re)_attach_common -> (fxp/re)_attach | Brad Smith |
2006-07-01 | always report the channel as type 802.11b (IEEE802_CHAN_B) in the | Reyk Floeter |
2006-07-01 | update the 802.11 address as well if the interface mac address has | Reyk Floeter |
2006-07-01 | add the raid physical disk config pages. fix the macros in the raid volume | David Gwynne |
2006-07-01 | add the raid volume configuration pages. | David Gwynne |
2006-07-01 | man, i suck. when i split one of the dwords up in the io command i got the | David Gwynne |
2006-06-30 | Unbreak the tree; cast the result of sizeof() to u_int32_t before passing it | Mark Kettenis |
2006-06-30 | newer alc codecs have revision in the low bits; pt out by jasper | Michael Shalayeff |
2006-06-30 | tabs, not spaces | David Gwynne |
2006-06-30 | add mpi_inq. this is a custom io function that does an inquiry against | David Gwynne |
2006-06-30 | - add a disable argument for re_stop. | Brad Smith |
2006-06-29 | remove mpt. it has since been replaced with mpi, which is a smaller and | David Gwynne |
2006-06-29 | Finally fix the EEPROM reading code so that we can access the EEPROMs on all | Brad Smith |
2006-06-29 | split some fields up in the spi port and dev config pages. makes the ppr | David Gwynne |
2006-06-29 | tweak to make this easier for me to read | David Gwynne |
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 |