aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Null terminate execl's argument list.Justin T. Gibbs1996-01-053-6/+6
* Convert DDB to new-style option.Garrett Wollman1996-01-042-2/+6
* The long awaited stability patch set for the aic7xxx driver:Justin T. Gibbs1996-01-031-2/+2
* The long awaited stability patch set for the aic7xxx driver:Justin T. Gibbs1996-01-035-980/+1226
* Reworked the stop/reset code to properly run-down allocated buffers andDavid Greenman1996-01-031-36/+75
* Prepare to add support for parity. Report the post-parity size,Satoshi Asami1996-01-021-4/+20
* Fix the number of ports created for devfs.. it had been only creatingPeter Wemm1996-01-021-2/+2
* Fix last "fix" - I had introduced a fencepost error.. :-(Peter Wemm1996-01-021-2/+2
* Fix up the DEVFS minor numbers that the Specialix driver registers...Peter Wemm1996-01-021-7/+11
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atBruce Evans1995-12-301-1/+3
* Fixed erroneous resending of the output buffer.Bruce Evans1995-12-291-11/+34
* Oops, this should have been committed with the other Hayes ESP changes.Bruce Evans1995-12-291-0/+76
* Added support for the Hayes ESP serial card.Bruce Evans1995-12-291-1/+120
* Add more disc_optim calls to track line disc changesAndrey A. Chernov1995-12-281-0/+3
* Added $Id$.Satoshi Asami1995-12-281-0/+2
* Changes to make it work on FreeBSD-2.1.Satoshi Asami1995-12-271-36/+113
* This commit was generated by cvs2svn to compensate for changes in r13041,Satoshi Asami1995-12-271-0/+1428
|\
| * ccd.c and ccd.4 from NetBSD-current circa 12/25/95.Satoshi Asami1995-12-271-0/+1428
* Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsBruce Evans1995-12-221-2/+2
* Typo in my last commit.Poul-Henning Kamp1995-12-221-2/+2
* Synced with sio.c. This fixed the DEVFS initialization. cy.c isBruce Evans1995-12-222-184/+154
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasBruce Evans1995-12-221-70/+54
* Remove crufty "pg" function.Poul-Henning Kamp1995-12-221-2/+2
* 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