summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-312-7/+3
* Bump the default NBUS value to 8, in lieu of actually sizing itmsmith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.bde2000-05-311-2/+2
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-311-12/+12
* Sync with sys/i386/include/bus_at386.h revision 1.9.nyan2000-05-311-4/+15
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* We use a MI version of this now, which is mostly this file repo copied toobrien2000-05-191-24/+0
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-182-8/+30
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Fixed bus_space_{read,write}_region_* functions.nyan2000-05-071-60/+18
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-061-3/+2
* Add $FreeBSD$peter2000-05-015-0/+8
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-90/+0
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+11
* Add multiple #include protectionroger2000-04-041-0/+6
* Add support for "green" saver mode.hm2000-03-311-1/+2
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* Change the mbuf size from 128 -> 256. Increasing the mbuf header sizejlemon2000-03-291-1/+1
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-295-1415/+544
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-1/+18
* pcvt cleanup.hm2000-03-281-70/+20
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-289-162/+52
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-0/+25
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-241-0/+73
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-201-2/+2
* - Add Support for the following PS/2 mice:yokota2000-03-181-4/+44
* Change the default FPU control word so that exceptions for newcracauer2000-03-101-34/+4
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-2/+3
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.bsd2000-02-211-6/+6
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-202-0/+51
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.wpaul2000-02-021-0/+15
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-251-5/+9
* Update to driver 2.07roger2000-01-241-1/+2
* Remove old specialix pre-newbus specialix driver. It lives on inpeter2000-01-241-495/+0
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Protect the i386 machine-dependant type definitions of __int64_tsheldonh2000-01-141-0/+2
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-132-4/+7
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-091-31/+24
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-072-2/+6
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-042-6/+66
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2930-59/+64
* update to isdn4bsd beta release 0.90hm1999-12-146-14/+60
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-112-3/+1
* User ldt sharing.luoqi1999-12-062-3/+24
* Switch over to using the generic joy driverpeter1999-12-051-20/+0
OpenPOWER on IntegriCloud