summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsbde1995-12-221-2/+2
* Typo in my last commit.phk1995-12-221-2/+2
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isbde1995-12-222-184/+154
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasbde1995-12-221-70/+54
* Remove crufty "pg" function.phk1995-12-221-2/+2
* Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointerdg1995-12-181-2/+3
* Staticize.phk1995-12-171-13/+14
* Another shot at getting working si DEVFS entries.. Apparently, it didn'tpeter1995-12-161-10/+16
* Completed function declarations and/or added prototypes and/or addedbde1995-12-161-7/+15
* Fix the off-by-one error in the calculation of the valid port range.se1995-12-151-4/+4
* Changed arg type for pio functions.dg1995-12-151-10/+10
* Completed function declarations and/or added prototypes and/or addedbde1995-12-159-43/+92
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-2/+1
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-6/+9
* Update the skeleton DEVFS code to match reality a little closer.. :-)peter1995-12-141-20/+11
* Another mega commit to staticize things.phk1995-12-142-5/+5
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-1/+1
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-106-11/+11
* Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-103-6/+6
* Replaced scdsize by generic nopsize.bde1995-12-101-9/+2
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-103-6/+6
* Removed new alias d_size_t for d_psize_t.bde1995-12-107-15/+15
* Staticize and cleanup.phk1995-12-1019-204/+191
* Staticize and cleanup.phk1995-12-101-13/+2
* Staticize.phk1995-12-091-9/+6
* clean a few DEVFS things..julian1995-12-091-8/+8
* Julian forgot to make the *devsw structures static.phk1995-12-0814-28/+28
* Pass 3 of the great devsw changesjulian1995-12-0815-464/+668
* Untangled the vm.h include file spaghetti.dg1995-12-076-9/+16
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-063-6/+10
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-065-9/+5
* Set default burst length limit to 32 bytes, since this seems to bese1995-12-061-2/+3
* Updated my copyright.dg1995-12-051-65/+95
* Increased the number of Tx segments from 13 to 29 to reduce the need todg1995-12-052-8/+34
* all:dg1995-12-058-209/+144
* aargh! I tested JREMOD, only to discover that the "good oil" part ofpeter1995-12-041-3/+3
* Completed function declarations and/or added prototypes.bde1995-12-021-0/+2
* Fix minor bug that would cause the packet statistics updates to stopdg1995-12-011-24/+75
* Fix my color/attr separation patch.ache1995-11-301-3/+3
* Delete obnoxious uprintf()s in load/unload procedures.wollman1995-11-295-15/+5
* Don't staticize again (twice).bde1995-11-291-4/+5
* Removed builtin list of port addresses. The address for sio3bde1995-11-291-10/+5
* If you're going to mechanically replicate something in 50 filesjulian1995-11-2913-22/+22
* 'see" -> "see" (in the comment).asami1995-11-291-2/+2
* OK, that's it..julian1995-11-2913-155/+379
* Staticize again.phk1995-11-291-2/+2
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+2
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.dg1995-11-282-0/+1313
* the second set of changes in a move towards getting devices to bejulian1995-11-2811-11/+385
OpenPOWER on IntegriCloud