summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Spotted a misplaced comma in my previous patch.des1998-05-162-4/+4
* Typo nits in SUIDDIR comment (removed some parentheses, moved somedes1998-05-162-24/+26
* 1.31 Randall Hopper <rhh@ct.picker.com>ahasty1998-05-161-0/+5
* Disable the auto-Write Combining setup for the pmap code. Thisdyson1998-05-151-1/+2
* Fix list corruption and memory leak that could occur whengibbs1998-05-141-2/+6
* Name cronyx devices correctly.jkh1998-05-131-3/+3
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-131-1/+2
* Some temporary fixes to SMP to make it more scheduling and signal friendly.dyson1998-05-121-3/+13
* Fix alot of silly LINT that I left in the code.dyson1998-05-121-2/+2
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-121-5/+2
* Reserve major number 99 for vak's cronyx/tau serial driver.jkh1998-05-121-1/+3
* Oops, only apply the CHS size from lbasize thing when disk reportssos1998-05-111-2/+3
* Change some tests from CPU_CLASS686 to CPU_686 as appropriate, anddyson1998-05-111-8/+18
* Support better performance with P6 architectures and in SMPdyson1998-05-114-15/+83
* Attempt to set write combining mode for graphics devices.dyson1998-05-115-179/+116
* Add support for the Yamaha YMF-719.steve1998-05-101-1/+4
* Add character major for 'loe' loopback pseudo-ethernet device.msmith1998-05-091-1/+2
* cleanup:julian1998-05-071-184/+62
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-071-12/+9
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-061-2/+3
* Add dump support to the DEVFS/slice code.julian1998-05-063-8/+166
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-065-61/+196
* Fix the 4-8G LBA geometry it was wrong.sos1998-05-051-2/+7
* Detect USR PnP x2 modem.phk1998-05-041-1/+2
* Don't depend on "implicit int".bde1998-05-011-3/+3
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-011-2/+2
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configimp1998-04-291-12/+12
* Fixes incorrect company and product names in uha(4) manpage andandreas1998-04-292-4/+4
* Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesamemax1998-04-291-2/+2
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-283-3/+33
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>julian1998-04-282-33/+69
* Cast return values to the appropriate fp_*_t. Note that the man pagedes1998-04-271-9/+9
* Add the PAT cpuid feature.dyson1998-04-261-2/+2
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-241-2/+4
* When calling the open function, specify either FREAD and/or FWRITEjulian1998-04-231-3/+3
* Oops forgot to include opt_bootp.hjulian1998-04-231-2/+4
* Add devfs support.eivind1998-04-231-2/+32
* Mask the interrupt before setting the corresponding bit in ipending iftegge1998-04-223-14/+15
* Bad144 support for the slice system (!)julian1998-04-221-3/+9
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-224-4/+16
* close() is no longer a SLICE method.julian1998-04-222-15/+31
* Add a couple of missing symbols referred to in asm code.peter1998-04-221-1/+5
* Add a block device entry for the 'myx' driver too.msmith1998-04-221-1/+2
* Add 'myx' for Ulf Zimmerman's Mylex Raid driver (ulf@alameda.net>msmith1998-04-221-2/+2
* PC-98 does not supports DMA automode lager than 65535 bytes.kato1998-04-211-0/+4
* Supports PC-98 again.kato1998-04-211-0/+6
* Remove more LFS left-oversjulian1998-04-201-19/+1
* Remove an LFS clause, now that it is in the history,julian1998-04-201-19/+1
* Enable DEVFS usage of the device (include opt_devfs.h>sos1998-04-201-1/+2
* Get rid of DEVFS_ROOTjulian1998-04-202-6/+4
OpenPOWER on IntegriCloud