summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-305-22/+68
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-292-20/+178
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-2825-43/+43
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2845-905/+997
* Change suser_xxx() to suser() where it applies.phk1999-04-272-4/+4
* Suser() simplification:phk1999-04-2722-61/+61
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-261-32/+6
* pmap_dispose_proc and pmap_copy_page:alc1999-04-251-14/+23
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-252-2/+6
* The fd options changed during new-bus.peter1999-04-241-4/+3
* De-quote where possible and minor tweaks. depends on a current config(8).peter1999-04-243-270/+264
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-241-2/+2
* Add $Id: $billf1999-04-241-0/+2
* #if 0 out the pci device list, not that you could do a lot with it. Itpeter1999-04-241-4/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-243-2/+14
* Changed the type of id_port from short into int to avoid wrongkato1999-04-241-2/+2
* Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.peter1999-04-242-158/+158
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herepeter1999-04-241-30/+30
* Back out parts of rev 1.4; making isa.c preserve the hints across apeter1999-04-241-14/+15
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Don't clear the hints on release, just the resource containers.peter1999-04-241-7/+1
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-241-2/+2
* - PC98 doesn't support 16bits bus I/F of adv deriver.kato1999-04-241-1/+16
* 1MB is not 1024 * 1024 * 1024 but 1024 * 1024.kato1999-04-242-4/+4
* staticize.gibbs1999-04-231-2/+2
* ahb.c:gibbs1999-04-232-26/+18
* Make the register_intr() glue actually have a chance of working...peter1999-04-232-4/+6
* Make pmap_collect() an official pmap interface.dt1999-04-231-2/+1
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* Update VM86 comment - it's used for VESA too.peter1999-04-232-4/+4
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-04-221-2/+2
* Return the port size from the probe.peter1999-04-221-2/+3
* DEVICE_SUSPEND was always returning ENXIO for reasons unknown. Forimp1999-04-212-4/+14
* oops, SMP was missing includes for a typedef.peter1999-04-212-4/+4
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-2112-139/+921
* Make bt driver work on eisa again.dfr1999-04-201-2/+2
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-204-109/+23
* Always reset the isa hints after releasing the resources after probe,peter1999-04-191-16/+16
* The missing prototype for isa_wrap_old_drivers() was bugging me..peter1999-04-191-1/+2
* Make userconfig saving actually work..peter1999-04-191-10/+12
* _pmap_unwire_pte_hold and pmap_remove_page:alc1999-04-191-13/+31
* Fix a potential hang situation.luoqi1999-04-191-1/+2
* Don't do (1 << irq) to get an interrupt mask when irq = -1.peter1999-04-191-4/+6
* Zap LKM option and support. Farewell old friend.peter1999-04-192-16/+4
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-196-113/+7
* Fix a braino from last commit.peter1999-04-191-4/+0
* GC some now unused (and #if 0) code.peter1999-04-191-321/+3
* Drop the 'at nexus?' from the busses, it's not used.peter1999-04-193-11/+11
* Spelling policebrian1999-04-193-6/+6
OpenPOWER on IntegriCloud