summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* make sure that the user supplied signals in struct vt_mode are actuallyjmg1997-03-011-8/+18
* Added some nfs #includes so that netboot compiles again. Lite2 made thebde1997-03-011-0/+2
* When we perform an "automatic request sense", we issue an untagged command.gibbs1997-03-011-5/+44
* Add missing #include <machine/segments.h> for ISPL and SEL_UPL macrosache1997-03-011-1/+2
* Removed nonexistent option PSM_NO_RESET.bde1997-02-281-2/+1
* Fixed spelling error in a variable name.bde1997-02-281-2/+2
* Print function args in the current radix instead of always in hex.bde1997-02-281-8/+13
* Removed an obsolete test which prevented mouse movement from quitingyokota1997-02-281-7/+6
* Synchronize with NetBSD/pc98 patch level 81.kato1997-02-286-46/+62
* Fixed the gcc ellipsis change to work with gcc-1.x.bde1997-02-281-3/+5
* Functionalize some code that was repeated throughout the driver.gibbs1997-02-281-50/+77
* Fix numerous problems with the abort/recovery code. Highlights include fixinggibbs1997-02-252-194/+371
* Typo police.alex1997-02-241-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-22309-310/+310
* Fix some more problems in the recovery code.gibbs1997-02-191-20/+37
* Use the same blocks->size-in-MB conversion algorithm as the SCSI codemsmith1997-02-181-1/+1
* Kill the initialization of two old scratch ram variables. They were removedgibbs1997-02-181-12/+0
* Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisitebde1997-02-181-0/+1
* Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. Thisgibbs1997-02-182-20/+20
* Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanupbde1997-02-171-6/+6
* Select between the generic math functions and the i387-specific onesbde1997-02-161-0/+77
* Changed timeout for requesting sense from 100ms to 1 second.dg1997-02-141-2/+1
* Changed #include order to match better order in 2.2.bde1997-02-132-2/+2
* Get defaults for the boot device (and flags) from the filebde1997-02-131-16/+48
* Oops, cut/paste could be done on tthe WRONG vty :(sos1997-02-131-1/+1
* Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.bde1997-02-131-1/+9
* Align text to 16-byte boundaries if profiling is enabled. This willbde1997-02-131-0/+4
* This no longer depends on NFS being defined so that itmpp1997-02-121-8/+3
* Use a valid value for MSGSSZbde1997-02-122-4/+2
* Bug fix for SNDCTL_DSP_GETOSPACE ioctl. It would report 0 bytesswallace1997-02-122-6/+45
* Fix a bug in the reporting of residuals. The code was relying on the SG_COUNTgibbs1997-02-112-5/+22
* Restored changes from rev.1.58-1.60 which were blown away by thebde1997-02-111-14/+17
* really minor cleanupjulian1997-02-111-1/+1
* Make this compile again after the Lite2 merge.mpp1997-02-102-5/+4
* Make this compile again after the Lite2 merge.mpp1997-02-102-3/+3
* IP Filter is now character device #79darrenr1997-02-101-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1019-69/+113
* ahc_search_qinfo->ahc_search_qinfifogibbs1997-02-091-31/+36
* I have no idea what this is all about, but it works and Bruce hasn'tphk1997-02-071-1/+6
* Fix for the Compaq Armada laptop.yokota1997-02-071-3/+9
* The worm(4) driver needs a bdev major # now, too.joerg1997-02-061-0/+1
* Initialization of a variable got lost in the last commit when I movedgibbs1997-02-031-0/+1
* Fix an oversight in the handling of non-tagged abort requests. We needgibbs1997-02-031-34/+72
* White space cleanup and other cosmetic style changes.gibbs1997-02-032-25/+62
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.kato1997-02-021-1/+0
* Correct the usage of fea0. It's an EISA driver now, so the ISA usagejoerg1997-02-012-6/+8
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inbde1997-02-011-3/+15
* Removed PG_N from here, too. Some machines don't like it and it's unnecessary.dg1997-01-301-1/+1
* Removed unnecessary PG_N flag from device memory mappings. This is handleddg1997-01-301-1/+1
* Fixed the "switch to next screen" command (normally bound to thesos1997-01-301-1/+10
OpenPOWER on IntegriCloud