aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Change DEVFS device naming convention for cuac*, ttyc*.David Greenman1996-10-132-14/+26
* Changes to add support for the PCI version of the Cyclades Cyclom-YDavid Greenman1996-10-134-270/+467
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-122-2/+4
* Staticized. Things exported by linker sets should always be static.Bruce Evans1996-10-121-2/+2
* Implement the RFC 1650 MIB.Garrett Wollman1996-10-111-6/+64
* Implement the 802.3 MIB in a way that uses the generic interfaceGarrett Wollman1996-10-101-3/+17
* Don't claim the console when the driver is disabled. The getc/putcBruce Evans1996-10-091-2/+2
* Fix padding of short packets (PR#1701).Garrett Wollman1996-10-071-12/+10
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.Justin T. Gibbs1996-10-075-0/+2816
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-062-164/+71
* Oops, missed a chunk in that last commit.David Greenman1996-10-042-6/+6
* Implemented a more sophisticated mechanism for finding the chip iobaseDavid Greenman1996-10-043-124/+144
* scresume erroneously used before declared. Move the functionJordan K. Hubbard1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).Søren Schmidt1996-10-021-154/+158
* Fixed the "missing updates" reported by ache.Søren Schmidt1996-10-011-29/+37
* #ifdef another instance of toggle_splash_screen() which Soren missed.Jordan K. Hubbard1996-10-011-1/+5
* Dont make splash screen the default :)Søren Schmidt1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-302-103/+180
* Work around UMC8669F and Startech UART bugs by not writing to theBruce Evans1996-09-301-11/+36
* Backed out one of my "performance optimizations" as it results in sometimesDavid Greenman1996-09-291-9/+13
* Some warning cleanups. There were some needless casts that also causedPeter Wemm1996-09-271-15/+12
* Fixed a bug with the management of the pointer to the first TxCB in theDavid Greenman1996-09-221-49/+38
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-213-17/+17
* Fixed a bug in the receive buffer allocation code that resulted in aDavid Greenman1996-09-201-5/+14
* Add back shutdown support, this time using the at_shutdown() mechanism.David Greenman1996-09-201-14/+11
* When the devconf stuff was ripped out of the kernel, the ripper neglectedDavid Greenman1996-09-201-18/+17
* Implemented a better, dynamic, mechanism for adjusting the transmitDavid Greenman1996-09-191-2/+19
* Increased transmit threshold to 1024 bytes to fix a problem with underrunsDavid Greenman1996-09-181-2/+2
* Updated driver to a newer version from Matt Thomas, preserving our localDavid Greenman1996-09-181-476/+667
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-142-4/+9
* Removed another devconf leftover. A fat devconf support function wasBruce Evans1996-09-141-61/+28
* Another round of merge/update.Satoshi Asami1996-09-121-2/+15
* Removed more devconf leftovers.Bruce Evans1996-09-103-42/+4
* Hack workaround XFree86 switching failure when used with /dev/sysmousePeter Wemm1996-09-101-2/+23
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-102-3/+2
* The poor nsccons variable was gone agian this time hidden bySøren Schmidt1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..Søren Schmidt1996-09-081-18/+36
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-085-31/+5
* Fixed another easy case of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.Paul Traina1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-0628-1244/+62
* Fix code that deals with multiple host to PCI bridges by making the nextStefan Eßer1996-09-051-1/+2
* Fixed a panic when switching to 40x25 mode, and cursor was beyond theSøren Schmidt1996-09-041-1/+2
* Add preliminary support for the Orion PCI chip set. It is special in theStefan Eßer1996-09-021-21/+52
* Fixed a couple of bugs in the mousepointer code.Søren Schmidt1996-09-012-233/+298
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-14/+14
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-281-7/+2
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.Bruce Evans1996-08-281-2/+2
* Call bdevsw_add_generic() later so that there is no chance of returningBruce Evans1996-08-281-4/+4
* Unconditionally null-terminate string read into spkr driver.Peter Wemm1996-08-241-3/+6