summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-5/+55
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-033-5/+9
* Include nss.h only when PC98 is defined.kato1999-04-031-0/+2
* Put in place the infrastructure for improved UP and SMP TLB management.alc1999-04-024-27/+73
* We don't need to splbio() around biodone().phk1999-04-021-3/+1
* Add back cxswitch() it was used afterall.phk1999-04-021-0/+22
* o sys/i386/include/soundcard.hkato1999-04-028-135/+201
* fix polarity reversal.phk1999-04-011-2/+2
* Follow up to the recent vm86 change in rev. 1.19.yokota1999-03-311-6/+8
* Add NTFSeivind1999-03-312-2/+4
* The DEVFS case was screwed by my last commit here..sos1999-03-312-8/+8
* Fix the oltr entries.eivind1999-03-301-4/+3
* SX ISA cards are only 32k wide in 8 bit mode (which is the onlynsayer1999-03-301-2/+2
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-303-36/+2
* Reduce overhead of PPS when not active.phk1999-03-301-9/+11
* Add PPS-API support for DCD on serial ports.phk1999-03-301-3/+21
* Purging lint from the Bruce filter.phk1999-03-301-2/+5
* Delete all references to the "aic" driver. It isn't in the tree, andken1999-03-294-15/+6
* Another round of fix for palette loading.yokota1999-03-291-8/+39
* Spelling fixes.phk1999-03-292-8/+8
* Ifdef declaration of a conditionally defined function "timezero".dt1999-03-281-1/+3
* Fix syntax error. While I am here, comment out a negative option and adddt1999-03-282-4/+8
* Fourth update to the new ATA/ATAPI driver:sos1999-03-281-1/+2
* Add Turtle Beach Malibu soundcard (and a sample config) to CARDS aschuckr1999-03-251-0/+6
* Add support for Cardinal MVP288IV PnP modem.steve1999-03-251-1/+2
* Add support for the USR3090 PnP modem.steve1999-03-241-1/+2
* Update Specialix download microcode for the transputer based serial hostpeter1999-03-241-2142/+2246
* Fixed a couple of missing drive selects in wdreset(). This mainlybde1999-03-231-2/+4
* Fix a typo.gibbs1999-03-231-2/+2
* Add cdev 120 as the audit device.jkh1999-03-211-2/+3
* Link the bb structures together as we find them.phk1999-03-211-2/+10
* Eliminate a pointless TLB flush from the SMP idle loop.alc1999-03-201-7/+1
* Cast (u_char *) to (vm_offset_t) to silence compiler warnings.jlemon1999-03-181-6/+6
* Remove debugging printf that I overlooked.jlemon1999-03-181-2/+1
* Update to use the modified vm86_datacall interface.jlemon1999-03-181-21/+27
* Change the vm86_datacall interface so that callers are now responsiblejlemon1999-03-183-66/+157
* Change btrl/btsl to cmpl/movl, since each cpu now has their own copyjlemon1999-03-181-5/+5
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-172-18/+88
* describe new ISP optionsmjacob1999-03-172-2/+22
* Don't call int15:820, it's not allowed to be called from vm86 mode.msmith1999-03-161-30/+1
* Look for the right ACPI table signature.msmith1999-03-161-2/+2
* Remove old reference to needing 'make clean' for QUOTAS - that is noeivind1999-03-162-10/+4
* Rewert the atapi CDROM driver's name to wcd.sos1999-03-168-85/+85
* Add majors for new ATA/ATAPI driver.sos1999-03-162-8/+18
* This is a temporary workaround for kernel panic occurring whenyokota1999-03-151-1/+3
* Make NDGBPORTS an official option.joerg1999-03-133-3/+10
* pmap_qenter/pmap_qremove:alc1999-03-131-89/+62
* Add a dire warning about the folly of configuring vinum ingrog1999-03-132-2/+18
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixeddg1999-03-113-7/+7
* Fix two tests against hex. values for CPUID.roberto1999-03-101-3/+3
OpenPOWER on IntegriCloud