aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Added support for SMC9432BTX cards.Semen Ustimenko2000-06-213-11/+87
* Checkpoint commit. I can actually receive HDLC frames now.Poul-Henning Kamp2000-06-211-53/+669
* add record channel irq timeouts tooCameron Grant2000-06-201-2/+12
* fix a bug where opening for write would not fail if channel allocation failedCameron Grant2000-06-205-11/+30
* Minor tweaks to error messages (after writing man page).Duncan Barclay2000-06-201-49/+81
* Terminate aic_ids[]Brian Somers2000-06-191-0/+1
* make mixer reads return the value written instead of the value setCameron Grant2000-06-191-1/+1
* Implemented some optimizations which result in 14 fewer instructions in theDavid Greenman2000-06-191-2/+6
* Bring the an(4) fixes to wi(4):Ollivier Robert2000-06-191-3/+10
* - Add suser check before SIOCSAIRONET.Ollivier Robert2000-06-181-3/+10
* Remove RECERR from RAY_DEBUGDuncan Barclay2000-06-181-2/+1
* General tidy up and plough through TODO list.Duncan Barclay2000-06-181-303/+143
* Add a desired network parameter structure to runq entries.Duncan Barclay2000-06-181-0/+2
* Added support for the i82559ER (10/100Mbps NIC for embedded applications).David Greenman2000-06-182-9/+16
* MF4: add support for the Am79C973.Gary Jennejohn2000-06-182-0/+2
* Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
* Matching commits to pccard for last pcic changes. We now at least toWarner Losh2000-06-183-29/+32
* Almost make loading work. This is a checkpoint. With these change weWarner Losh2000-06-183-43/+85
* Clean up firmware load issues and remove darn near all config options.Matt Jacob2000-06-181-95/+43
* Add new functions. Also add comments to existing functions. TheseWarner Losh2000-06-181-0/+37
* Removing this bulky one large f/w file. This f/w is now in dev/ispfw.Matt Jacob2000-06-181-36137/+0
* Once we have firmware running (if isp_reset) and this is the first timeMatt Jacob2000-06-181-34/+74
* Remove all ISP2100_SCCLUN define protected code and replace it withMatt Jacob2000-06-181-23/+12
* Remove all ISP2100_SCCLUN define based code and replace it with runtimeMatt Jacob2000-06-181-27/+27
* Roll platform minor number. Force definition of SCSI_ISP_FABRICMatt Jacob2000-06-181-8/+6
* Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxlunsMatt Jacob2000-06-181-11/+4
* add "disable autodisconnect" flagsMatt Jacob2000-06-181-0/+1
* cleanup i_int_X vs. uint_X definitionsMatt Jacob2000-06-181-16/+16
* add MBOX_GET_RESOURCE_COUNT commandMatt Jacob2000-06-181-0/+1
* Add in (separate files for different board's firmware) new files for ispfwMatt Jacob2000-06-187-0/+20877
* replace a line erroneously removed in 1.28, should fix xmmsCameron Grant2000-06-171-3/+5
* Allow these drivers to be detached.Jake Burkholder2000-06-162-0/+2
* Add disk_enumerate() for finding names of disks. Vinum and libh willPoul-Henning Kamp2000-06-151-24/+0
* Inverted error messages.Nick Hibma2000-06-151-3/+3
* Make the module dependencies actually work.Nick Hibma2000-06-152-5/+13
* Fix typo (accessable --> accessible).Alexander Langer2000-06-145-5/+5
* Add option ALT_BREAK_TO_DEBUGGER.Paul Saab2000-06-141-0/+29
* add alpha-quality recording code and handle pci error interrupts - this mayCameron Grant2000-06-131-71/+353
* handle closing differently - should fix the end-of-sample cutoff bugCameron Grant2000-06-131-22/+25
* Fix a problem of user settings from TEKRAM NVRAMGerard Roudier2000-06-131-6/+10
* Fix breakage to target mode support.Matt Jacob2000-06-121-14/+25
* - Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)Seigo Tanimura2000-06-122-26/+7
* Add (another) PnP entry for the ESS ES1869 (Compaq OEM)Brian Somers2000-06-121-0/+1
* The very feeble beginnings of a driver for the LanMedia LMC1504 card.Poul-Henning Kamp2000-06-111-0/+176
* Suck out all of the current and desired n/w parameters.Duncan Barclay2000-06-112-5/+33
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...Duncan Barclay2000-06-111-4/+11
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set wi...Duncan Barclay2000-06-111-1/+1
* A bunch of misc. tidy ups really.Duncan Barclay2000-06-111-209/+195
* Add support for the Accton EN1217.Jeroen Ruigrok van der Werven2000-06-112-0/+14
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.Seigo Tanimura2000-06-115-790/+1345