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