aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not depend on FreeBSD 2.2 compatability defines.Peter Wemm2000-05-281-1/+1
* Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compatPeter Wemm2000-05-281-2/+1
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm2000-05-2814-42/+42
* Use the correct name for the PCI command register (PCIR_COMMAND). Don'tPeter Wemm2000-05-282-6/+6
* Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm2000-05-282-6/+6
* Warn that this as an oldpci device..Peter Wemm2000-05-281-0/+4
* Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm2000-05-281-1/+1
* Add a new pmap entry point, pmap_enter_temporary() to be used duringDoug Rabson2000-05-286-25/+44
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/Peter Wemm2000-05-281-2/+2
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-283-7/+7
* Add taskqueue system for easy-to-use SWIs among other things.Doug Rabson2000-05-288-1/+333
* Use the correct name for a mapping register, not the old FreeBSD 2.xPeter Wemm2000-05-281-1/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-2844-57/+446
* The dreaded isa_compat.h tables are no longer used, so there is no needPeter Wemm2000-05-283-624/+1
* Redo the isa compat driver shim so that each driver is self containedPeter Wemm2000-05-285-318/+35
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseAndrey A. Chernov2000-05-282-2/+4
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.Peter Wemm2000-05-281-4/+0
* Remove haveseen_iobase() - it is no longer called from anywhere in thePeter Wemm2000-05-282-23/+0
* Cosmetics: dont say Unknown but Generic chipset in probe..Søren Schmidt2000-05-281-1/+1
* Fix alignment problem on the alpha reported by several parties.Søren Schmidt2000-05-281-1/+1
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.Andrew Gallatin2000-05-289-2/+1086
* Allow platform specific isa interrupt setup & teardown routines inAndrew Gallatin2000-05-282-1/+16
* MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}David E. O'Brien2000-05-272-68/+112
* Use /sys/sys/*.h over /usr/include/sys.David E. O'Brien2000-05-272-2/+2
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlCameron Grant2000-05-271-3/+7
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultDoug Rabson2000-05-271-2/+2
* Update to use newbus and busspace.Doug Rabson2000-05-271-158/+121
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.John Baldwin2000-05-272-20/+2
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-27118-118/+118
* Strip spaces and comments more agressively.Daniel C. Sobral2000-05-261-14/+52
* move various fields from pcm_channel to snd_dbufCameron Grant2000-05-263-174/+210
* if we have a codec init routine, fail the attach if init failsCameron Grant2000-05-261-3/+7
* Bring in FICL 2.04. No bump of loader version is required by thisDaniel C. Sobral2000-05-269-162/+423
* handle emulated dma readsCameron Grant2000-05-2613-19/+51
* Some joker decided to make it even harder to build modules outside theMike Smith2000-05-261-1/+1
* If devclass_alloc_unit() is called with a wired unit #, and this isSøren Schmidt2000-05-261-12/+7
* Rather than checking for hlen causing misalignment, we should do theAndrew Gallatin2000-05-261-7/+9
* Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).Yoshihiro Takahashi2000-05-262-2/+2
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDsSeigo Tanimura2000-05-262-0/+2
* define CSUM_DELAY_DATA to match mergeDarren Reed2000-05-261-0/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-26231-755/+754
* Bump __FreeBSD_version after the Binutils upgrade -- just in case a portDavid E. O'Brien2000-05-261-1/+1
* Regen.Nick Hibma2000-05-252-2/+32
* New entries (Mike Meyer)Nick Hibma2000-05-251-0/+6
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)Tor Egge2000-05-252-26/+14
* fix up #ifdef jungle for FreeBSDDarren Reed2000-05-251-4/+9
* remove duplicate prototypesDarren Reed2000-05-251-2/+0
* Mark the checksum as complete when looping back multicast packets.Jonathan Lemon2000-05-251-0/+6
* Fix typo.Archie Cobbs2000-05-251-1/+1
* Build the twe module with the rest.Mike Smith2000-05-241-1/+1