| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems when | peter | 1999-05-03 | 1 | -2/+2 |
* | Set ifq_maxlen to default value. (This should be safe, it's not clear | peter | 1999-05-02 | 1 | -1/+2 |
* | Add driver for the Iomega Zip 100 drive. | n_hibma | 1999-05-02 | 3 | -49/+54 |
* | Sigh, serves me right for committing without reading the followups. :-] | peter | 1999-05-02 | 1 | -2/+2 |
* | Change e-mail address | n_hibma | 1999-05-02 | 1 | -5/+5 |
* | Operator precedence bug | peter | 1999-05-02 | 1 | -2/+2 |
* | Operator precedence bug | peter | 1999-05-02 | 1 | -2/+2 |
* | Typo: if (mpu_config = NULL) -> if (mpu_config != NULL) | peter | 1999-05-02 | 1 | -1/+1 |
* | Operator precedence bug | peter | 1999-05-02 | 1 | -1/+1 |
* | Attempt to make the sound driver recompile, at least for LINT which has | peter | 1999-05-02 | 1 | -1/+1 |
* | Disable FDC_YE - it's broken at present (breaking LINT) and awaiting some | peter | 1999-05-02 | 1 | -17/+26 |
* | These two drivers have not been converted for newbus eisa yet. | peter | 1999-05-02 | 2 | -2/+10 |
* | Disable second declaration of oltr0 - the first one (intended for isa) will | peter | 1999-05-02 | 2 | -4/+6 |
* | Whoops, not all SMP systems have memory range attribute support. Don't | msmith | 1999-05-02 | 1 | -2/+3 |
* | Add a hook that can be called to initialise a slave processor's memory | msmith | 1999-04-30 | 5 | -22/+68 |
* | - Handle mixer read ioctls correctly. They have the same group, number and | luoqi | 1999-04-29 | 2 | -20/+178 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 25 | -43/+43 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 45 | -905/+997 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 2 | -4/+4 |
* | Suser() simplification: | phk | 1999-04-27 | 22 | -61/+61 |
* | Only call kvtop on non-null id_maddr's... | peter | 1999-04-26 | 1 | -3/+8 |
* | Register the netisr's via SYSINIT rather than linker sets. | peter | 1999-04-26 | 1 | -32/+6 |
* | pmap_dispose_proc and pmap_copy_page: | alc | 1999-04-25 | 1 | -14/+23 |
* | Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the | phk | 1999-04-25 | 2 | -2/+6 |
* | The fd options changed during new-bus. | peter | 1999-04-24 | 1 | -4/+3 |
* | De-quote where possible and minor tweaks. depends on a current config(8). | peter | 1999-04-24 | 3 | -270/+264 |
* | Bump configvers; when the updates to generic/lint get committed, the old | peter | 1999-04-24 | 1 | -2/+2 |
* | Add $Id: $ | billf | 1999-04-24 | 1 | -0/+2 |
* | #if 0 out the pci device list, not that you could do a lot with it. It | peter | 1999-04-24 | 1 | -4/+4 |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 3 | -2/+14 |
* | Changed the type of id_port from short into int to avoid wrong | kato | 1999-04-24 | 1 | -2/+2 |
* | Drop tty/net/bio/cam interrupt class labels, it's meaningless here now. | peter | 1999-04-24 | 2 | -158/+158 |
* | Drop the tty/net/bio/cam interrupt class labels, they are meaninless here | peter | 1999-04-24 | 1 | -30/+30 |
* | Back out parts of rev 1.4; making isa.c preserve the hints across a | peter | 1999-04-24 | 1 | -14/+15 |
* | Revert part of 1.9; we don't need to reset the port after release now that | peter | 1999-04-24 | 1 | -2/+1 |
* | Don't clear the hints on release, just the resource containers. | peter | 1999-04-24 | 1 | -7/+1 |
* | Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT. | peter | 1999-04-24 | 1 | -2/+2 |
* | - PC98 doesn't support 16bits bus I/F of adv deriver. | kato | 1999-04-24 | 1 | -1/+16 |
* | 1MB is not 1024 * 1024 * 1024 but 1024 * 1024. | kato | 1999-04-24 | 2 | -4/+4 |
* | staticize. | gibbs | 1999-04-23 | 1 | -2/+2 |
* | ahb.c: | gibbs | 1999-04-23 | 2 | -26/+18 |
* | Make the register_intr() glue actually have a chance of working... | peter | 1999-04-23 | 2 | -4/+6 |
* | Make pmap_collect() an official pmap interface. | dt | 1999-04-23 | 1 | -2/+1 |
* | Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>. | dt | 1999-04-23 | 1 | -2/+1 |
* | Update VM86 comment - it's used for VESA too. | peter | 1999-04-23 | 2 | -4/+4 |
* | Update #include statements to reflect the new location of "sioreg.h". | jdp | 1999-04-22 | 1 | -2/+2 |
* | Return the port size from the probe. | peter | 1999-04-22 | 1 | -2/+3 |
* | DEVICE_SUSPEND was always returning ENXIO for reasons unknown. For | imp | 1999-04-21 | 2 | -4/+14 |
* | oops, SMP was missing includes for a typedef. | peter | 1999-04-21 | 2 | -4/+4 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 12 | -139/+921 |