summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-157-632/+1260
* Make the sound drivers work with DEVFS.jfieber1997-01-151-40/+71
* Update from driver author. Closes PR#2421.wollman1997-01-142-58/+140
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14309-310/+310
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-135-140/+66
* Just 'warn' the user that they are mixing dedicated drivers and genericnate1997-01-132-2/+10
* Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT tonate1997-01-132-2/+8
* - Add [?] key and corresponding helptext/pager.msmith1997-01-131-36/+172
* When we changed pmap_protect to support adding the writeabledyson1997-01-111-8/+13
* Moved pccard_configure() to the end of the configure() list. Thisnate1997-01-111-6/+6
* Prepare better for multi-platform by eliminating another requireddyson1997-01-111-47/+4
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andkato1997-01-101-4/+1
* kern/2433: Multiple AHA1542 scsi controllers don't workphk1997-01-101-1/+2
* i386/2427: 2.2-BETA ft driver panics when there're no floppy drivesphk1997-01-091-1/+3
* Make the code more consistant by using the INTR*MASK macros througout thenate1997-01-084-8/+8
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.nate1997-01-081-2/+2
* > The extra include of <sys/time.h> is because apm uses microtime() and mynate1997-01-072-22/+4
* Made minimal changes to make this work again (it depended on devconf).bde1997-01-071-9/+5
* - Cleanup up the driver (remove un-needed parameters, white-space,nate1997-01-0611-182/+168
* Undo RCS keyword change to keep the original `$NetBSD$'.kato1997-01-0514-14/+14
* Minor white-space and comment cleanups. No functional change.nate1997-01-051-3/+10
* Fix for PR/2333 - psm0 panics if no mouse attached:nate1997-01-051-2/+7
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-041-3/+1
* Fixed context switching of FPU state after a fault inbde1997-01-041-3/+20
* Fixed botched tables:bde1997-01-041-128/+147
* Change types of wdp_cylinders, wdp_heads and wdp_sectors in structkato1997-01-041-4/+4
* Add code to copy the LDT, if required.se1997-01-021-1/+16
* A couple of changes for proper mpu401 recognition, and an opl3 patchjkh1996-12-303-15/+21
* Apply a similar fix as in gsc.c rev 1.23.joerg1996-12-301-2/+1
* Apparently, someone changed the gsc driver to allocate one big bufferjoerg1996-12-301-1/+0
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* Fixed keeping track of interrupt nesting level across ASTs. It sometimesbde1996-12-291-1/+3
* Superficial clean-up of useracc calls. (The useracc usage ofdyson1996-12-291-3/+3
* Allow pmap_protect to increase permissions. This mod can eliminatedyson1996-12-291-5/+7
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-281-1/+3
* Turn off qcam_debug flag by defaultache1996-12-281-1/+1
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-231-3/+2
* Added undocumented SCSI_DELAY and SCSI_NCR_* options. SCSI_DELAY getsbde1996-12-232-2/+14
* Fixed quoting of MAXDSIZ and DFLTDSIZ. The quoting rules changed whenbde1996-12-232-6/+6
* Cosmetic (wrt. the screen display) change: when re-enabling a device,joerg1996-12-231-2/+4
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Fix a bug in the wt driver that could cause memory corruption.joerg1996-12-231-8/+16
* Someone needs to teach Nate about the C pre-processor in general and thejkh1996-12-232-4/+4
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Document MAXDSIZ and DFLDSIZ. This is a 2.2 candidate change.dyson1996-12-222-2/+28
* Add & Document MD5 option.phk1996-12-222-2/+14
* PCCARD support safety belts.nate1996-12-212-2/+16
* Give MFS_ROOT priority over NFS as root filesystem.phk1996-12-211-9/+10
* Mention amd driver in comment regarding PCI drivers.se1996-12-211-4/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+2
OpenPOWER on IntegriCloud