Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-06 | sync | Theo de Raadt | |
2007-01-06 | Remove bogus code for flushing 32-bit tlb entries. This makes it possible to | Mark Kettenis | |
go to more than 4G va space. | |||
2007-01-06 | Use VM_MAX_KERNEL_ADDRESS instead of KERNEND in pmap_growkernel(). | Mark Kettenis | |
2007-01-06 | Document hp300 isabr(4). | Miod Vallat | |
2007-01-06 | Fix error string for loadfirmware(). | Marcus Glocker | |
2007-01-06 | Add commented out ISA entries. | Miod Vallat | |
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | Miod Vallat | |
Everything works well but interrupts, where no two devices causes the frodo chip to behave in the same way... (polling will work nicely) | |||
2007-01-06 | Turn bus_space_tag_t into real structures containing a bunch of function | Miod Vallat | |
pointers, to be used for the various bus_space operations. intio devices no longer need to pass an intiobase-relative address to bus_space_map. | |||
2007-01-06 | Propagate bus_space_tag_t through device attachment args structures, rather | Miod Vallat | |
than having them build their own. No functional change. | |||
2007-01-06 | Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn't | Mark Kettenis | |
defined. ok miod@ | |||
2007-01-06 | Bump to firmware 1.3; network byte ordered firmware file. | Marcus Glocker | |
2007-01-06 | Make the driver able to read the network byte ordered firmware file. | Marcus Glocker | |
ok deraadt@ (also for the last dev/microcode/bcw import). | |||
2007-01-06 | build and extract program to merge bcw(4) firmware files into one single | Marcus Glocker | |
file. Doesn't get linked in make build. | |||
2007-01-06 | increase buffer size; ie. for hw.sensors.ipmi0.indicator0 | Theo de Raadt | |
from cnst+openbsd@bugmail.mojo.ru | |||
2007-01-06 | add cvs_base_handle() routine to handle the CVS/Baserev* files. | Xavier Santolaria | |
first bits for the edit command for now. definitly still more work to do for optimization... | |||
2007-01-06 | remove acpid references. ok gwk@, steven@, grange@ and janus@. | Matthieu Herrb | |
2007-01-06 | regen | Pedro Martelletto | |
2007-01-06 | Add Leadtek WinFast TV 2000 XP, from Tim Leslie | Pedro Martelletto | |
2007-01-06 | make microcode file byte-order independent so that the file is the same | Theo de Raadt | |
on all architectures, and have the driver cope with this as well tested by ian YOU MUST UPDATE YOUR MICROCODE FILE OR THE DRIVER WILL NOT BE HAPPY | |||
2007-01-06 | pretty up the sensor outputs a wee bit more; partly spotted by jsg | Theo de Raadt | |
2007-01-05 | Now that all ethernet drivers that support flow control set MIIF_DOPAUSE, | Mark Kettenis | |
stop doing it here. From brad@ | |||
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis | |
From brad@ | |||
2007-01-05 | sync | Dale Rahn | |
2007-01-05 | without bktr, there is no tuner, comment it out as well (fixes the other | Dale Rahn | |
half of Diana's problem) ok todd | |||
2007-01-05 | sync | Todd T. Fries | |
2007-01-05 | fix typo observed by Diana Eichert | Todd T. Fries | |
ok drahn@ | |||
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt | |
skip the most common value read (which is often 0xff anyways) | |||
2007-01-05 | sync | Theo de Raadt | |
2007-01-05 | Fix two small memleaks | Reyk Floeter | |
From Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-05 | sync | Todd T. Fries | |
2007-01-05 | add Cannon CANOSCAN LiDE60, PowerShot A540, and Kensington Bluetooth devices | Todd T. Fries | |
ok brad@ | |||
2007-01-05 | Better wording. | Marcus Glocker | |
From Brad. CVS ---------------------------------------------------------------------- | |||
2007-01-05 | mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@ | Otto Moerbeek | |
2007-01-05 | Check that ucode size doesn't get exceeded when parsing for a firmware | Marcus Glocker | |
file. Spotted by deraadt@ | |||
2007-01-05 | macros for the bits in the ports CMD register. free %b fmt string for it | David Gwynne | |
while im here. | |||
2007-01-05 | If the firmware load routines fail, be sure the ucode gets freed. | Marcus Glocker | |
2007-01-05 | Report about correct firmware filename if not found. | Marcus Glocker | |
2007-01-05 | Prototypes spacing. | Marcus Glocker | |
2007-01-05 | Make the upload of initialization values work again, after implementing | Marcus Glocker | |
the single firmware file. | |||
2007-01-05 | tidy & sort help display | Otto Moerbeek | |
2007-01-05 | for edit: create the CVS/Base directory if it does not already exist. | Xavier Santolaria | |
2007-01-05 | use current working directory fullpath for notifications. | Xavier Santolaria | |
2007-01-05 | correctly handle time in notifications. | Xavier Santolaria | |
2007-01-05 | use correct hostname for notifications. | Xavier Santolaria | |
also, in a near future, might be worth thinking about sharing some code between the edit and unedit commands, would shrink the mess a little bit... | |||
2007-01-05 | starting bits for the edit command. more to come. | Xavier Santolaria | |
2007-01-05 | add new g command to interactive help; from Mark Lumsden | Otto Moerbeek | |
2007-01-05 | - introduce file comparison routine, cvs_file_cmp(). | Xavier Santolaria | |
- compare the <file> in working dir and the one in CVS/Base/<file> for the unedit command. hints otto@, input and ok ray@ niallo@. | |||
2007-01-05 | First shot of making the driver capable to parse several firmware files | Marcus Glocker | |
from one single file. Suggested and help by deraadt@ | |||
2007-01-05 | Bump firmware package to version 1.2; Reduce from fifteen to one single | Marcus Glocker | |
firmware file (files are concatenated). | |||
2007-01-05 | Don't pollute userspace with uneeded headers. | Jonathan Gray | |