Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler | |
(Keep in mind that $radix is 0x10 by default.); ok by many | |||
2006-11-28 | fwscsi doesnt exist, so dont have a commented entry for it left around to | David Gwynne | |
confuse people. | |||
2006-11-28 | Implement PT_STEP. | Mark Kettenis | |
2006-11-28 | Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might | Dimitry Andric | |
need the bus clock later. Add bus clock case for Core cpu's. Rewrite p[34]_update_cpuspeed to make of already detected bus clocks. | |||
2006-11-28 | some additional registers. | Brad Smith | |
From Pyun YongHyeon <pyunh at gmail dot com> | |||
2006-11-28 | Try to detect stalled xfers with timeouts. | Alexander Yurchenko | |
2006-11-28 | sync with new miidevs entries. | Brad Smith | |
2006-11-28 | regen | Brad Smith | |
2006-11-28 | rename Marvell Gig PHY E1000_5/6 to E1116/E1118. | Brad Smith | |
From Pyun YongHyeon <pyunh at gmail dot com> | |||
2006-11-28 | Let nmea(4) use tty timestamps if they are enabled. Using a GPS receiver | Marc Balmer | |
that provides a PPS signal, more precision and less jitter can be expected. With my test setting (a Garmin GPS 18 LVC hooked up to a i386 machine) I observed a skew of 0.03 to 0.05 seconds between the tty timestamp and the soft timestamp. "put it in" deraadt | |||
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne | |
confusing when trying to attach scsibus to a hba, since it is really meant for attaching scsi devices to scsibus. ok deraadt@ marco@ | |||
2006-11-28 | Don't display cpu brand string, features, etc. a second time, when booting an MP | Dimitry Andric | |
kernel on a single cpu machine. discussed with kettenis@ | |||
2006-11-28 | another motorola device. | Dale Rahn | |
2006-11-28 | sync | Dale Rahn | |
2006-11-28 | yet another cdce device. | Dale Rahn | |
2006-11-28 | acpi may steal power management functionality, in which case we | Mark Kettenis | |
cannot io map the device. Bail out without warning. If we want to retain the rgn we could re-enable io and be very very careful. ok deraadt@ | |||
2006-11-28 | The default debug level is ``error'' for now. | Alexander Yurchenko | |
2006-11-28 | Keep free ccbs in a queue. | Alexander Yurchenko | |
2006-11-28 | add needs-flag to allow pxaudc to compile without usbf (to get the | Uwe Stuehler | |
previous behaviour of just disabling the USB device controller) | |||
2006-11-28 | enable usbf/cdcef, can be used during install (somehow) | Theo de Raadt | |
2006-11-28 | Only use est and other non-acpi setperf mechanisms, if acpi is not | Dimitry Andric | |
attached. Also moves their initialization and printing of information until after the primary cpu has attached to mainbus. prodded by deraadt | |||
2006-11-28 | Add some debug facility. | Alexander Yurchenko | |
2006-11-28 | remove a comment that was describing a behaviour that was changed over nine | David Gwynne | |
years ago. | |||
2006-11-28 | unhandled ioctls return ENOTTY, not 0 | David Gwynne | |
2006-11-28 | remove dead code | David Gwynne | |
2006-11-28 | Reorder cfxga initialization sequence for clarity, and minor tweaks; no | Miod Vallat | |
functional changes. | |||
2006-11-28 | acpi may steal the timer and speedstep functionality, in which case we | Theo de Raadt | |
cannot io map the device. rest of the attach() functionality is still safely intact. we simply do not have to warn about mapping failing. ok kettenis | |||
2006-11-28 | Make malloc() print out a warning message when returning NULL due to | Pedro Martelletto | |
M_CANFAIL, idea from miod@, okay deraadt@ | |||
2006-11-28 | Instead debug message for WEP key setting, just complain if WEP key | Marcus Glocker | |
setting fails. Always return with error in malo_init() if someting fails. ok claudio@ | |||
2006-11-28 | Pre-allocate the TX DMA maps intead of creating and destroying a DMA map | Brad Smith | |
per packet sent. | |||
2006-11-28 | - ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure. | Brad Smith | |
- ixgb_dma_free(): Return if the DMA tag is NUL. | |||
2006-11-28 | style changes and cleaning. no op. | Brad Smith | |
2006-11-28 | Pretend to implement SCSI SYNCHRONIZE_CACHE command. | Alexander Yurchenko | |
2006-11-27 | Replace DMA operations with something less ugly. Still a lot of work remains. | Alexander Yurchenko | |
2006-11-27 | Post-process PCI config space opregions | Jordan Hargrave | |
Fixed acpiprt for stinky presario v3000 ok marco@ | |||
2006-11-27 | more magic removal | Bob Beck | |
ok miod@, deraadt@ | |||
2006-11-27 | get rid of the rest of the asc/ascq magic codes in scsi | Bob Beck | |
ok marco@, deraadt@ | |||
2006-11-27 | Don't spam dmesg. | Mark Kettenis | |
2006-11-27 | Support for different video modes (by playing with wsconfcfg). | Miod Vallat | |
8 bit modes are disabled until I find why the LUT writes are ignored, and Zaurus-like 640x480x16 is still the default. | |||
2006-11-27 | Added support to GENERIC for disabled acpi | Jordan Hargrave | |
2006-11-27 | regen | Jonathan Gray | |
2006-11-27 | Add some Agere Ethernet ids. | Jonathan Gray | |
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom | |
and shiny ioapic code ketennis wrote. ok ketennis, jordan, deraadt | |||
2006-11-27 | For the G5 processor setperf function, don't force perflevel to 50 or 100 | Gordon Willem Klok | |
perserve the illusion of a much finer granularity of performance control. ok kettenis@ | |||
2006-11-27 | Make normal pic interrupt routing work too. | Mark Kettenis | |
2006-11-27 | add bio code to do hotplug of devices on the scsibus. | David Gwynne | |
thumbs up deraadt@ | |||
2006-11-27 | Make AML_CRSLEN return the correct length for small resources. | Mark Kettenis | |
ok jordan@ | |||
2006-11-27 | rework asc/ascq handling to get rid of "magic" 0x values in the code, changes | Bob Beck | |
asc/ascq handling to deal with the pair together rather than seperately, since modern scsi has long since polluted the "categories" of asc enough that you pretty much need to always look as ascq. ok krw@ deraadt@, dlg@ | |||
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok | |
ok deraadt, "slap it in" miod@ |