summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update of isa drivers using compatability shims to use COMPAT_ISA_DRIVER().nyan2000-05-314-5/+33
* Sync with sys/isa/ppc.c revision 1.27.nyan2000-05-312-12/+22
* Removed ICMP_BANDLIM option. It no longer exists.nyan2000-05-311-1/+0
* Fixed most disordering.nyan2000-05-311-54/+54
* Sync with sys/i386/include/bus_at386.h revision 1.9.nyan2000-05-311-4/+15
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-316-150/+118
* yamaha ds1/ds1e pci sound driver - work in progress, mixer and playback only.cg2000-05-314-0/+2523
* Change sl(4) configuration lines to reflect its new dynamic nature.green2000-05-309-9/+9
* Make sl(4) SLIP devices dynamically expansible. Yay! =)green2000-05-302-116/+170
* Style fixes.dfr2000-05-301-31/+33
* Add support for the modem side of the 56k combo card.imp2000-05-301-77/+77
* 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
OpenPOWER on IntegriCloud