aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-297-29/+15
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-2922-21/+2
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-2966-66/+0
* fix warning compile error about unused variableDarren Reed2000-10-292-0/+4
* Fix params passed to pci_porten() and pci_memen().Poul-Henning Kamp2000-10-292-4/+4
* Add a hook for doing #include magic (for src/tools/tools/kerninclude).Poul-Henning Kamp2000-10-296-6/+6
* Fix conflicts creted by import.Darren Reed2000-10-298-41/+51
* Change flags of ncv and nsp driver. Both were conflicted with the flagsNoriaki Mitsunaga2000-10-292-2/+2
* Changed not to use struct isa_device in the argument of scsi_low_activate().Noriaki Mitsunaga2000-10-292-3/+4
* Remove unnecessary printf().Noriaki Mitsunaga2000-10-292-2/+0
* Add hints for ISA cards (such as TMC1610M) which use stg driver.Noriaki Mitsunaga2000-10-292-0/+6
* Reduce kernel stack usage by not having large packets on the stack.Tor Egge2000-10-292-1030/+2046
* Count per-address statistics for IP fragments.Josef Karthauser2000-10-292-2/+12
* Nuke a bit of dead code.Don Lewis2000-10-291-5/+0
* Unconditionally turning on the I/O and memory enable bits in the PCIMike Smith2000-10-282-2/+28
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAJohn Baldwin2000-10-281-2/+1
* Add a brief comment telling people to retain 'device miibus' as necessary.Nik Clayton2000-10-282-0/+2
* Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().Alan Cox2000-10-281-0/+4
* add commented-out dependancies on the new sb8 and sb16 driversCameron Grant2000-10-281-0/+2
* modules for the new sb8 and sb16 driversCameron Grant2000-10-282-0/+16
* add commented-out entries for the new sb8 and sb16 driversCameron Grant2000-10-281-0/+2
* split up sb16 and sb/sbpro driversCameron Grant2000-10-282-907/+669
* add PC-Card melody beep(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-10-282-41/+92
* Restore GDC mode to initial mode instead of 24KHz.Yoshihiro Takahashi2000-10-282-2/+2
* Fixed extention memory check routine.Yoshihiro Takahashi2000-10-283-4/+5
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-282-2/+0
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-283-3/+3
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/Peter Wemm2000-10-282-2/+2
* Add PCI IDs for some additional cardbus cards. Yes, there really isBill Paul2000-10-286-5/+39
* We should include <machine/stdarg.h> not <stdarg.h>Mike Smith2000-10-282-2/+2
* Quick fix for namespace problems which broke many ports. SpellBruce Evans2000-10-281-6/+6
* Some AML code assumes that a function without an explicit ReturnOp willMike Smith2000-10-282-0/+38
* FreeBSD-specific customisations:Mike Smith2000-10-286-4/+138
* Add some extra fuctions:Mike Smith2000-10-283-0/+244
* Add some verbiage about the new ACPICA code. Note that this probablyMike Smith2000-10-282-0/+24
* Allow PCI busses to be connected to host bridges detected by ACPI as well.Mike Smith2000-10-282-0/+2
* Connect the new ACPICA code to the 'acpica' device.Mike Smith2000-10-283-10/+141
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-2811-0/+1084
* Revert two experimental changes which escaped from my devel machine.Poul-Henning Kamp2000-10-287-7/+7
* This commit was generated by cvs2svn to compensate for changes in r67754,Mike Smith2000-10-28261-0/+158932
|\
| * Initial import of the Intel-maintained ACPI Component Architecture. ThisMike Smith2000-10-28261-0/+158932
* Hook ipfilter back up as it compiles now.David E. O'Brien2000-10-281-2/+2
* Add a quirk entry for Nakamichi MJ-* changers. The changer in question isKenneth D. Merry2000-10-281-0/+4
* The x86 atomic operations are already locked, so they do not need anJohn Baldwin2000-10-282-4/+0
* Fix typo in the 4.x case.Mike Smith2000-10-271-1/+1
* implement SNDCTL_DSP_POSTCameron Grant2000-10-271-3/+2
* Fix a couple of whitespace nits.John Baldwin2000-10-274-8/+8
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2722-86/+0
* Remove more unused #includes.Poul-Henning Kamp2000-10-279-30/+0