summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-19Added acpi_map_address function for mapping GAS/IO registersJordan Hargrave
2007-02-19Put warning about shared IPL interrupts under MPVERBOSE and don't talk aboutMark Kettenis
2007-02-19do not do a curproc test for interrupt context, because it is plainly wrong.Theo de Raadt
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-19ACPIVERBOSE should be off, like i386Theo de Raadt
2007-02-19stick atascsi onto ahci, which in turn attaches a scsibus. while thisDavid Gwynne
2007-02-19ahci will depend on atascsi and scsiDavid Gwynne
2007-02-19precomp -> features as per ATA specJonathan Gray
2007-02-19i think ata_xfers should look more like this. stash the number of the portDavid Gwynne
2007-02-19actually init and destroy the shared ata stuff when an atascsi instanceDavid Gwynne
2007-02-19code to set up a global pool for allocating ata_xfers out of, and forDavid Gwynne
2007-02-19Remove unused variable lapic_timerTom Cosgrove
2007-02-19oops, i should have tried to compile the REQUEST_SENSE handling beforeDavid Gwynne
2007-02-19REQUEST_SENSE will say there is no sense data.David Gwynne
2007-02-19implement the start of the framework for scsi emulation of ata disksDavid Gwynne
2007-02-19as is short for atascsi, not abDavid Gwynne
2007-02-19pull in atascsi, a scsi to ata translation layer, so i can work on it inDavid Gwynne
2007-02-19add handling of skip steps for urpf-failed addresses.Pierre-Yves Ritschard
2007-02-19minimum blocksize for ESP is 32 bit, so adjust blocksize of NULLHans-Joerg Hoexer
2007-02-18Correct yo-yo shutdowns:Gordon Willem Klok
2007-02-18Add currently unused functions for getting EDID information (max supportedGordon Willem Klok
2007-02-18Display the interrupt priority in dmesg, for frame buffers which registerMiod Vallat
2007-02-18Make it more apparent these boards have (crippled version of) vga-compatibleMiod Vallat
2007-02-18Add bcw_phy_set_baseband_attenuation().Marcus Glocker
2007-02-18Comment corrections from Bret Lambert.Marcus Glocker
2007-02-18Add bcw_shm_write16().Marcus Glocker
2007-02-18Add support for ShanTou ST268.Jonathan Gray
2007-02-18regenJonathan Gray
2007-02-18another udav(4)Jonathan Gray
2007-02-18Remove #ifdef/#endif's around MBR checking code. Remove now unusedKenneth R Westerback
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-18In writedisklabel(), read the disklabel sector before rewriting it, toMiod Vallat
2007-02-18Sort routines (phy, radio).Marcus Glocker
2007-02-18Start to add radio PHY initialization routines.Marcus Glocker
2007-02-18Added dynamic perfect hash for opcodesJordan Hargrave
2007-02-18Shave off another K pre compression.Marco Peereboom
2007-02-18reorder allocation of the ports resources so register manipulation can beDavid Gwynne
2007-02-18Turn radio (version 2050) on.Marcus Glocker
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17fix ddb buf printing for daddr_t growth to 64bit;Michael Shalayeff
2007-02-17If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract().Miod Vallat
2007-02-17In pmap_collect():Miod Vallat
2007-02-17Since a full battery can still have state BST_CHARGE ("charging"),Deanna Phillips
2007-02-17Bring in the AMD errata checks from amd64.Tom Cosgrove
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
2007-02-17do not look for sblock at offset 0; pedro@ deraadt@ okMichael Shalayeff
2007-02-17Fix spelling of Cool'n'Quiet, as done on i386 some time ago. AlsoTom Cosgrove
2007-02-17regenMark Kettenis
2007-02-17Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke.Mark Kettenis
2007-02-17only reset the controller if it is already enabled.David Gwynne