Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-26 | ieee1394 for i386 too... | Thierry Deval | |
2002-06-26 | Bump i386 kvm size to 768M. | Artur Grabowski | |
deraadt@ ok. | |||
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |
2002-06-25 | this monkey has not been a mbr for a couple of years already | Michael Shalayeff | |
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff | |
usage of cdev_decl() in the driver code is more tricky since i have kqueue mods here and there and will fix that on that way through. | |||
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-21 | Bump version to help distinquish new memory probe and fixes. | Tobias Weingartner | |
2002-06-20 | Fix 4GB memory probing and other memory probing issues. | Tobias Weingartner | |
Outstanding issue is with Compaq 16MB detection problem. ok deraadt@, and various people from the 'net. | |||
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less ↵ | Michael Shalayeff | |
wrong than using cdev_decl_random for the same purpose | |||
2002-06-19 | kq: it did not work like this and it seem to be working, from the denver ↵ | Michael Shalayeff | |
whereabouts | |||
2002-06-18 | oops, forgot to commit this when gpr was added. | Federico G. Schwindt | |
2002-06-18 | Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPC | Nathan Binkert | |
and NPCCONSKBD) ok matthieu | |||
2002-06-18 | uftdi is fixed now | Nathan Binkert | |
2002-06-17 | option XSERVER was only needed for pccons console driver, which | Matthieu Herrb | |
has been obsoleted. ok millert@, miod@ and deraadt@. | |||
2002-06-17 | remove old pccons console driver. Not used anymore and not maintained. | Matthieu Herrb | |
ok millert@, miod@. | |||
2002-06-17 | and more uftdi kernel breaking crap here. Geez | Theo de Raadt | |
2002-06-17 | Who the HELL commited this thing which breaks kernels? Get your act | Theo de Raadt | |
in gear! | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-13 | start/size might have ben used uninitialized in case | Michael Shalayeff | |
pcibios was not compiled in and cardbus needed an mem allocation. we were away w/ this before because in most configurations cadbus require pcibios configured into the kernel. dale found it. | |||
2002-06-12 | pci revision is in the class field, not the id (some ppl just refuse to ↵ | Michael Shalayeff | |
follow the rules)' pt out by patrik@lindergren.com | |||
2002-06-11 | use a correct test, ok art@ | Peter Stromberg | |
2002-06-11 | add umidi, but commented out since I don't have anything to test | Nathan Binkert | |
2002-06-11 | add umct, but commented out since it hasn't been shown to work. | Nathan Binkert | |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat | |
2002-06-11 | define IPL_STATCLOCK | Artur Grabowski | |
2002-06-10 | old bouncebuffering api not used anymore | Niklas Hallqvist | |
2002-06-10 | Maintain my sanity. | Tobias Weingartner | |
2002-06-09 | bio is a driver that can delegate ioctls to other drivers which | Niklas Hallqvist | |
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too. | |||
2002-06-08 | Make 4GB machines work better. | Tobias Weingartner | |
2002-06-08 | Explain why there is no splhigh here | Niklas Hallqvist | |
2002-06-08 | rl* at cardbus | Aaron Campbell | |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin | |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power ↵ | Michael Shalayeff | |
management capabilities are supported yet; from netbsd | |||
2002-06-03 | Guillemot/maxiradio was a rebadged gemtek/pr103. | Michael Shalayeff | |
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@ | |||
2002-06-02 | withough -> without | Theo de Raadt | |
2002-05-30 | missing refs to sfr0 and other man fixes; from jumbo@ | Michael Shalayeff | |
2002-05-30 | iff pcibios is enabled, record _every_ established pci interrupt | Michael Shalayeff | |
for it will not get reprogrammed for isa later. should help lost and hanging pci interrupts. testing by fries@, krw@, mordin@, philipp@ and others | |||
2002-05-22 | Implement splassert. Even simpler than on the sparc. | Artur Grabowski | |
2002-05-20 | ignore corrupted prom headers w/ length exceeding the scanned isa hole ↵ | Michael Shalayeff | |
region; reported by Jason Spence <jspence@lightconsulting.com> for Toshiba Satellite 3005-S303. add a note on a more aggressive course of action | |||
2002-05-18 | pasto | Michael Shalayeff | |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski | |
that specifies which printf funciton it should use. Implement db_stack_trace_cmd in MI code. Thanks to miod@ for all the tests. | |||
2002-05-17 | properly detect the cpu model for the broken cyrix latch; better fix than ↵ | Michael Shalayeff | |
pr#2661 | |||
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat | |
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied) | |||
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos | |
okay deraadt@ | |||
2002-05-16 | fix for a timer latch bug on the cyrix mediagx and gxm cpus. | Michael Shalayeff | |
based on freebsd pr#6630, netbsd pr#8654, openbsd pr#1492 . does not affect other cpu models (cyrix or not). asked by markus@ and testing. | |||
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski | |
we'll use for printing the information. miod@ ok | |||
2002-05-15 | add lofn and nofn | Jason Wright | |
2002-05-10 | on ServerWorks CNB20HE Host: | Michael Shalayeff | |
do not synthesyse secondary pci bus on the pchb0 rev 0x23 OR pchb1 w/ any revision. prompted by frisco@blackant.net in pr#2642 | |||
2002-05-09 | ukbd (and others) at uhidev, not uhub | Marco S Hyman | |