summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-06syncTheo de Raadt
2007-01-06Remove bogus code for flushing 32-bit tlb entries. This makes it possible toMark Kettenis
go to more than 4G va space.
2007-01-06Use VM_MAX_KERNEL_ADDRESS instead of KERNEND in pmap_growkernel().Mark Kettenis
2007-01-06Document hp300 isabr(4).Miod Vallat
2007-01-06Fix error string for loadfirmware().Marcus Glocker
2007-01-06Add commented out ISA entries.Miod Vallat
2007-01-06Preliminary 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-06Turn bus_space_tag_t into real structures containing a bunch of functionMiod 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-06Propagate bus_space_tag_t through device attachment args structures, ratherMiod Vallat
than having them build their own. No functional change.
2007-01-06Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn'tMark Kettenis
defined. ok miod@
2007-01-06Bump to firmware 1.3; network byte ordered firmware file.Marcus Glocker
2007-01-06Make 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-06build and extract program to merge bcw(4) firmware files into one singleMarcus Glocker
file. Doesn't get linked in make build.
2007-01-06increase buffer size; ie. for hw.sensors.ipmi0.indicator0Theo de Raadt
from cnst+openbsd@bugmail.mojo.ru
2007-01-06add 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-06remove acpid references. ok gwk@, steven@, grange@ and janus@.Matthieu Herrb
2007-01-06regenPedro Martelletto
2007-01-06Add Leadtek WinFast TV 2000 XP, from Tim LesliePedro Martelletto
2007-01-06make microcode file byte-order independent so that the file is the sameTheo 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-06pretty up the sensor outputs a wee bit more; partly spotted by jsgTheo de Raadt
2007-01-05Now that all ethernet drivers that support flow control set MIIF_DOPAUSE,Mark Kettenis
stop doing it here. From brad@
2007-01-05For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
From brad@
2007-01-05syncDale Rahn
2007-01-05without bktr, there is no tuner, comment it out as well (fixes the otherDale Rahn
half of Diana's problem) ok todd
2007-01-05syncTodd T. Fries
2007-01-05fix typo observed by Diana EichertTodd T. Fries
ok drahn@
2007-01-05when 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-05syncTheo de Raadt
2007-01-05Fix two small memleaksReyk Floeter
From Pierre-Yves Ritschard (pyr at spootnik dot org)
2007-01-05syncTodd T. Fries
2007-01-05add Cannon CANOSCAN LiDE60, PowerShot A540, and Kensington Bluetooth devicesTodd T. Fries
ok brad@
2007-01-05Better wording.Marcus Glocker
From Brad. CVS ----------------------------------------------------------------------
2007-01-05mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@Otto Moerbeek
2007-01-05Check that ucode size doesn't get exceeded when parsing for a firmwareMarcus Glocker
file. Spotted by deraadt@
2007-01-05macros for the bits in the ports CMD register. free %b fmt string for itDavid Gwynne
while im here.
2007-01-05If the firmware load routines fail, be sure the ucode gets freed.Marcus Glocker
2007-01-05Report about correct firmware filename if not found.Marcus Glocker
2007-01-05Prototypes spacing.Marcus Glocker
2007-01-05Make the upload of initialization values work again, after implementingMarcus Glocker
the single firmware file.
2007-01-05tidy & sort help displayOtto Moerbeek
2007-01-05for edit: create the CVS/Base directory if it does not already exist.Xavier Santolaria
2007-01-05use current working directory fullpath for notifications.Xavier Santolaria
2007-01-05correctly handle time in notifications.Xavier Santolaria
2007-01-05use 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-05starting bits for the edit command. more to come.Xavier Santolaria
2007-01-05add new g command to interactive help; from Mark LumsdenOtto 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-05First shot of making the driver capable to parse several firmware filesMarcus Glocker
from one single file. Suggested and help by deraadt@
2007-01-05Bump firmware package to version 1.2; Reduce from fifteen to one singleMarcus Glocker
firmware file (files are concatenated).
2007-01-05Don't pollute userspace with uneeded headers.Jonathan Gray