summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed ipip_input(). No codes calls it anymore due to ip_encap.c'ssumikawa2001-09-181-4/+0
* change tracking of channel counts.cg2001-09-182-23/+52
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetcg2001-09-182-4/+22
* add a method for retrieving codec capabilitiescg2001-09-182-0/+16
* Flesh out identifycpu().dfr2001-09-181-1/+35
* KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.ru2001-09-181-1/+0
* Change p into ke->ke_proc, this was hidden behind INVARIANTS.jlemon2001-09-181-1/+1
* Remove hard coded magic load address. Now to change the load address,peter2001-09-182-2/+2
* Tweak the autoneg kickoff code to that it more closely resembles thewpaul2001-09-181-3/+16
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).peter2001-09-172-6/+13
* Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking codejhb2001-09-174-27/+39
* Replace line accidentally deleted during KSE additions.julian2001-09-171-1/+1
* Don't inline mutexes in the LOCK_DEBUG case.jhb2001-09-171-1/+1
* If any of various debug kernel options are enabled, set a LOCK_DEBUGjhb2001-09-171-0/+13
* Add a lock assertion to linux_sendsig() to match other sendsig functions.jhb2001-09-171-0/+1
* Call acpi_DeviceIsPresent() only for devices. This should makeiwasaki2001-09-171-1/+1
* Fix a typo: documenation -> documentationsilby2001-09-171-1/+1
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-163-0/+636
* Avoid empty decls when __FBSDIDs are turned off.dillon2001-09-161-1/+7
* Added pc98 support.nyan2001-09-161-0/+5
* MFi386: sys/isa/fd.c revision from 1.205 to 1.219.nyan2001-09-162-882/+1044
* Allocate i/o and memory resources using gdc driver.nyan2001-09-162-48/+378
* Recognize two cheap PCI 16550 devices :murray2001-09-162-4/+8
* Ian Dowse had closed the race a little more in card ejection events.imp2001-09-161-16/+18
* MFi386: added comment for ed driver.nyan2001-09-161-0/+1
* MFi386: cosmetic changes.nyan2001-09-162-0/+2
* MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.nyan2001-09-162-138/+122
* MFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61.nyan2001-09-161-14/+4
* MFi386: sys/i386/isa/mse.c revision 1.54 and 1.55.nyan2001-09-161-2/+3
* MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.nyan2001-09-163-15/+108
* Added (commented out) ACPI attachment.nyan2001-09-166-0/+18
* MFi386: files.i386 revision 1.367, 1.370, 1.371 and 1.372.nyan2001-09-161-1/+9
* MFi386: removed IDE_DELAY option.nyan2001-09-162-2/+0
* MFi386: sys/boot/i386/loader/main.c revision 1.24.nyan2001-09-161-0/+5
* MFi386: sys/boot/i386/libi386/Makefile revision 1.20.nyan2001-09-161-7/+10
* Fix the improper backout.obrien2001-09-161-1/+1
* Back out rev 1.38. Even though it saves a little space on the line,obrien2001-09-151-2/+2
* o Correct authorization check in CANSIGIO(), which suffered from incorrectrwatson2001-09-151-4/+5
* Allow __FBSDID() to be used without ;obrien2001-09-151-3/+3
* Rearrange so we search for I/O port space as early as possible (i.e.dfr2001-09-151-44/+53
* Add a fake memory descriptor for the I/O port space.dfr2001-09-152-2/+14
* Avoid the region used for thread0's trapframe when setting up the stackdfr2001-09-152-2/+2
* Merged from sys/i386/isa/pcaudio.c revision 1.62 (KSE changes).nyan2001-09-151-6/+6
* Merged from sys/i386/apm/apm.c revision 1.123 (KSE changes).nyan2001-09-151-5/+5
* Use the MI console code to initialise the console.dfr2001-09-152-15/+17
* Implement inx() and outx() functions for accessing I/O ports.dfr2001-09-151-6/+38
* Add ia64_mf_a() which executes an mf.a instruction.dfr2001-09-151-0/+6
* * Use Intel's EFI headers instead of home-grown ones.dfr2001-09-151-23/+41
* Allow C++ comments in headers - the EFI headers are full of them.dfr2001-09-151-1/+1
* In the devfs case, have initproc attempt the easy cases of mounting /dev.peter2001-09-151-1/+17
OpenPOWER on IntegriCloud