Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | -T in synopsis and briefly in manpage | Henning Brauer | |
2006-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer | |
2006-11-28 | mib we pass to sysctl when fetching the routing table has 7 entries now, | Henning Brauer | |
not 6 any more (rtableid added). need to tell sysctl so. | |||
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 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
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 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-11-28 | unhandled ioctls return ENOTTY, not 0 | David Gwynne | |
2006-11-28 | remove dead code | David Gwynne | |
2006-11-28 | sync | Theo de Raadt | |
2006-11-28 | Reorder cfxga initialization sequence for clarity, and minor tweaks; no | Miod Vallat | |
functional changes. | |||
2006-11-28 | useless Xr | Theo de Raadt | |
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 | sync | Theo de Raadt | |
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 | Turn OVERRIDE_OPTIONS macro into a function, so that we can put | Miod Vallat | |
preprocessor directives in it; then do our changes only if either OPENBSD_NATIVE or OPENBSD_CROSS is defined; then disable -fregmove for now. ok otto@ | |||
2006-11-28 | It's really nice to start your day with writting a man page. | Alexander Yurchenko | |
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 | do not re-add existing entries; ok hshoexer | Markus Friedl | |
2006-11-28 | we will never support pserver, so do not bother documenting | Xavier Santolaria | |
login/logout commands, nor mark them as supported. | |||
2006-11-28 | tweaks; | Jason McIntyre | |
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 | Remove a debug print i accidentally left behind | Chris Kuethe | |
2006-11-28 | style changes and cleaning. no op. | Brad Smith | |
2006-11-28 | Sync usage with manpage | Chris Kuethe | |
2006-11-28 | Add the --silence-errors option. Found by naddy@ | Chris Kuethe | |
2006-11-28 | Nicer descriptions of --atleast*version and and --exists | Chris Kuethe | |
2006-11-28 | Allow "pkg-config --modversion" to work. Reported by naddy@ | Chris Kuethe | |
2006-11-28 | Move a sentence and talk a bit about dependency resolution. | Chris Kuethe | |
2006-11-28 | Initial version of a manpage. More options will be described as they are | Chris Kuethe | |
implemented. | |||
2006-11-28 | Pretend to implement SCSI SYNCHRONIZE_CACHE command. | Alexander Yurchenko | |
2006-11-28 | fix servicecurve check; no point in checking the same sc three times, it | Henning Brauer | |
was obviously intended to check all three. has been wrong since the beginning, 4 years... noticed by Earl Lapus <earl.lapus@gmail.com>, Vasil Dimov <vd@FreeBSD.org> mailed me then, ok mcbride | |||
2006-11-27 | $OpenBSD$ tag | Chris Kuethe | |
2006-11-27 | Replace DMA operations with something less ugly. Still a lot of work remains. | Alexander Yurchenko | |
2006-11-27 | stylistic clean-ups. | Marc Espie | |
look more like BSD style, open files correctly, remove lots of extra parenthesis, do not depend on $_ | |||
2006-11-27 | Post-process PCI config space opregions | Jordan Hargrave | |
Fixed acpiprt for stinky presario v3000 ok marco@ | |||
2006-11-27 | enter pkg-config | Theo de Raadt | |
2006-11-27 | better man page based on another script Makefile | Theo de Raadt | |