aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ray/if_ray.c
Commit message (Expand)AuthorAgeFilesLines
* Add attribute memory setup warningsDuncan Barclay2000-07-111-37/+86
* Move newbus detection code to alloc routines.Duncan Barclay2000-07-071-50/+68
* Subtle Tx bugs - I wonder why the cast wans't picked up...Duncan Barclay2000-06-211-4/+4
* Minor tweaks to error messages (after writing man page).Duncan Barclay2000-06-201-49/+81
* General tidy up and plough through TODO list.Duncan Barclay2000-06-181-303/+143
* Suck out all of the current and desired n/w parameters.Duncan Barclay2000-06-111-1/+13
* A bunch of misc. tidy ups really.Duncan Barclay2000-06-111-209/+195
* Removed a few RAY_MAP_CMs that were not needed.Duncan Barclay2000-06-101-22/+13
* Remove promisc_user, ray_reset and ray_reset_timo as they are not used. Incid...Duncan Barclay2000-06-101-206/+120
* Main changes are resurection of mutlicast code (jgibbs moved the stuff IDuncan Barclay2000-06-041-175/+133
* Remove unused ioctl lockingDuncan Barclay2000-05-281-85/+14
* A bit of a messy monster.Duncan Barclay2000-05-281-394/+516
* Moved a bit of resource allocation from probe to attach based on feedbackDuncan Barclay2000-05-231-122/+109
* MFRELENG_3Duncan Barclay2000-05-211-187/+625
* Newbusify resource allocation.Duncan Barclay2000-05-111-194/+232
* Move a couple fo things around to be nicer for -currentDuncan Barclay2000-05-101-162/+174
* Move _detach to be underneath _attach.Duncan Barclay2000-05-071-182/+155
* Move variables to if_rayvar.hDuncan Barclay2000-05-071-218/+2
* Sync with an early version of the -current code. Mainly a tidy upDuncan Barclay2000-05-071-118/+80
* Cosmetic to make errors messages look similar.Duncan Barclay2000-04-241-4/+4
* Moved debugging definitions to a header file.Duncan Barclay2000-04-241-1297/+1026
* Make the moved about version compile and runDuncan Barclay2000-04-241-2/+6
* Moved functions around so that they are grouped a little more sensibly.Duncan Barclay2000-04-221-1012/+1016
* Functional driver with new command queue in place.Duncan Barclay2000-04-211-1277/+1067
* A messy commit that checkpoints the driver (not known to actually work)Duncan Barclay2000-04-151-236/+330
* Most of this commit are minor changes whilst trying to make the driverDuncan Barclay2000-04-091-216/+374
* Fix mbuf leaking - duh!Duncan Barclay2000-04-041-6/+9
* Use the right value for IFQ_MAXLEN and fix brokeness with gatewaying http fro...Duncan Barclay2000-03-311-435/+524
* For version 0.9 change DNET outputDuncan Barclay2000-03-211-1/+1
* Added user level updates and reading of parameters.Duncan Barclay2000-03-211-26/+136
* * add the start_join_net - doneDuncan Barclay2000-03-121-129/+178
* Remove old hand crafted version of start_join_net for download.Duncan Barclay2000-03-111-51/+10
* Start to use ray_start_join_net (my old code removed on next checkin)Duncan Barclay2000-03-111-173/+215
* Use the ccs update command mechanism for dowloading parameters on startupDuncan Barclay2000-03-091-112/+58
* Mega additions of NetBSD code - most of the NetBSD code is now in here, ifDuncan Barclay2000-03-081-827/+1780
* Fix cock up with test on start address.Duncan Barclay2000-03-081-8/+8
* Added reset code and converted many panics into call to reset.Duncan Barclay2000-03-051-59/+201
* Moved a lot of my inline comments to head of code and documentedDuncan Barclay2000-03-051-377/+772
* Mostly notes and minor style changes whilst I was travelling.Duncan Barclay2000-03-031-46/+132
* Completed start/join code (well only infrastructure mode)Duncan Barclay2000-02-271-115/+577
* Snap shot check in.Duncan Barclay2000-02-261-165/+1083
* Skeleton framework for network driver and initial probing of device.Duncan Barclay2000-02-201-0/+688
* Initial importDuncan Barclay2000-02-131-0/+0