summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add the ISP Qlogic SCSI card to the list of known devices.gpalmer1998-08-021-2/+4
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.phk1998-07-311-0/+1
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-302-5/+6
* Typo fix: teh --> (the|they)alex1998-07-301-2/+2
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-291-2/+4
* Fixed print format errors.bde1998-07-296-61/+70
* Fixed printf format errors.bde1998-07-291-9/+11
* Fixed error handling:bde1998-07-292-57/+63
* Set p->p_switchtime to switchtime instead of to the current time inbde1998-07-281-1/+11
* Micro-optimized and cleaned up the clearing of switchtime in idle().bde1998-07-281-12/+8
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-1/+4
* Fix an off-by-one error when setting the iomap bits.jlemon1998-07-281-5/+5
* Extend cpl workaround so that it applies when we are returning tojlemon1998-07-271-3/+5
* Re-arrange the page layout used by vm86_bioscall so that we canjlemon1998-07-273-56/+87
* Don't pass the label to diskerr(), since the label is being constructedbde1998-07-251-3/+3
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. Thismsmith1998-07-208-7/+1965
* Add support for PCNet PCI chips that only work when we talk to them as ISAmsmith1998-07-202-2/+20
* Moved allocation of the slices struct to the right place. Initializebde1998-07-201-28/+9
* A slap on the wrist to Dag-Erling, who plainly did not test this beforejkh1998-07-191-2/+1
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes abde1998-07-191-1/+3
* Allow dump devices with dkpart != SWAP_PART on devfs/slicedes1998-07-181-1/+4
* Fixed error handling after a seek error that can't happen. When thebde1998-07-181-1/+3
* Place a fat warning that floppy tapes should be configured as drive 2joerg1998-07-171-1/+4
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-157-33/+33
* Don't cast pointers to longs in asm statements.bde1998-07-152-2/+2
* %n in a comment was a poor abbreviation for Immediate-byte-signed,bde1998-07-151-2/+2
* The ioctl request arg is unsigned log, so don't attempt to pass itbde1998-07-152-8/+7
* The ioctl request arg is unsigned long, so don't attempt to pass itbde1998-07-152-10/+10
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-152-6/+6
* Don't cast pointers to longs in asms. Changed all remaining longsbde1998-07-152-63/+64
* Cast the value returned by strtoul() to a uintptr_t before castingbde1998-07-151-3/+3
* Cast virtual addresses that happen to be represented as u_longs tobde1998-07-151-4/+4
* Add missing register name defines.msmith1998-07-141-1/+7
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-141-8/+8
* Don't pretend to support ix86's with 16-bit ints and 32-bit registersbde1998-07-141-4/+4
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-142-17/+14
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-135-24/+26
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-132-11/+6
* Removed historical dependencies on `Makefile'. They had rotted to beingbde1998-07-121-32/+22
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSbde1998-07-121-10/+10
* Fixed printf format errors.bde1998-07-111-123/+113
* Fixed printf format errors.bde1998-07-111-3/+3
* Don't disable pmap_setdevram() which isn't called, but which could be,phk1998-07-111-2/+3
* Improve a couple of comment.phk1998-07-111-6/+7
* Fixed printf format errors.bde1998-07-116-32/+41
* Don't pretend to support ix86's with 7-bit ints by using longs just tobde1998-07-112-6/+6
* Don't pretend to support ix86's with 16-bit ints by using longs just tobde1998-07-112-19/+18
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-111-32/+32
* Add ipforward optionjulian1998-07-112-4/+4
OpenPOWER on IntegriCloud