summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Set ifq_maxlen to default value. (This should be safe, it's not clearpeter1999-05-021-1/+2
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-023-49/+54
* Sigh, serves me right for committing without reading the followups. :-]peter1999-05-021-2/+2
* Change e-mail addressn_hibma1999-05-021-5/+5
* Operator precedence bugpeter1999-05-021-2/+2
* Operator precedence bugpeter1999-05-021-2/+2
* Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)peter1999-05-021-1/+1
* Operator precedence bugpeter1999-05-021-1/+1
* Attempt to make the sound driver recompile, at least for LINT which haspeter1999-05-021-1/+1
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-021-17/+26
* These two drivers have not been converted for newbus eisa yet.peter1999-05-022-2/+10
* Disable second declaration of oltr0 - the first one (intended for isa) willpeter1999-05-022-4/+6
* Whoops, not all SMP systems have memory range attribute support. Don'tmsmith1999-05-021-2/+3
* 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
OpenPOWER on IntegriCloud