summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1997-11-181-13/+13
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,bde1997-11-181-6/+7
* Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.bde1997-11-181-3/+1
* Removed unused #includes.bde1997-11-181-5/+3
* Removed an unused #included.bde1997-11-181-3/+10
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-181-2/+2
* Removed #unused includes.bde1997-11-182-6/+8
* Removed code for the !KERNEL case. It hasn't been maintained for 4bde1997-11-181-28/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-1/+4
* Typo fix.alex1997-11-172-4/+4
* fix Jonathan Mini's email address per his requestjmg1997-11-171-2/+2
* Added support for linux sound ioctls:ahasty1997-11-172-3/+24
* Device # for Jonathan Mini's VESA support.sos1997-11-161-1/+2
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
* Reviewed by: Amancio Hastyahasty1997-11-161-1/+3
* Expand the APMIO_GETINFO ioctl to return the estimated remainingjdp1997-11-123-63/+140
* - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options.nate1997-11-111-1/+3
* Fix conflicts.markm1997-11-1011-72/+140
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tbde1997-11-101-2/+2
* - Convert c++ comment to c comment.nate1997-11-102-4/+4
* Assign 84 to Andrew Gordon <arg@arg1.demon.co.uk> for the 'ttxt' Unitextmsmith1997-11-101-1/+2
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-075-30/+30
* Rename some local variables to avoid shadowing other local variables.phk1997-11-077-34/+34
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-0714-44/+24
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0629-860/+781
* Add the IOCTL for Luigi's BT848 -> I2C bus driver.markm1997-11-061-1/+8
* Bump configvers to 300003 to account for the crd->card (and related)msmith1997-11-061-2/+2
* Identify MediaGX CPU correctly. Old MeidaGX CPU and GXm CPU arekato1997-11-061-6/+27
* Oops, forgot to count non-changer drives..sos1997-11-051-1/+3
* Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.kato1997-11-051-2/+2
* Do not print config details twice (first variant comes from isa)ache1997-11-051-4/+8
* Note that the Intel EtherExpress' driver is ie(4).steve1997-11-042-4/+4
* - Update the email address in the copyrights.nate1997-11-0410-30/+22
* - If the APM BIOS fails to suspend the system after running thenate1997-11-042-6/+12
* dk_altport is initialized in wdprobe(), but not in wdattach(), thisphk1997-11-041-1/+2
* Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.kato1997-11-041-5/+1
* Test if kvm_kernel.db exists before moving it. Otherwise installingguido1997-11-031-2/+4
* - MF22: (I reversed these). Simplify code.nate1997-11-021-2/+3
* Add ide_pci device.jkh1997-11-021-2/+3
* Sigh, kill setting of 0WS...it breaks more machines than it fixes.dg1997-11-021-4/+3
* - Example config file for laptop/PCCARD support.nate1997-11-011-0/+113
* Change comments about ijppp to iijppp.jseger1997-10-312-4/+4
* Bring our sound sources up to the level of Amancio's latest-and-greatest.markm1997-10-3125-6190/+9231
* This updates Luigi's sound code to the basic code in snd971023...jmg1997-10-319-1702/+1073
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.markm1997-10-3142-11744/+16428
* Securelevel and formatting fixes, and trapframe simplification.kato1997-10-301-10/+9
* First cut at supporting multi-CD CDROM drives (changers).sos1997-10-292-74/+223
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()nate1997-10-291-1/+2
* Implement linux_iopl and linux_nice.kato1997-10-293-17/+33
* The previous change added a use of the DATA_SET macro, but forgotjdp1997-10-291-1/+2
OpenPOWER on IntegriCloud