summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-30Old typos bite the dust.Miod Vallat
2006-06-30When allocating the default rasops attribute, it is not necessary to useMiod Vallat
2006-06-30Shrink internal iomap to 256KB, it's enough for all the mappings we'll needMiod Vallat
2006-06-30On OSS systems (IIfx), compute addresses relative to VIA2 rather than VIA1,Miod Vallat
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-30Some machines lack the virtual-dma property. In that case, go backTheo de Raadt
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-29two typecasts which make lint warn a lot less; ok kettenisTheo de Raadt
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-29Fix PMAP_PREFER and make it use VA_ALIAS_MASK to prevent me from breakingMark Kettenis
2006-06-29Finally fix the EEPROM reading code so that we can access the EEPROMs on allBrad Smith
2006-06-29Normalize the correction passed to adjtime(2) before using it in theMark Kettenis
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-29If invoking mapdev() with a non-aligned pa, make sure we allocate enough pagesMiod Vallat
2006-06-29Map the correct size for the colormap registers (not that it really mattersMiod Vallat
2006-06-29fallout from previous: remmapping anonymous memory did not account dsize prop...Michael Shalayeff
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-29make compile w/ debug; from danielcavanagh@aanet.com.auMichael Shalayeff
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-29try prom mapping first, then memory mapping, then io mapping.. this worksTheo de Raadt
2006-06-28cleanup dmesg logging for iommu goo, make it follow the standard formTheo de Raadt
2006-06-28look at "virtual-dma" property to decide where the iommu address spaceTheo de Raadt
2006-06-28keep track of what is a schizo and what is tomatilloTheo de Raadt
2006-06-28Only set devvp->v_specmountpoint on successful mounts, Nicholas MarriottPedro Martelletto