aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Further fixes for multiple-IO-APIC systems from Tor Egge:Mike Smith2000-05-315-21/+25
* Bump the default NBUS value to 8.Mike Smith2000-05-313-5/+5
* Bump the default NBUS value to 8, in lieu of actually sizing itMike Smith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.Bruce Evans2000-05-315-18/+10
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use aBruce Evans2000-05-316-19/+19
* Sync with sys/i386/include/bus_at386.h revision 1.9.Yoshihiro Takahashi2000-05-311-4/+15
* Change sl(4) configuration lines to reflect its new dynamic nature.Brian Feldman2000-05-304-4/+4
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typeMatthew Dillon2000-05-291-3/+8
* Add SWI_TQ_MASK to imask definition.Doug Rabson2000-05-294-4/+4
* Brucify the pmap_enter_temporary() changes.Doug Rabson2000-05-291-6/+6
* ICMP_RATELIM is no longer an option.Warner Losh2000-05-291-1/+0
* Add a new pmap entry point, pmap_enter_temporary() to be used duringDoug Rabson2000-05-281-0/+11
* Add taskqueue system for easy-to-use SWIs among other things.Doug Rabson2000-05-282-0/+6
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-2826-33/+259
* Redo the isa compat driver shim so that each driver is self containedPeter Wemm2000-05-284-313/+35
* Remove haveseen_iobase() - it is no longer called from anywhere in thePeter Wemm2000-05-282-23/+0
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.John Baldwin2000-05-271-10/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-266-18/+18
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)Tor Egge2000-05-251-13/+7
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.Peter Wemm2000-05-241-0/+1
* Add OPTi 82C700 chipset.Jun Kuriyama2000-05-244-0/+12
* Make exe a symlink.Dag-Erling Smørgrav2000-05-244-22/+63
* Add 440MX chipset.Jun Kuriyama2000-05-244-0/+12
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-236-18/+18
* Sort the sys includes.David E. O'Brien2000-05-221-3/+3
* AT&T asm syntax requires a leading '*' in front of the operand forDavid E. O'Brien2000-05-221-2/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.Dan Moschuk2000-05-223-17/+0
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,Dan Moschuk2000-05-222-2/+6
* Provide a temporary undocumented option: SHM_PHYS_BACKED. This willPeter Wemm2000-05-212-0/+2
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-213-235/+167
* Correct the syntax of ROOTDEVNAME and describe it somewhat better.Mike Smith2000-05-192-6/+16
* We use a MI version of this now, which is mostly this file repo copied toDavid E. O'Brien2000-05-191-24/+0
* Correct previous commit: solve the "stopped clock" syndrome in remoteGreg Lehey2000-05-181-2/+2
* Implement real read/write barriers for the i386. Despite the comment inMike Smith2000-05-182-8/+30
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSMike Smith2000-05-171-0/+17
* Remove old lnc files.Paul Richards2000-05-143-2359/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-147-253/+17
* Change to comments only: spell FreeBSD.org correctlyTim Vanderhoek2000-05-132-4/+4
* Turn on USB support for most USB devices. udbp is not turned on sinceJohn Baldwin2000-05-121-15/+16
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.Peter Wemm2000-05-111-1/+1
* Attempt to work around problems caused by spurious interrupts andMike Smith2000-05-111-1/+21
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitDavid E. O'Brien2000-05-107-88/+88
* AT&T asm syntax requires a leading '*' in front of the operand for indirectDavid E. O'Brien2000-05-103-4/+4
* When using _asm{} in GCC, one must specify the operand's size if oneDavid E. O'Brien2000-05-101-9/+9
* Do not specify the size to move. Allow the assembler to figure it out.David E. O'Brien2000-05-101-1/+1
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-0911-242/+262
* Fixed the return type for exit() and the args struct tag several NOPROTOBruce Evans2000-05-091-2/+3
* Fixed the return type and args struct tag for exit(). They were wrong inBruce Evans2000-05-091-1/+1
* Fix checksum calculations. This should fix the network problemsPaul Saab2000-05-071-2/+1
* Fixed bus_space_{read,write}_region_* functions.Yoshihiro Takahashi2000-05-071-60/+18