aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointerDavid Greenman1995-12-181-2/+3
* Staticize.Poul-Henning Kamp1995-12-171-13/+14
* Another shot at getting working si DEVFS entries.. Apparently, it didn'tPeter Wemm1995-12-161-10/+16
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-161-7/+15
* Fix the off-by-one error in the calculation of the valid port range.Stefan Eßer1995-12-151-4/+4
* Changed arg type for pio functions.David Greenman1995-12-151-10/+10
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-159-43/+92
* Removed duplicated #includes of <sys/conf.h>Bruce Evans1995-12-151-2/+1
* Removed my devsw access functions [un]register_cdev() andBruce Evans1995-12-141-6/+9
* Update the skeleton DEVFS code to match reality a little closer.. :-)Peter Wemm1995-12-141-20/+11
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-142-5/+5
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-3/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-1/+1
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-106-11/+11
* Replaced nxmmap by nommap (if the mmap function gets called, then theBruce Evans1995-12-103-6/+6
* Replaced scdsize by generic nopsize.Bruce Evans1995-12-101-9/+2
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-103-6/+6
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-107-15/+15
* Staticize and cleanup.Poul-Henning Kamp1995-12-1019-204/+191
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-13/+2
* Staticize.Poul-Henning Kamp1995-12-091-9/+6
* clean a few DEVFS things..Julian Elischer1995-12-091-8/+8
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-0814-28/+28
* Pass 3 of the great devsw changesJulian Elischer1995-12-0815-462/+666
* Untangled the vm.h include file spaghetti.David Greenman1995-12-076-9/+16
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-063-6/+10
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-065-9/+5
* Set default burst length limit to 32 bytes, since this seems to beStefan Eßer1995-12-061-2/+3
* Updated my copyright.David Greenman1995-12-051-65/+95
* Increased the number of Tx segments from 13 to 29 to reduce the need toDavid Greenman1995-12-052-8/+34
* all:David Greenman1995-12-058-209/+144
* aargh! I tested JREMOD, only to discover that the "good oil" part ofPeter Wemm1995-12-041-3/+3
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-0/+2
* Fix minor bug that would cause the packet statistics updates to stopDavid Greenman1995-12-011-24/+75
* Fix my color/attr separation patch.Andrey A. Chernov1995-11-301-3/+3
* Delete obnoxious uprintf()s in load/unload procedures.Garrett Wollman1995-11-295-15/+5
* Don't staticize again (twice).Bruce Evans1995-11-291-4/+5
* Removed builtin list of port addresses. The address for sio3Bruce Evans1995-11-291-10/+5
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-2913-22/+22
* 'see" -> "see" (in the comment).Satoshi Asami1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-2913-155/+379
* Staticize again.Poul-Henning Kamp1995-11-291-2/+2
* A batch of Jim Lowe's patches:Jordan K. Hubbard1995-11-291-1/+2
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.David Greenman1995-11-282-0/+1313
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-2811-11/+385
* Removed all #includes of the unused file <sys/device.h>.Bruce Evans1995-11-281-2/+1
* Mainly cosmetic cleanups... It now uses more consistant message reportingPeter Wemm1995-11-283-27/+29
* Separate colors & attributes as Terry pointsAndrey A. Chernov1995-11-282-74/+148
* Fixed setting of speed B0 - don't output a bogus divisor of 0 and aBruce Evans1995-11-262-10/+18
* Fixed a comment.Bruce Evans1995-11-241-2/+2