summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Roll platform minor number. Force definition of SCSI_ISP_FABRICmjacob2000-06-181-8/+6
* Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxlunsmjacob2000-06-181-11/+4
* add "disable autodisconnect" flagsmjacob2000-06-181-0/+1
* cleanup i_int_X vs. uint_X definitionsmjacob2000-06-181-16/+16
* add MBOX_GET_RESOURCE_COUNT commandmjacob2000-06-181-0/+1
* Add in (separate files for different board's firmware) new files for ispfwmjacob2000-06-187-0/+20877
* replace a line erroneously removed in 1.28, should fix xmmscg2000-06-171-3/+5
* Allow these drivers to be detached.jake2000-06-162-0/+2
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-24/+0
* Inverted error messages.n_hibma2000-06-151-3/+3
* Make the module dependencies actually work.n_hibma2000-06-152-5/+13
* Fix typo (accessable --> accessible).alex2000-06-145-5/+5
* Add option ALT_BREAK_TO_DEBUGGER.ps2000-06-141-0/+29
* add alpha-quality recording code and handle pci error interrupts - this maycg2000-06-131-71/+353
* handle closing differently - should fix the end-of-sample cutoff bugcg2000-06-131-22/+25
* Fix a problem of user settings from TEKRAM NVRAMgroudier2000-06-131-6/+10
* Fix breakage to target mode support.mjacob2000-06-121-14/+25
* - Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)tanimura2000-06-122-26/+7
* Add (another) PnP entry for the ESS ES1869 (Compaq OEM)brian2000-06-121-0/+1
* The very feeble beginnings of a driver for the LanMedia LMC1504 card.phk2000-06-111-0/+176
* Suck out all of the current and desired n/w parameters.dmlb2000-06-112-5/+33
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...dmlb2000-06-111-4/+11
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...dmlb2000-06-111-1/+1
* A bunch of misc. tidy ups really.dmlb2000-06-111-209/+195
* Add support for the Accton EN1217.asmodai2000-06-112-0/+14
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-115-794/+1349
* Removed a few RAY_MAP_CMs that were not needed.dmlb2000-06-101-22/+13
* The AMI MegaRAID's internal memory map conflicts with scatter/gathermsmith2000-06-101-0/+9
* Release resources properly in detach.dfr2000-06-101-0/+9
* Fix the AMD 751 AGP minidriver so that it works with my test code.dfr2000-06-104-8/+112
* 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 "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
* 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 "sc.h"peter2000-06-101-1/+0
* Unused include: #include "fb.h"peter2000-06-101-1/+0
* Dynamically allocate softc structuresbrian2000-06-092-7/+33
* Increase delay from 10mu to 1000mu when reading play control size. Thisdan2000-06-091-1/+1
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-0910-0/+2576
OpenPOWER on IntegriCloud