summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-2814-42/+42
* Use the correct name for the PCI command register (PCIR_COMMAND). Don'tpeter2000-05-282-6/+6
* Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-282-6/+6
* Warn that this as an oldpci device..peter2000-05-281-0/+4
* Use correct register values. This one was in aic7xxx and advansys too.peter2000-05-281-1/+1
* Add a new pmap entry point, pmap_enter_temporary() to be used duringdfr2000-05-286-25/+44
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/peter2000-05-281-2/+2
* Use the correct register names, not the FreeBSD 2.2 compatability ones.peter2000-05-283-7/+7
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-288-1/+333
* Use the correct name for a mapping register, not the old FreeBSD 2.xpeter2000-05-281-1/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-2844-57/+446
* The dreaded isa_compat.h tables are no longer used, so there is no needpeter2000-05-283-624/+1
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-285-318/+35
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-282-2/+4
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.peter2000-05-281-4/+0
* Remove haveseen_iobase() - it is no longer called from anywhere in thepeter2000-05-282-23/+0
* Cosmetics: dont say Unknown but Generic chipset in probe..sos2000-05-281-1/+1
* Fix alignment problem on the alpha reported by several parties.sos2000-05-281-1/+1
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.gallatin2000-05-289-2/+1086
* Allow platform specific isa interrupt setup & teardown routines ingallatin2000-05-282-1/+16
* MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}obrien2000-05-272-68/+112
* Use /sys/sys/*.h over /usr/include/sys.obrien2000-05-272-2/+2
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlcg2000-05-271-3/+7
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultdfr2000-05-271-2/+2
* Update to use newbus and busspace.dfr2000-05-271-158/+121
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-272-20/+2
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-27118-118/+118
* Strip spaces and comments more agressively.dcs2000-05-261-14/+52
* move various fields from pcm_channel to snd_dbufcg2000-05-263-174/+210
* if we have a codec init routine, fail the attach if init failscg2000-05-261-3/+7
* Bring in FICL 2.04. No bump of loader version is required by thisdcs2000-05-269-162/+423
* handle emulated dma readscg2000-05-2613-19/+51
* Some joker decided to make it even harder to build modules outside themsmith2000-05-261-1/+1
* If devclass_alloc_unit() is called with a wired unit #, and this issos2000-05-261-12/+7
* Rather than checking for hlen causing misalignment, we should do thegallatin2000-05-261-7/+9
* Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).nyan2000-05-262-2/+2
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDstanimura2000-05-262-0/+2
* define CSUM_DELAY_DATA to match mergedarrenr2000-05-262-0/+8
* Back out the previous change to the queue(3) interface.jake2000-05-26231-755/+754
* Bump __FreeBSD_version after the Binutils upgrade -- just in case a portobrien2000-05-261-1/+1
* Regen.n_hibma2000-05-252-2/+32
* New entries (Mike Meyer)n_hibma2000-05-251-0/+6
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-252-26/+14
* fix up #ifdef jungle for FreeBSDdarrenr2000-05-252-8/+18
* remove duplicate prototypesdarrenr2000-05-252-4/+0
* Mark the checksum as complete when looping back multicast packets.jlemon2000-05-251-0/+6
* Fix typo.archie2000-05-251-1/+1
* Build the twe module with the rest.msmith2000-05-241-1/+1
* Add the 'twe' driver module makefile.msmith2000-05-241-0/+7
* Initial import of a driver for the 3ware Escalade family of ATA RAIDmsmith2000-05-244-0/+2592
OpenPOWER on IntegriCloud