summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix probe message printingsos1995-03-301-2/+2
* Emulate hw cursor closely, and get start&end scanlines from BIOS.sos1995-03-302-19/+27
* Made pmap_testbit a static function.dg1995-03-301-2/+2
* Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>rgrimes1995-03-303-6/+6
* Fixes for new TTY_BI & TTY_OEache1995-03-291-8/+13
* Optimized the way physical screen updates are done. Now onlysos1995-03-292-51/+133
* Fix serial error recording using new TTY_BI & TTY_OEache1995-03-291-11/+7
* Remove TTY_OE & TTY_BI definitions to allow translation,ache1995-03-291-3/+1
* Added NQNFS option and a comment warning about it's overhead.dg1995-03-292-2/+12
* Change fkey 63 from ^[[K to ^[[~.sos1995-03-281-2/+2
* Don't install /usr/mdec/bootphk1995-03-283-10/+37
* Move discard check up and do it only for error statusache1995-03-281-23/+21
* Added ata device....sos1995-03-281-2/+21
* CVS:bde1995-03-281-4/+4
* Don't useache1995-03-281-3/+2
* Forget to add LSR_FE to discard (see prev commit)ache1995-03-281-2/+2
* Several fixes to help "raw" tty mode work correctly withache1995-03-281-5/+32
* Change ahc driver comment to note that it's not just the 274x controllerjkh1995-03-282-4/+4
* "matcd interface " -> "matcd"; this makes userconfig work again andjkh1995-03-281-1/+1
* CVS:bde1995-03-281-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-2830-41/+97
* Raw ttyinput test was incomplete,ache1995-03-281-2/+2
* Fix break recording for ttyinputache1995-03-281-2/+4
* Give backspace to the people (again)sos1995-03-271-6/+6
* Add hooks for upcoming riscom/8 driverache1995-03-272-3/+27
* Removed declaration of pmap_changebit()...it is no longer exported.dg1995-03-261-2/+1
* Changed pmap_changebit() into a static function as it always shoulddg1995-03-261-2/+2
* Terminate all probe/diagnostic/error messages correctly with a \n.rgrimes1995-03-262-29/+28
* Reviewed by:bde1995-03-251-3/+3
* Fix the path to scdreg.h.bde1995-03-251-2/+5
* Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functionsbde1995-03-251-3/+4
* Add more compatibility cruft:bde1995-03-251-19/+69
* Do a printf("\n") after all conditional printfs have been done so thatswallace1995-03-251-4/+5
* Bring in the new non-GPL'd driver from Mikael Hybsch. This version isjkh1995-03-242-0/+1688
* scd driver now lives in non-GPL land.jkh1995-03-241-2/+2
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this torgrimes1995-03-233-16/+25
* aha1742.c:gibbs1995-03-233-6/+7
* Patches from Serge Babkin to fix interrupt handling bugs.dg1995-03-232-8/+28
* Correct pcibus_setup() to return as soon as one test succeeds.se1995-03-224-4/+12
* Delete PCI PCI bridge simulator code ...se1995-03-224-360/+4
* Remove spurious declaration of printf().se1995-03-224-12/+4
* Fixes and improvements from John Dyson:dg1995-03-222-46/+149
* New ISA specific PCI code.se1995-03-214-588/+836
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Removed redundant newlines that were in some panic strings.dg1995-03-194-9/+9
* And all serial chars with 0x7f to discard parity bits.phk1995-03-191-1/+2
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.swallace1995-03-181-1/+15
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-183-3/+6
* Increase the DELAY used in ahc_poll. This is only used during intialgibbs1995-03-171-47/+67
OpenPOWER on IntegriCloud