| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not depend on FreeBSD 2.2 compatability defines. | Peter Wemm | 2000-05-28 | 1 | -1/+1 |
* | Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat | Peter Wemm | 2000-05-28 | 1 | -2/+1 |
* | Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | Peter Wemm | 2000-05-28 | 14 | -42/+42 |
* | Use the correct name for the PCI command register (PCIR_COMMAND). Don't | Peter Wemm | 2000-05-28 | 2 | -6/+6 |
* | Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | Peter Wemm | 2000-05-28 | 2 | -6/+6 |
* | Warn that this as an oldpci device.. | Peter Wemm | 2000-05-28 | 1 | -0/+4 |
* | Use correct register values. This one was in aic7xxx and advansys too. | Peter Wemm | 2000-05-28 | 1 | -1/+1 |
* | Add a new pmap entry point, pmap_enter_temporary() to be used during | Doug Rabson | 2000-05-28 | 6 | -25/+44 |
* | Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/ | Peter Wemm | 2000-05-28 | 1 | -2/+2 |
* | Use the correct register names, not the FreeBSD 2.2 compatability ones. | Peter Wemm | 2000-05-28 | 3 | -7/+7 |
* | Add taskqueue system for easy-to-use SWIs among other things. | Doug Rabson | 2000-05-28 | 8 | -1/+333 |
* | Use the correct name for a mapping register, not the old FreeBSD 2.x | Peter Wemm | 2000-05-28 | 1 | -1/+1 |
* | Mass update of isa drivers using compatability shims to use | Peter Wemm | 2000-05-28 | 44 | -57/+446 |
* | The dreaded isa_compat.h tables are no longer used, so there is no need | Peter Wemm | 2000-05-28 | 3 | -624/+1 |
* | Redo the isa compat driver shim so that each driver is self contained | Peter Wemm | 2000-05-28 | 5 | -318/+35 |
* | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | Andrey A. Chernov | 2000-05-28 | 2 | -2/+4 |
* | ncr.c is no longer a COMPAT_OLDPCI device - remove the warning. | Peter Wemm | 2000-05-28 | 1 | -4/+0 |
* | Remove haveseen_iobase() - it is no longer called from anywhere in the | Peter Wemm | 2000-05-28 | 2 | -23/+0 |
* | Cosmetics: dont say Unknown but Generic chipset in probe.. | Søren Schmidt | 2000-05-28 | 1 | -1/+1 |
* | Fix alignment problem on the alpha reported by several parties. | Søren Schmidt | 2000-05-28 | 1 | -1/+1 |
* | Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support. | Andrew Gallatin | 2000-05-28 | 9 | -2/+1086 |
* | Allow platform specific isa interrupt setup & teardown routines in | Andrew Gallatin | 2000-05-28 | 2 | -1/+16 |
* | MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall} | David E. O'Brien | 2000-05-27 | 2 | -68/+112 |
* | Use /sys/sys/*.h over /usr/include/sys. | David E. O'Brien | 2000-05-27 | 2 | -2/+2 |
* | fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctl | Cameron Grant | 2000-05-27 | 1 | -3/+7 |
* | Use bus_space_handle_t instead of bus_space_tag_t to hold the result | Doug Rabson | 2000-05-27 | 1 | -2/+2 |
* | Update to use newbus and busspace. | Doug Rabson | 2000-05-27 | 1 | -158/+121 |
* | - Remove unnecessary 'data32' and 'addr32' prefixes and #define's. | John Baldwin | 2000-05-27 | 2 | -20/+2 |
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | Peter Wemm | 2000-05-27 | 118 | -118/+118 |
* | Strip spaces and comments more agressively. | Daniel C. Sobral | 2000-05-26 | 1 | -14/+52 |
* | move various fields from pcm_channel to snd_dbuf | Cameron Grant | 2000-05-26 | 3 | -174/+210 |
* | if we have a codec init routine, fail the attach if init fails | Cameron Grant | 2000-05-26 | 1 | -3/+7 |
* | Bring in FICL 2.04. No bump of loader version is required by this | Daniel C. Sobral | 2000-05-26 | 9 | -162/+423 |
* | handle emulated dma reads | Cameron Grant | 2000-05-26 | 13 | -19/+51 |
* | Some joker decided to make it even harder to build modules outside the | Mike Smith | 2000-05-26 | 1 | -1/+1 |
* | If devclass_alloc_unit() is called with a wired unit #, and this is | Søren Schmidt | 2000-05-26 | 1 | -12/+7 |
* | Rather than checking for hlen causing misalignment, we should do the | Andrew Gallatin | 2000-05-26 | 1 | -7/+9 |
* | Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h). | Yoshihiro Takahashi | 2000-05-26 | 2 | -2/+2 |
* | Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDs | Seigo Tanimura | 2000-05-26 | 2 | -0/+2 |
* | define CSUM_DELAY_DATA to match merge | Darren Reed | 2000-05-26 | 1 | -0/+4 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 231 | -755/+754 |
* | Bump __FreeBSD_version after the Binutils upgrade -- just in case a port | David E. O'Brien | 2000-05-26 | 1 | -1/+1 |
* | Regen. | Nick Hibma | 2000-05-25 | 2 | -2/+32 |
* | New entries (Mike Meyer) | Nick Hibma | 2000-05-25 | 1 | -0/+6 |
* | Reintroduce a workaround for a gas bug (misassembled lgdt instruction) | Tor Egge | 2000-05-25 | 2 | -26/+14 |
* | fix up #ifdef jungle for FreeBSD | Darren Reed | 2000-05-25 | 1 | -4/+9 |
* | remove duplicate prototypes | Darren Reed | 2000-05-25 | 1 | -2/+0 |
* | Mark the checksum as complete when looping back multicast packets. | Jonathan Lemon | 2000-05-25 | 1 | -0/+6 |
* | Fix typo. | Archie Cobbs | 2000-05-25 | 1 | -1/+1 |
* | Build the twe module with the rest. | Mike Smith | 2000-05-24 | 1 | -1/+1 |