summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+8
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-021-4/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicjhb2005-07-011-12/+35
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-101-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-30/+37
* Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsnjl2005-05-201-1/+8
* Fix low res profiling kernel build. Move two defines to collapse thenjl2005-05-191-7/+6
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-145-159/+16
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-122-19/+0
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-101-57/+0
* Change a directory layout for pc98.nyan2005-05-104-4/+4
* Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-091-266/+0
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-121-6/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.jhb2005-03-241-22/+26
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-171-0/+10
* Eleminate 3 PC98 ifdefs:imp2005-03-161-17/+5
* Define IRQ_NPX for the irq used for the npx. Define macro for a fullimp2005-03-161-0/+11
* bus_alloc_resource must obey the same rules asimp2005-03-161-1/+1
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-111-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-144/+2
* Allocate and map a 12k data buffer such that it is contiguous iniedowse2005-03-041-9/+21
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-022-15/+11
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
* kill unused valuesam2005-02-251-1/+1
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. Itimp2005-02-201-340/+0
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-081-19/+19
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* Anytime we write to the RTC's status B register to possibly enablejhb2005-02-031-0/+3
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootjhb2005-01-182-12/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0621-23/+26
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-121-917/+0
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* pbio has moved to dev/pbioimp2004-11-111-463/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.njl2004-10-141-10/+7
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+1
* Fix conflicts I didn't fix before I committed my busspace changes.imp2004-10-111-4/+2
* Convert to newbus. (chances are we could now move this to dev/pbioimp2004-10-101-46/+61
* style(9)obrien2004-10-091-57/+51
* Port pbio to HEAD.imp2004-10-071-0/+456
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
OpenPOWER on IntegriCloud