summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1996-08-26ports 61 and 70 are not a part of realityTheo de Raadt
1996-08-23Add BOOT_CONFIGNiklas Hallqvist
1996-08-23profiling macro needs semicolons, obviously hasn't been used in a long timeNiklas Hallqvist
1996-08-22someone forgot the most important driver!Jason Downs
1996-08-19virtual terimals' name become ttyC*shawn
1996-08-17pcvt virtual terminal is now ttyC*shawn
1996-08-17do not reset/disable for fails on some laptops; rees@umich.edu from someone elseTheo de Raadt
1996-08-16ipx.Michael Shalayeff
1996-08-16someone send me an i386 assembler bookTheo de Raadt
1996-08-16spin processing ast events before going back to userland; my fixTheo de Raadt
1996-08-16Some mostly cosmetic bug fixes.dm
1996-08-15isapnp0Theo de Raadt
1996-08-15isapnp0 in GENERICTheo de Raadt
1996-08-14Pentium Pro supportdm
1996-08-14Added support in the driver for the Pentium Pro (pctrctl still needs todm
be done, though).
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-08-10Support entropy generation for keyboard generation; already done for PCVTThorsten Lockert
1996-08-09syncJason Downs
1996-08-08Allow idle loop to be read even on 486's.dm
1996-08-08Sadly, the performance counters don't seem to work on the pentium pro.dm
I'll have to find out how the P6 works and add support.
1996-08-08Added a pctr pseudo-device for accessing the Pentium performance counters,dm
and a program pctrctl to set the counter functions.
1996-08-08Disable RFC 1323 extensions by defaultThorsten Lockert
Add support for unknown SCSI devices Add random pseudo-device
1996-08-08Reset the cycle counter at boot on P5 or better wether or not we have beenThorsten Lockert
configured for NTP
1996-08-07correct b_resid handling; pointed out by banshee@gabriella.abattoir.comTheo de Raadt
1996-08-06splstatclock to splhigh; problem pointed out by gopalTheo de Raadt
1996-08-05remove NS support + tab nitpicksNiklas Hallqvist
1996-08-05WALDORF goes here tooNiklas Hallqvist
1996-08-05waldorf.appli.se now runs OpenBSDNiklas Hallqvist
1996-08-01 [Ctrl]+8 emits 9 on a kernel with PCVT; netbsd pr#2666; ↵Theo de Raadt
tacha@tera.fukui-med.ac.jp
1996-07-31UCONSOLE hole goes awayTheo de Raadt
1996-07-31Do our extensions to the bus.h interface slightly differentNiklas Hallqvist
1996-07-29no cy* quite yet..Theo de Raadt
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed.
1996-07-27BOOT_CONFIG for all arch, not just i386Theo de Raadt
1996-07-27jtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>:Theo de Raadt
check slen before accessing cp[1] in GETNUM macro. fix PRs 219, 2295, 2612: speaker bugs on i386 port: remove overruns due to faulty bounds checking; repair faulty octave limiting.
1996-07-27cy*Theo de Raadt
1996-07-24ep*Theo de Raadt
1996-07-22Dir is not empty anymoreTobias Weingartner
1996-07-20add KOI-8 cyrillic fontsMichael Shalayeff
1996-07-19Got rid of blinking square in the screen saver (it prevented fancy monitorsdm
from going into power-saving mode).
1996-07-18make pcvt recognize most S3 adapters up to dateshawn
1996-07-17nextbsd pr#2637 (and 2638): add cirrus gd5434.Jason Downs
1996-07-16pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.comTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-07-15add "unknown SCSI"Michael Shalayeff
1996-07-15add extern dynamic_gdt decl.Michael Shalayeff
it does not even compile w/o that!
1996-07-13add BOOT_CONFIGJason Downs
1996-07-13syncJason Downs
1996-07-07Add pccom to files.i386. SPARE-PARTS is an i386-dx40, which runsJason Downs
with zero fifo overruns or dropped characters at 115200bps with pccom.
1996-07-07Integrate the i386 specific com driver from Onno van der Linden,Jason Downs
<onno@simplex.nl>, as a seperate driver. This is the OpenBSD com.c, with his changes integrated and the functions renamed. This driver should work with pcmcia, but hasn't been tested. It will not work the multiport boards. Simply switch 'com' to 'pccom' in your conf and change the major number of your devices in order to use this.