aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added Altima Communications OUI and their AC101 10/100Semen Ustimenko2000-06-213-0/+14
* Added support for SMC9432BTX cards.Semen Ustimenko2000-06-215-21/+168
* PC-98 version of ed driver is a statically limited driver.KATO Takenori2000-06-212-2/+2
* Checkpoint commit. I can actually receive HDLC frames now.Poul-Henning Kamp2000-06-211-53/+669
* Fixed to support RSA98-III non-pnp mode. rman_get_start() had returnedYoshihiro Takahashi2000-06-212-58/+74
* 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
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' soChris Costello2000-06-202-6/+6
* Minor tweaks to error messages (after writing man page).Duncan Barclay2000-06-201-49/+81
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-207-11/+422
* return of the accept filter part IIAlfred Perlstein2000-06-2016-1/+714
* Comment this bad boy. Hopefully the next person that comes along won'tJohn Baldwin2000-06-192-58/+196
* Terminate aic_ids[]Brian Somers2000-06-191-0/+1
* Add UP1000 to GENERICAndrew Gallatin2000-06-192-0/+2
* unbreak kernels without UP1000 supportAndrew Gallatin2000-06-191-1/+1
* Add support for the Alpha Processor, Inc. UP1000 system.Andrew Gallatin2000-06-1911-5/+765
* make mixer reads return the value written instead of the value setCameron Grant2000-06-191-1/+1
* Support bounce buffers for ISA DMA on the alpha. This is required for theAndrew Gallatin2000-06-197-16/+39
* - Add some more details to the 'lsdev' output for FAT file systems.John Baldwin2000-06-191-27/+83
* Implemented some optimizations which result in 14 fewer instructions in theDavid Greenman2000-06-192-4/+12
* Bring the an(4) fixes to wi(4):Ollivier Robert2000-06-192-6/+20
* - Add suser check before SIOCSAIRONET.Ollivier Robert2000-06-181-3/+10
* When running with quotas enabled on a filesystem using soft updates,Kirk McKusick2000-06-182-4/+6
* Some additional performance improvements. When freeing an inodeKirk McKusick2000-06-182-16/+36
* 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
* /152x/s/sound/SCSI/Poul-Henning Kamp2000-06-181-1/+1
* Added support for the i82559ER (10/100Mbps NIC for embedded applications).David Greenman2000-06-184-18/+32
* backout accept optimizations.Alfred Perlstein2000-06-184-296/+0
* MF4: add support for the Am79C973.Gary Jennejohn2000-06-182-0/+2
* Remove all but ISP_TARGET_MODE options for isp and ispfw pseudo device.Matt Jacob2000-06-182-116/+4
* Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
* Add ispfw as an optional 'device' (for static linking)Matt Jacob2000-06-181-0/+1
* 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
* Add oldcard, pccard, pcic and sn modules to the build.Warner Losh2000-06-181-2/+3
* Clean up firmware load issues and remove darn near all config options.Matt Jacob2000-06-182-190/+86
* Remove all but one (ISP_TARGET_MODE) option for isp.Matt Jacob2000-06-181-18/+0
* Preliminary commit of oldcard module. This might not work, but will.Warner Losh2000-06-181-0/+17
* add ispfw moduleMatt Jacob2000-06-181-0/+7
* add if_wx moduleMatt Jacob2000-06-181-0/+7
* Add if_wx && ispfw modulesMatt Jacob2000-06-181-3/+3
* 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
* o Implement some compatibility functions for NEWCARD compat. This isWarner Losh2000-06-181-2/+24
* 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