summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* gif(4) and stf(4) modernization:brooks2001-07-0218-203/+287
* Add kernel infrastructure for network device cloning.brooks2001-07-024-5/+242
* A slightly more complete change to timeouts:mjacob2001-07-024-14/+31
* make it compile again in -currentmjacob2001-07-021-1/+1
* Reviewed by: Matthew Jacoblars2001-07-021-1/+1
* While in there fixing a fragment logging bug, fix it so we logcjc2001-07-021-8/+11
* Detect the device on e.g. Dell OptiPlex GX110s.green2001-07-021-0/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-024-3/+15
* Add device ID for the OHCI controller in the Apple KeyLargo chip.benno2001-07-022-0/+10
* Fixed warning message.nyan2001-07-022-6/+4
* Fixed to support C-NET(9N)E.nyan2001-07-021-9/+2
* Minor style(9) changes before I get going.imp2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereimp2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-026-2785/+3
* Bump config version.imp2001-07-025-5/+5
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-022-333/+1
* Combine a couple of tests to reduce the indentation level.imp2001-07-011-9/+7
* Some interrelated interrupt changes.imp2001-07-012-15/+49
* Write zeros into the base/bounds register bars. We need to do thisimp2001-07-011-0/+16
* First cut at getting the pcic controller and power information forimp2001-07-011-32/+62
* Clarify some of the 3.3V code with better comments. Also, since theimp2001-07-011-6/+12
* Add comments explaining why we do the somewhat odd irq mapping on PC98imp2001-07-011-0/+7
* Minor whitespace nit.imp2001-07-012-2/+2
* Obrien created this directory, but I didn't cvs add cvsignoreimp2001-07-011-0/+1
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-0113-6/+6
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-015-3/+1218
* add module version/dependanciescg2001-07-011-1/+4
* don't set a flag that is already setcg2001-07-011-1/+3
* set default 'monitor' volume (ac97 headphones) to 75%cg2001-07-011-0/+1
* Submitted by: Chip Salzenberg <chip@perlsupport.com>.groudier2001-07-011-2/+5
* Don't include machine/autoconf.h for now. It's not used and is breaking thebenno2001-07-011-0/+3
* Register definitions for the OpenPIC used in various models ofbenno2001-07-011-0/+93
* Add TRAPF_* macros required by MI-ification of ast() and userret().benno2001-07-011-0/+3
* Add .cvsignore so that CVS stop's complaining about people's kernel build dirs.obrien2001-06-301-0/+1
* Grrr, this was added in the wrong place.obrien2001-06-301-0/+0
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-307-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-309-0/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Don't free memory that has been freed already.n_hibma2001-06-302-2/+1
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-303-20/+0
* Add the device resume method to keyboard drivers.yokota2001-06-304-1/+56
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.yokota2001-06-301-0/+6
* o Unfold p31b_proc() into the individual posix4 system calls so as torwatson2001-06-302-132/+120
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-305-0/+0
* Move kernel compile directory from sys/compile/FOO toimp2001-06-305-5/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-308-19/+7
* Fix warning message.imp2001-06-301-3/+4
* Remove the p_spinlocks spin lock count that was obsoleted by thejhb2001-06-302-2/+0
* Replace some use of 'p' with 'targetp' so as to not scarily overload therwatson2001-06-302-22/+34
* Make the schedlock saved critical section state a per-thread property.jhb2001-06-302-4/+3
OpenPOWER on IntegriCloud