summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a warning from the compiler, which just crashed my laptop. When dophk1994-09-151-4/+6
* Beginnings of support for loadable protocol domains. In particular,wollman1994-09-142-18/+53
* 1. adjkerntz variable added for preparation to resettodr() implementationache1994-09-142-4/+8
* Increase transfer speed by waiting much less than 10ms after requestache1994-09-141-2/+11
* Added a bit of missing functionality to make this work correctly on awollman1994-09-145-86/+164
* Reversed my patch from yesterday. "eisa" if >= 0x1000.phk1994-09-131-2/+2
* Two minor nits, a printf wasn't #ifdef PAS_DEBUG'ed and probe should return 4.phk1994-09-131-2/+4
* Only say eisa if ((ioaddr & 0xfff) >= 0x400)phk1994-09-131-2/+2
* Added DSI_SOFT_MODEMphk1994-09-132-2/+4
* Digicom Systems Inc, makes "softmodems". What this means is simply thatphk1994-09-131-2/+164
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-124-118/+10
* Deleted the pccons driver from the files.i386, added the seagate driverats1994-09-113-16/+10
* Better definitions for the NCR 5380 chip.phk1994-09-111-23/+109
* ProAudioSpectrum 16 {Zilog|Ncr} 5380 based SCSI-driver.phk1994-09-111-529/+469
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-111-12/+20
* Change "asm" to "__asm" - makes it possible to compile code withcsgr1994-09-101-6/+6
* Brought over two fixes from 1.1.5; this now makes this driver "up to date"dg1994-09-101-3/+6
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-091-3/+4
* Remove *_SAVER syscons options - I don't know how they go in here:csgr1994-09-094-14/+4
* Don't include options MULTICAST or MROUTING in generic kernels. MULTICASTwollman1994-09-093-7/+8
* Added the psm driver from 1.1.5.dfr1994-09-092-0/+506
* Recycle cdev 20, sound blaster driver is long since deceased.jkh1994-09-081-12/+17
* Quote the first arg to _IO(). Not quoting it didn't matter becausebde1994-09-081-4/+5
* Get all the definitions from DEFS.h and not directly from asmacros.hbde1994-09-081-4/+12
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-082-16/+13
* Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code adg1994-09-071-196/+96
* unifdef -DMULTICAST, since multicast support is always enabled in 4.4.wollman1994-09-071-20/+1
* This commit was generated by cvs2svn to compensate for changes in r2528,se1994-09-061-0/+310
|\
| * Reviewed by: Stefan Esser <se>se1994-09-061-0/+310
* | Reviewed by: Stefan Esser <se>se1994-09-061-2/+3
* | Reviewed by: Stefan Esser <se>se1994-09-061-2/+2
* | Reviewed by:ats1994-09-053-8/+5
* | Reviewed by:ats1994-09-051-4/+68
* | Get rid of a superfluous echo.jkh1994-09-051-2/+1
* | Remove symlink before remaking it for libkern.ajkh1994-09-051-2/+3
* | Fix comments.bde1994-09-051-6/+5
* | DOn't allow I/O register access in process 1 (oops).dg1994-09-051-6/+2
* | Improved some comments.dg1994-09-042-4/+4
* | Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-044-5/+90
* | Rewrote last vestige of code that used gs (copyinstr). The use of gs indg1994-09-041-48/+35
* | Added pmap_mapdev() function to map device memory.dg1994-09-041-1/+35
* | Initialize eflags register - brought over from 1.1.5.dg1994-09-041-2/+7
* | Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-031-5/+23
* | Reviewed by:ats1994-09-032-77/+247
* | Newly implemented ioctls list:ache1994-09-032-246/+345
* | make id_iobase an int - the change to a u_short broke lpt,csgr1994-09-031-2/+2
* | Reviewed by:ats1994-09-021-1/+3
* | Reviewed by:ats1994-09-023-6/+6
* | Restore some explicit dependencies for locore.s so that "make clean; make"bde1994-09-021-2/+2
* | Added entry for if_lnc.c, soon to be added new Lancef amily ethernetpaul1994-09-021-1/+2
OpenPOWER on IntegriCloud