| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 2 | -886/+0 |
* | Fix locking in el(4) and mark mpsafe. | jhb | 2005-08-17 | 1 | -45/+79 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -8/+8 |
* | Fixup some more fallout from the lapic/i8254 changes: | jhb | 2005-07-13 | 1 | -24/+20 |
* | Remove a || 1 that crept into the i8254 commit and was subsequently | jhb | 2005-07-05 | 1 | -1/+1 |
* | Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, | delphij | 2005-07-02 | 1 | -4/+1 |
* | Use a simpler implementation for the i8254 timecounter when using the lapic | jhb | 2005-07-01 | 1 | -12/+35 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -30/+37 |
* | Allow the VESA code to handle devices that don't claim to be VGA devices. | jhb | 2005-06-01 | 1 | -2/+0 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Fix LINT build, original breakage was rev 1.23. There are 2 definitions | njl | 2005-05-20 | 1 | -1/+8 |
* | Fix low res profiling kernel build. Move two defines to collapse the | njl | 2005-05-19 | 1 | -7/+6 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 2 | -5/+2 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 5 | -159/+16 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | nyan | 2005-05-12 | 2 | -19/+0 |
* | - Move lptreg.h into pc98/cbus and rename to olptreg.h. | nyan | 2005-05-10 | 1 | -57/+0 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 4 | -4/+4 |
* | Move if_wl_i82586.h into sys/dev/wl. | nyan | 2005-05-09 | 1 | -266/+0 |
* | Replace spl protection in rtcin() and writertc() with spinlocks | mdodd | 2005-04-12 | 1 | -6/+6 |
* | - Don't enable periodic interrupts from the RTC by default in rtc_statusb. | jhb | 2005-03-24 | 1 | -22/+26 |
* | Initialize the mxcsr properly, so the initial value in a process isn't | das | 2005-03-17 | 1 | -0/+10 |
* | Eleminate 3 PC98 ifdefs: | imp | 2005-03-16 | 1 | -17/+5 |
* | Define IRQ_NPX for the irq used for the npx. Define macro for a full | imp | 2005-03-16 | 1 | -0/+11 |
* | bus_alloc_resource must obey the same rules as | imp | 2005-03-16 | 1 | -1/+1 |
* | Whitespace sync with amd64. (Rather than re-add the extra blank lines | peter | 2005-03-11 | 1 | -3/+0 |
* | - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0 | jhb | 2005-03-09 | 1 | -144/+2 |
* | Allocate and map a 12k data buffer such that it is contiguous in | iedowse | 2005-03-04 | 1 | -9/+21 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 2 | -15/+11 |
* | Reduce the maximum supported save state size to 4k, as the 8k limit | iedowse | 2005-03-01 | 1 | -3/+1 |
* | Add a missing bcopy() to make saving the VESA state actually work. | iedowse | 2005-02-28 | 1 | -3/+13 |
* | kill unused value | sam | 2005-02-25 | 1 | -1/+1 |
* | Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It | imp | 2005-02-20 | 1 | -340/+0 |
* | Use the local APIC timer to drive the various kernel clocks on SMP machines | jhb | 2005-02-08 | 1 | -19/+19 |
* | Since we are quite unlikely to ever face another platform which | phk | 2005-02-06 | 1 | -16/+13 |
* | Anytime we write to the RTC's status B register to possibly enable | jhb | 2005-02-03 | 1 | -0/+3 |
* | Tweak the ELCR support slightly. Explicitly probe the ELCR during boot | jhb | 2005-01-18 | 2 | -12/+4 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 21 | -23/+26 |
* | Get rid of #ifdef for legacy system. Move that into the MD code. | imp | 2004-12-24 | 1 | -0/+7 |
* | Separate mse driver into a core driver and a bus attachments. Separate out | imp | 2004-12-12 | 1 | -917/+0 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+0 |
* | pbio has moved to dev/pbio | imp | 2004-11-11 | 1 | -463/+0 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-18 | 1 | -6/+1 |
* | Let nexus print our flags for us. Also, clean up an obfuscated if stmt. | njl | 2004-10-14 | 1 | -10/+7 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 1 | -2/+1 |
* | Fix conflicts I didn't fix before I committed my busspace changes. | imp | 2004-10-11 | 1 | -4/+2 |
* | Convert to newbus. (chances are we could now move this to dev/pbio | imp | 2004-10-10 | 1 | -46/+61 |
* | style(9) | obrien | 2004-10-09 | 1 | -57/+51 |
* | Port pbio to HEAD. | imp | 2004-10-07 | 1 | -0/+456 |
* | Add new a function isa_dma_init() which returns an errno when it fails | phk | 2004-09-15 | 1 | -13/+11 |