summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Add in a space that got lost in the previous commit in some debugging codejhb2001-01-191-1/+1
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-193-2/+14
* Remove reference to splz_unpend - it is long gone.peter2001-01-191-1/+1
* Remove the now-empty ipl_funcs.c file on all platforms.peter2001-01-191-34/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-191-23/+0
* Fix a warning (the prototypes probably shouldn't be so over-zealouslypeter2001-01-192-2/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* The stallion.c pci driver is broken. Emit a warning if compiling LINT.peter2001-01-171-0/+8
* Free the intrhand name when free'ing a intrhand.jhb2001-01-162-0/+2
* Implement an optimization for INTREN/INTRDIS that bde pointed out lastpeter2001-01-151-0/+14
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-17/+17
* Send the old if_wl in the old location to the Attic after a repo copy topeter2001-01-092-2417/+0
* Part 2 of the netgraph rewrite.julian2001-01-082-30/+30
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-062-0/+4
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-062-47/+74
* Attempt to read and verify the card's status in wi_stop() before sending itjhb2000-12-181-2/+9
* Divorce the kernel binary ABI version number from the messagejulian2000-12-182-66/+61
* Apply some contributed patches to reduce number of tx buffer allocationwpaul2000-12-152-3/+156
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.wpaul2000-12-152-120/+246
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-141-16/+16
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-134-23/+24
* Another mismatch found by Gcc:julian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-122-5/+13
* Add the spic driver, which is a simple first attempt at providing accessnsayer2000-12-112-0/+518
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-0811-55/+33
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-29/+0
* GC unused assembler function apic_eoi()peter2000-12-061-7/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-26/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-049-410/+61
* Check return value of malloc correctly and use M_ZERO.dwmalone2000-12-031-7/+6
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-0/+5
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-014-8/+9
* remove unneded sys/ucred.h includesalfred2000-11-301-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-6/+16
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-202-0/+58
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-151-0/+1
* Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.hnyan2000-11-052-56/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-297-7/+0
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAjhb2000-10-281-2/+1
* Revert two experimental changes which escaped from my devel machine.phk2000-10-281-1/+1
* Fix a couple of whitespace nits.jhb2000-10-272-4/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+1
* Catch up to the new software interrupt code.jhb2000-10-251-3/+4
* - Catch up to new software interrupt code.jhb2000-10-251-3/+3
* - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
* Fast interrupts have no associated process, therefore do not tryps2000-10-252-22/+26
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-259-138/+101
* Catch up to moving headers:jhb2000-10-201-1/+1
* Actually harvest interrupt threads when the last handler is removed from ajhb2000-10-203-6/+51
OpenPOWER on IntegriCloud