summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
2000-07-27do not print anything before console has been setMichael Shalayeff
2000-07-27fix espie@'s screwup; frenchies can't type! noticed by aaron@Michael Shalayeff
2000-07-26correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com>Michael Shalayeff
2000-07-26proper busy/idle handling; pointed out by marc@Michael Shalayeff
2000-07-25allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>.Michael Shalayeff
also, print console device and speed before switching to the new console.
2000-07-20add fms & auvia, so that people test itTheo de Raadt
2000-07-19new timeouts; testedMichael Shalayeff
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-19Use new timeouts for the led intr timeout.Artur Grabowski
2000-07-19Convert to use new timeouts.Artur Grabowski
Use the t_rstrt_to provided by tty.h.
2000-07-18do not include random number in dmesg, per deraadt's suggestion.Michael Shalayeff
instead, print rng number generation speed, measured.
2000-07-18clcs works reasonably well now. Enable it.Artur Grabowski
2000-07-12typoTheo de Raadt
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-11RAMDISKC is okTheo de Raadt
2000-07-11cardbus install floppy kernelTheo de Raadt
2000-07-08oops, revert to correct versionMarco S Hyman
2000-07-08#audio -> #audio*Marco S Hyman
2000-07-07Use b_cylinder instead of a homebrew define.Artur Grabowski
2000-07-06Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;Federico G. Schwindt
from dugsong@
2000-07-06dummy me, forgot \n in panic->printf transitionMichael Shalayeff
2000-07-06don't panic for nothingMichael Shalayeff
2000-07-06Add ICU 82801AA_LPC (as on the OR840 motherboard).Hakan Olsson
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok)
2000-07-06Don't include <vm/vm.h> twice. (art@ ok)Hakan Olsson
2000-07-06Enable CardBus per Theo's request, so we can iron out the wrinkles faster. AlsoAaron Campbell
enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers.
2000-07-06printf %sTodd T. Fries
2000-07-05Decouple memory access functions from db_interface.c so they can beHugh Graham
shared with upcoming KGDB. As per NetBSD. Ok'd by niklas.
2000-07-05Add a breakpoint() inline for use with KGDB.Hugh Graham
Ok'd by mickey.
2000-07-05Sigh, scrr_len represents the length of the scrolling region, not the end ofAaron Campbell
it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug...
2000-07-04fix uvisor entry.Federico G. Schwindt
2000-07-04add uvisor and clcs, both commented out.Federico G. Schwindt
2000-07-02Remove NFSCLIENT for consistency with other RAMDISK kernels.Todd C. Miller
2000-06-30My previous two attempts at fixing the "scrolling region" problem were wrong.Aaron Campbell
Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work.
2000-06-28disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵Kenneth R Westerback
still fits on RAMDISKB
2000-06-28enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵Kenneth R Westerback
still fits on RAMDISKB
2000-06-28repair panic message; bugfix@163.netTheo de Raadt
2000-06-26Make the check for !usermode in syscal a DIAGNOSTIC.Artur Grabowski
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-21Kirk announced that soft updates are free todayNiklas Hallqvist
2000-06-20If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriateArtur Grabowski
-march=ix86. (as it was done for 486).
2000-06-19esp at pcmcia, commented out.Federico G. Schwindt
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-16Cannot emulate memcmp() with bcmp() due to different return values;Todd C. Miller
memcmp() will be added to libkern.
2000-06-15i840 chipset also has the true RNG (i82802 FWH). mickey@ ok.Hakan Olsson
2000-06-13dmesg repair around pci sub-bus configTheo de Raadt
2000-06-12Fix typo and mention valid tty values.Todd C. Miller
2000-06-11Better fix for the scrolling region problem. Fixes PR/1271.Aaron Campbell
2000-06-10add ubsec, since it will work soon enoughTheo de Raadt
2000-06-08bad mickeyTheo de Raadt