summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-2910-47/+118
* Fix a panic resulting from an obvious null pointer deref.guido2000-05-291-1/+4
* Declare splsoftqtassert().dfr2000-05-291-0/+1
* Add SWI_TQ_MASK to imask definition.dfr2000-05-298-8/+8
* Brucify the pmap_enter_temporary() changes.dfr2000-05-296-24/+22
* Fix the TAB not cause scrolling when entered at the end of the last line.ache2000-05-291-3/+8
* Sync with the following changes.nyan2000-05-297-384/+323
* Add more ESS1869 PnP Sound Card PnPid.kuriyama2000-05-291-0/+1
* ICMP_RATELIM is no longer an option.imp2000-05-291-1/+0
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDimp2000-05-293-1/+3
* Fix bug in vm_pageout_page_stats() that always resulted in a fulldillon2000-05-291-0/+2
* Remove unused ioctl lockingdmlb2000-05-282-90/+14
* Made RAY_COM_DUMP a real debug called RAY_DCOMdmlb2000-05-282-24/+25
* A bit of a messy monster.dmlb2000-05-281-395/+517
* Part of AS2100 support that I neglected to commit last nightgallatin2000-05-281-0/+29
* - Make the NVRAM debug code compile and work.groudier2000-05-283-38/+65
* Oops, nearly forgot to commit this one. Use correct register names, orpeter2000-05-281-3/+3
* Encapsulate the old PCI compatability support and APIs completely underpeter2000-05-288-251/+142
* Make this compile without depending on the FreeBSD 2.2 compatabilitypeter2000-05-284-24/+26
* Make this compile without the old 2.2 compatability defines.peter2000-05-282-5/+5
* Fix a reference to an old FreeBSD 2.2 register name.peter2000-05-281-3/+3
* Do not depend on FreeBSD 2.2 compatability defines.peter2000-05-281-1/+1
* Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compatpeter2000-05-281-2/+1
* 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
OpenPOWER on IntegriCloud