summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major cleanups for the pmap code.dyson1996-04-071-182/+76
* Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. Itdg1996-04-062-4/+4
* Fix adjkerntz expression priorityache1996-04-052-6/+6
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-055-15/+26
* Work around a braindead signal handling in many newer HP printers.joerg1996-04-041-8/+26
* Improvementss to netbootphk1996-04-036-27/+78
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-3/+3
* Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTICgpalmer1996-04-032-2/+22
* Document PERFMON.wollman1996-04-022-12/+14
* Align help screen.phk1996-04-021-2/+17
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Convert from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-18/+25
* Change if/goto into a while loop.dg1996-03-311-4/+2
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-29/+37
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-311-1/+8
* Fix a bogus message:joerg1996-03-311-2/+2
* Removed dead option DUMMY_NOPS.bde1996-03-312-14/+16
* Finished removing NOP macros.bde1996-03-311-10/+1
* Moved rtcin() to clock.c.bde1996-03-315-18/+32
* Killed religous FASTER_NOP again.bde1996-03-311-5/+1
* Fix support for the aic7850 by looking only at the relavent bits of thegibbs1996-03-312-201/+219
* Override the unit number passed into us in the isa_device structure withgibbs1996-03-311-1/+8
OpenPOWER on IntegriCloud