| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug in vm_pageout_page_stats() that always resulted in a full | dillon | 2000-05-29 | 1 | -0/+2 |
* | Remove unused ioctl locking | dmlb | 2000-05-28 | 2 | -90/+14 |
* | Made RAY_COM_DUMP a real debug called RAY_DCOM | dmlb | 2000-05-28 | 2 | -24/+25 |
* | A bit of a messy monster. | dmlb | 2000-05-28 | 1 | -395/+517 |
* | Part of AS2100 support that I neglected to commit last night | gallatin | 2000-05-28 | 1 | -0/+29 |
* | - Make the NVRAM debug code compile and work. | groudier | 2000-05-28 | 3 | -38/+65 |
* | Oops, nearly forgot to commit this one. Use correct register names, or | peter | 2000-05-28 | 1 | -3/+3 |
* | Encapsulate the old PCI compatability support and APIs completely under | peter | 2000-05-28 | 8 | -251/+142 |
* | Make this compile without depending on the FreeBSD 2.2 compatability | peter | 2000-05-28 | 4 | -24/+26 |
* | Make this compile without the old 2.2 compatability defines. | peter | 2000-05-28 | 2 | -5/+5 |
* | Fix a reference to an old FreeBSD 2.2 register name. | peter | 2000-05-28 | 1 | -3/+3 |
* | Do not depend on FreeBSD 2.2 compatability defines. | peter | 2000-05-28 | 1 | -1/+1 |
* | Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat | peter | 2000-05-28 | 1 | -2/+1 |
* | Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | peter | 2000-05-28 | 14 | -42/+42 |
* | Use the correct name for the PCI command register (PCIR_COMMAND). Don't | peter | 2000-05-28 | 2 | -6/+6 |
* | Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | peter | 2000-05-28 | 2 | -6/+6 |
* | Warn that this as an oldpci device.. | peter | 2000-05-28 | 1 | -0/+4 |
* | Use correct register values. This one was in aic7xxx and advansys too. | peter | 2000-05-28 | 1 | -1/+1 |
* | Add a new pmap entry point, pmap_enter_temporary() to be used during | dfr | 2000-05-28 | 6 | -25/+44 |
* | Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/ | peter | 2000-05-28 | 1 | -2/+2 |
* | Use the correct register names, not the FreeBSD 2.2 compatability ones. | peter | 2000-05-28 | 3 | -7/+7 |
* | Add taskqueue system for easy-to-use SWIs among other things. | dfr | 2000-05-28 | 8 | -1/+333 |
* | Use the correct name for a mapping register, not the old FreeBSD 2.x | peter | 2000-05-28 | 1 | -1/+1 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 44 | -57/+446 |
* | The dreaded isa_compat.h tables are no longer used, so there is no need | peter | 2000-05-28 | 3 | -624/+1 |
* | Redo the isa compat driver shim so that each driver is self contained | peter | 2000-05-28 | 5 | -318/+35 |
* | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | ache | 2000-05-28 | 2 | -2/+4 |
* | ncr.c is no longer a COMPAT_OLDPCI device - remove the warning. | peter | 2000-05-28 | 1 | -4/+0 |
* | Remove haveseen_iobase() - it is no longer called from anywhere in the | peter | 2000-05-28 | 2 | -23/+0 |
* | Cosmetics: dont say Unknown but Generic chipset in probe.. | sos | 2000-05-28 | 1 | -1/+1 |
* | Fix alignment problem on the alpha reported by several parties. | sos | 2000-05-28 | 1 | -1/+1 |
* | Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support. | gallatin | 2000-05-28 | 9 | -2/+1086 |
* | Allow platform specific isa interrupt setup & teardown routines in | gallatin | 2000-05-28 | 2 | -1/+16 |
* | MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall} | obrien | 2000-05-27 | 2 | -68/+112 |
* | Use /sys/sys/*.h over /usr/include/sys. | obrien | 2000-05-27 | 2 | -2/+2 |
* | fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctl | cg | 2000-05-27 | 1 | -3/+7 |
* | Use bus_space_handle_t instead of bus_space_tag_t to hold the result | dfr | 2000-05-27 | 1 | -2/+2 |
* | Update to use newbus and busspace. | dfr | 2000-05-27 | 1 | -158/+121 |
* | - Remove unnecessary 'data32' and 'addr32' prefixes and #define's. | jhb | 2000-05-27 | 2 | -20/+2 |
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 118 | -118/+118 |
* | Strip spaces and comments more agressively. | dcs | 2000-05-26 | 1 | -14/+52 |
* | move various fields from pcm_channel to snd_dbuf | cg | 2000-05-26 | 3 | -174/+210 |
* | if we have a codec init routine, fail the attach if init fails | cg | 2000-05-26 | 1 | -3/+7 |
* | Bring in FICL 2.04. No bump of loader version is required by this | dcs | 2000-05-26 | 9 | -162/+423 |
* | handle emulated dma reads | cg | 2000-05-26 | 13 | -19/+51 |
* | Some joker decided to make it even harder to build modules outside the | msmith | 2000-05-26 | 1 | -1/+1 |
* | If devclass_alloc_unit() is called with a wired unit #, and this is | sos | 2000-05-26 | 1 | -12/+7 |
* | Rather than checking for hlen causing misalignment, we should do the | gallatin | 2000-05-26 | 1 | -7/+9 |
* | Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h). | nyan | 2000-05-26 | 2 | -2/+2 |
* | Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDs | tanimura | 2000-05-26 | 2 | -0/+2 |