summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-192-4/+5
* Whoops, shouldn't really have been here, but what the heck: remove somephk1996-04-181-5/+3
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-183-6/+10
* - Save/restore the FS data segment.nate1996-04-184-78/+78
* - Addition of my name to the APM Copyrightnate1996-04-182-100/+66
* Add an inline function to compute the common-case IP header checksum.wollman1996-04-181-0/+76
* Added a disabled psm0 (PS/2) mouse device, using the new 'disable'nate1996-04-181-1/+3
* Support FreeBSD v2.1pst1996-04-171-19/+17
* Add in linux support for the quickcam driver bottom half andpst1996-04-171-23/+69
* Now that I have started to use netboot, I see what is missing...phk1996-04-142-36/+56
* Fixed handling of device flags. The real flags were never used.bde1996-04-131-2/+5
* Oops, include opt_pcvt_hdr.h before the key value in it is used.bde1996-04-131-2/+2
* Fixed `PCVT_FREEBSD=210'.bde1996-04-131-2/+2
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-131-3/+3
* Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long tobde1996-04-131-2/+2
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-132-15/+21
* Declared `unittab' as static. It was bogusly shared between the asc andbde1996-04-132-3/+7
* Document how to drop into DDB from a serial console.jkh1996-04-131-1/+10
* Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). Thisbde1996-04-131-9/+11
* Generate #define of PCB_SAVEFPU_SIZE for use in savectx().bde1996-04-131-1/+2
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-121-55/+162
* Make alltraps a .globl so that DDB doesn't make people belive they havephk1996-04-121-1/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-115-5/+24
* Added a note about OPTi 82C929 based cards.smpatel1996-04-111-5/+10
* Added documentation for "options PAS_JOYSTICK_ENABLE"scrappy1996-04-111-1/+4
* mentioned support for enabling gameport on ProAudio Spectrum withscrappy1996-04-112-2/+8
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-101-2/+2
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-101-3/+1
* hp300 -> i386nate1996-04-101-2/+2
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-101-1/+3
* Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.jkh1996-04-091-1/+2
* Added isa_dmadone() to fix the errors the sound driver has been complainingsmpatel1996-04-082-10/+13
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-084-3/+18
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-082-50/+118
* Added a $Id$ keyword. Bruce still needs to put a copyright noticewollman1996-04-081-0/+5
* Replace usage of buf->b_actf with queue.3 and buf->b_act.phk1996-04-081-7/+5
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilydg1996-04-081-6/+1
* Use breakpoint() function instead of inline assembler.bde1996-04-071-6/+2
* Changed bdb() to breakpoint() and always enable it.bde1996-04-071-34/+30
* Use rdtsc() function instead of inline essembler.bde1996-04-071-6/+2
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-6/+9
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-073-8/+9
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-077-13/+4
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-079-22/+9
* Removed unused declaration of bootverbose.bde1996-04-071-2/+1
* Moved declaration of bootverbose to a better place. Externs shouldbde1996-04-071-2/+1
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-071-4/+1
* Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.bde1996-04-071-2/+2
* Fixed devfs device names and numbers.bde1996-04-071-35/+71
* Allow specifying the BIOS drive number. Removed the hd drive type.bde1996-04-076-51/+83
OpenPOWER on IntegriCloud