summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-21Add missing sensor description for temperature.Deanna Phillips
2007-02-21Long awaiting modernization:Miod Vallat
2007-02-21Fix stuttering audio playback as reported by Igor Grabin.Marco Peereboom
2007-02-21part missed in PAE revert: ptoa() paddr_t size is no longer printedTheo de Raadt
2007-02-21Don't use arbitrary 128 bytes as size of the blf key array if we know exactlyAlexander von Gernler
2007-02-21Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.Mark Kettenis
2007-02-21Make the firmware load on big endian systems and while there make sure thatClaudio Jeker
2007-02-21For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case.Claudio Jeker
2007-02-21syncTheo de Raadt
2007-02-21put structs after copyright notice; ok dlgTheo de Raadt
2007-02-21hand-cruft an isprint() for deciding which characters to echo to theTheo de Raadt
2007-02-21regen for inclusion of the structs used in pcidevs_data.hDavid Gwynne
2007-02-21put the structs defining the content of pcidevs_data.h into that headerDavid Gwynne
2007-02-21remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor...Michael Shalayeff
2007-02-21let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@Felix Kronlage
2007-02-21regenFelix Kronlage
2007-02-21usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@Felix Kronlage
2007-02-21Fix a few memory leaks.Marco Peereboom
2007-02-21KNFMarco Peereboom
2007-02-21Some Sony VAIOs use the wrong eventing type. Work around that by honering it.Marco Peereboom
2007-02-21Fixed deref for storing to local after CondRef opJordan Hargrave
2007-02-21Don't unconditionally spin up SDEV_UMASS devices. They almostKenneth R Westerback
2007-02-20It helps to enable hpet... This fixes bnx not working on amd64.Marco Peereboom
2007-02-20rename ccb_id to ccb_slot so its more clear what its used for. stash aDavid Gwynne
2007-02-20oops, missed one in the cmd list entryDavid Gwynne
2007-02-20KNF while here.Marco Peereboom
2007-02-20fill some macros for ahci structures. fix a spello while there.David Gwynne
2007-02-20KNF while in here.Marco Peereboom
2007-02-20Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use.Claudio Jeker
2007-02-20~1052 lines of new PHY radio initialization code and no end in sight.Marcus Glocker
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
2007-02-20Remove duplicate entry.Tom Cosgrove
2007-02-20Fix the bpf hook in etherip_input() by using the right address family andClaudio Jeker
2007-02-20for vfsconf sysctl, do not leak kernel sensors out to userlandTheo de Raadt
2007-02-20for sensors do not leak kernel pointers when copying out to userland;Theo de Raadt
2007-02-20No use checking malloc return when called with M_WAITOK.Thordur I. Bjornsson
2007-02-20Move AML_OBJDEBUG into ACPI_DEBUG.Marco Peereboom
2007-02-20Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at)Tom Cosgrove
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