summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-102-2/+0
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-102-4/+4
* A checkpoint of a part of a work-in-progress. Some more cleanups forpeter2000-06-108-117/+122
* Removed a few RAY_MAP_CMs that were not needed.dmlb2000-06-101-22/+13
* It is not necessary to wrap usage of $f28 with ".set noat/at" pairs.obrien2000-06-101-4/+0
* Avoid useless check against NULL, since we assign the checked valuealex2000-06-101-4/+1
* The AMI MegaRAID's internal memory map conflicts with scatter/gathermsmith2000-06-101-0/+9
* fix a typophk2000-06-101-1/+1
* Add KASSERT() to mbuf free routines in order to allow developers tojlemon2000-06-101-0/+2
* Check for MGET* returning NULL and return ENOBUFS in this case.jlemon2000-06-101-2/+8
* Release resources properly in detach.dfr2000-06-102-0/+18
* Fix the AMD 751 AGP minidriver so that it works with my test code.dfr2000-06-108-16/+224
* Increment __FreeBSD_version to allow detection of AGP interfaces.dfr2000-06-101-1/+1
* Seperate debug for dumping comq entries.dmlb2000-06-101-0/+4
* Add macros for freeing a set of malloc runq entries and adding them to thedmlb2000-06-101-0/+22
* Remove promisc_user, ray_reset and ray_reset_timo as they are not used. Incid...dmlb2000-06-101-206/+120
* Unused include: #include "sl.h" - NSL is no longer used.peter2000-06-101-2/+0
* Unused include: #include "pps.h"peter2000-06-101-1/+0
* Unused includes: #include "pci.h" and #include "lnc.h"peter2000-06-101-3/+0
* Unused include: #include "ex.h"peter2000-06-101-2/+0
* Unused include: #include "bt.h"peter2000-06-101-2/+0
* Unused include: #include "ahc.h"peter2000-06-101-1/+0
* Unused include: #include "aic.h"peter2000-06-101-2/+0
* Unused include: #include "adw.h"peter2000-06-101-1/+0
* Unused include: #include "fla.h"peter2000-06-101-1/+0
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-106-34/+0
* Argh. This is what I get for trying to do too many things at once.peter2000-06-101-0/+1
* Untangle some #include between gusc.c/mss.c - gusc.c could createpeter2000-06-101-8/+0
* Unused include: #include "sbc.h"peter2000-06-104-8/+0
* We always provide the bpf hooks. Remove #include "bpf.h"/NBPF.peter2000-06-101-2/+1
* Unused includes: #include "pci.h", #include "pcm.h"peter2000-06-102-6/+0
* Unused include: #include "scbus.h"peter2000-06-101-2/+0
* Unused include: #include "ether.h"peter2000-06-102-2/+0
* Unused include: #include "pty.h"peter2000-06-101-1/+0
* Unused include: #include "sc.h"peter2000-06-101-1/+0
* Unused include: #include "fb.h"peter2000-06-101-1/+0
* Add ISP_COMPILE_12160_FW and ISP_COMPILE_12160_FW options to opt_isp.hpeter2000-06-101-0/+2
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-103-0/+3
* malloc(..., M_WAITOK) will not return NULL, so remove the errorjlemon2000-06-101-34/+15
* Document flags 0x100 in syscons.4, and document syscons' flags in LINT.jhb2000-06-093-0/+12
* taskqueue_swi is a pointer, not a struct. Fix a comment that misleadinglymsmith2000-06-091-1/+1
* Dynamically allocate softc structuresbrian2000-06-092-7/+33
* Increase delay from 10mu to 1000mu when reading play control size. Thisdan2000-06-091-1/+1
* Add agp.dfr2000-06-091-1/+1
* Add module for agp driver.dfr2000-06-091-0/+10
* Add files for agp driver.dfr2000-06-091-0/+7
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-0921-0/+5280
* Nuke the useless chip driver. It gets in the way when you want to loaddfr2000-06-095-50/+6
* Claim major 148 for agp.dfr2000-06-091-0/+1
* Since many people use LINT as "supported hardware" list, addalex2000-06-093-3/+3
OpenPOWER on IntegriCloud