summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-06-30For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadMiod Vallat
2006-06-30Make routines which may set PSL_IOPL consistent wrt the securelevel forMiod Vallat
2006-06-30Unbreak the tree; cast the result of sizeof() to u_int32_t before passing itMark Kettenis
2006-06-30fix comment, pointed out by kettenisTheo de Raadt
2006-06-30do not master enable, already done elsewhereTheo de Raadt
2006-06-30do not bother playing tag with the PCI_COMMAND_STATUS_REGTheo de Raadt
2006-06-30newer alc codecs have revision in the low bits; pt out by jasperMichael Shalayeff
2006-06-30tabs, not spacesDavid Gwynne
2006-06-30Shrink dmesg output, use ether_sprintf() to print MAC address.Jonathan Gray
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-30Support for calling Embedded Controller via new GPE interfaceJordan Hargrave
2006-06-30Added new code for GPE handlingJordan Hargrave
2006-06-30Added offset argument for acpi read/write pmreg routines (new GPE code)Jordan Hargrave
2006-06-29simplify the PCI match routine a bit.Brad Smith
2006-06-29we dont have to beat mpt to attach to this hardware anymore.David Gwynne
2006-06-29remove mpt. it has since been replaced with mpi, which is a smaller andDavid Gwynne
2006-06-29do not check for master/io/mem enablesTheo de Raadt
2006-06-29no need to check io/mem enables before calling pci_mapreg_map()Theo de Raadt
2006-06-29do not check for master/io/mem enables; ok kettenisTheo de Raadt
2006-06-29Finally fix the EEPROM reading code so that we can access the EEPROMs on allBrad Smith
2006-06-29regenBrad Smith
2006-06-29add the Intel IOP331 PCIX-PCIX bridge and fix the existing IOP331 entriesBrad Smith
2006-06-29add support for NVIDIA MCP51 and MCP55 SMbus controllers.Brad Smith
2006-06-29No need to keep specific variables for the kernel messages colors on sunMiod Vallat
2006-06-29Move register value pair table definitions into if_zydreg.hJonathan Gray
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-29regenBrad Smith
2006-06-29add a few ALi devices.Brad Smith
2006-06-29do not return from the reset function if there was a timeoutBrad Smith
2006-06-29- Assign RCAs beginning at 1 since 0 is used to deselect all cards.Uwe Stuehler
2006-06-29Oops! Clear the "function 0" pointer when the card goes away.Uwe Stuehler
2006-06-29Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we knowUwe Stuehler
2006-06-29Read the "slot info" PCI configuration register to find out how manyUwe Stuehler
2006-06-28+ firmload for rum and zyd devices; ok jsg@.Xavier Santolaria
2006-06-28rewrite how the sensors are created. previously they would wait for io toDavid Gwynne
2006-06-28* azalia_pci_detach()Brad Smith
2006-06-28put proto where it is because dlg says he is a dodoTheo de Raadt
2006-06-28Add a roothook so the firmware can load when the adapterJonathan Gray
2006-06-28Leave usbd_add_drv_event() call till the end of the attach processJonathan Gray
2006-06-28Allow devices > revision 43.30 to attach.Jonathan Gray
2006-06-28Remove a struct that is no longer used.Jonathan Gray
2006-06-28remove some whitespace.Brad Smith
2006-06-28regenBrad Smith
2006-06-28better entry for NVidia MCP55 HD Audio.Brad Smith
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