summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid 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-28Don't display cpu brand string, features, etc. a second time, when booting an MPDimitry Andric
kernel on a single cpu machine. discussed with kettenis@
2006-11-28another motorola device.Dale Rahn
2006-11-28syncDale Rahn
2006-11-28yet another cdce device.Dale Rahn
2006-11-28acpi may steal power management functionality, in which case weMark 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-28The default debug level is ``error'' for now.Alexander Yurchenko
2006-11-28Keep free ccbs in a queue.Alexander Yurchenko
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
previous behaviour of just disabling the USB device controller)
2006-11-28enable usbf/cdcef, can be used during install (somehow)Theo de Raadt
2006-11-28Only use est and other non-acpi setperf mechanisms, if acpi is notDimitry Andric
attached. Also moves their initialization and printing of information until after the primary cpu has attached to mainbus. prodded by deraadt
2006-11-28Add some debug facility.Alexander Yurchenko
2006-11-28remove a comment that was describing a behaviour that was changed over nineDavid Gwynne
years ago.
2006-11-28unhandled ioctls return ENOTTY, not 0David Gwynne
2006-11-28remove dead codeDavid Gwynne
2006-11-28Reorder cfxga initialization sequence for clarity, and minor tweaks; noMiod Vallat
functional changes.
2006-11-28acpi may steal the timer and speedstep functionality, in which case weTheo 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-28Make malloc() print out a warning message when returning NULL due toPedro Martelletto
M_CANFAIL, idea from miod@, okay deraadt@
2006-11-28Instead debug message for WEP key setting, just complain if WEP keyMarcus Glocker
setting fails. Always return with error in malo_init() if someting fails. ok claudio@
2006-11-28Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad 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-28style changes and cleaning. no op.Brad Smith
2006-11-28Pretend to implement SCSI SYNCHRONIZE_CACHE command.Alexander Yurchenko
2006-11-27Replace DMA operations with something less ugly. Still a lot of work remains.Alexander Yurchenko
2006-11-27Post-process PCI config space opregionsJordan Hargrave
Fixed acpiprt for stinky presario v3000 ok marco@
2006-11-27more magic removalBob Beck
ok miod@, deraadt@
2006-11-27get rid of the rest of the asc/ascq magic codes in scsiBob Beck
ok marco@, deraadt@
2006-11-27Don't spam dmesg.Mark Kettenis
2006-11-27Support 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-27Added support to GENERIC for disabled acpiJordan Hargrave
2006-11-27regenJonathan Gray
2006-11-27Add some Agere Ethernet ids.Jonathan Gray
2006-11-27Add disabled acpi to GENERIC and GENERIC.MP. This is required by the newMarco Peereboom
and shiny ioapic code ketennis wrote. ok ketennis, jordan, deraadt
2006-11-27For the G5 processor setperf function, don't force perflevel to 50 or 100Gordon Willem Klok
perserve the illusion of a much finer granularity of performance control. ok kettenis@
2006-11-27Make normal pic interrupt routing work too.Mark Kettenis
2006-11-27add bio code to do hotplug of devices on the scsibus.David Gwynne
thumbs up deraadt@
2006-11-27Make AML_CRSLEN return the correct length for small resources.Mark Kettenis
ok jordan@
2006-11-27rework asc/ascq handling to get rid of "magic" 0x values in the code, changesBob 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-27commit vesabios for matthieu@Gordon Willem Klok
ok deraadt, "slap it in" miod@
2006-11-27Enable kvm86.Gordon Willem Klok
ok deraadt
2006-11-27Properly enable enterrupts. Now I finally can newfs the whole drive.Alexander Yurchenko
2006-11-27IBM ServeRAID controllers driver.Alexander Yurchenko
Way far from complete but enough to fdisk and disklabel logical drives.
2006-11-27Add check for acpi pointer. This prevents some ugly panics.Marco Peereboom
ok ketennis.
2006-11-27Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,Dimitry Andric
since Celerons don't support it. prodded by gwk@
2006-11-27Portuguese LK-201 layout.Miod Vallat
2006-11-27First attempt at making kvm86 MP safe, place mutex lock around callsGordon Willem Klok
to kvm86_bioscall at IPL_IPI this might be incorrect, seems to fix some issues with vt switching, however X still bombs on the second attempt with disappointing frequency. ok deraadt@
2006-11-27Prevent panics when booting GENERIC.MP with a vesabios kernel.Gordon Willem Klok
2006-11-27Initial untested bits for ZD1211B support, different initJonathan Gray
sequences for radios not yet done. "commit what you have" damien@
2006-11-27Enable WEP.Marcus Glocker
Tested by jsg@
2006-11-27Fixes for acpiprt routingJordan Hargrave
Post-parse fixup for namerefs ok kettenis@