summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fight against hanging modems: add timeout to ttywait.ache1995-01-051-4/+1
* Made a few cosmetic changes, and fixed a bug in handling the case of thedg1995-01-041-12/+14
* Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use thebde1995-01-031-29/+26
* Possible fix for NE2000 problems...the remote byte count wasn't worddg1995-01-011-4/+8
* Get rid of unused variable.dg1995-01-011-4/+1
* Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.ats1994-12-311-5/+5
* Update the sequencer code to handle both channels of Twin channel devices.gibbs1994-12-311-54/+144
* Miscellaneous changes from Bill Paul:jkh1994-12-312-11/+85
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesache1994-12-311-12/+12
* Keep track of the devconf state.bde1994-12-271-2/+7
* Fixed two security holes in the pcmmap() function.dg1994-12-271-3/+3
* Add a patch that someone on the net has used to run on his IBM Thinkpad.ats1994-12-261-1/+8
* Merge several probe diagnostics into one.ache1994-12-242-27/+20
* Restore my changes in rev 1.11 that Garrett killed in his commit.dg1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-225-19/+8
* Remove get status from probe, confuse LU002ache1994-12-211-5/+3
* stbytes miss by one for new modelache1994-12-211-4/+4
* Initialize syscons also in cases where it ain't the system's consolejoerg1994-12-181-1/+4
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-181-2/+1
* Unbogify the size being passed to bzero when clearing struct softc.dg1994-12-181-2/+2
* Continue implementing disk slices and labels for the vn driver. Everythingbde1994-12-161-16/+38
* An inconsequential #ifdef Bruce forgot.phk1994-12-161-0/+2
* Implement disk slices and labels for the vn driver. This is intended mainlybde1994-12-121-11/+93
* The physical memory allocated for input DMA must be contiguous. The driverdg1994-12-111-3/+3
* Changed the behavior of KDMKTONE to comply with svr4, default tosos1994-12-061-2/+8
* Avoid a panic if vn is configured as swapdev. Seems to work fine.phk1994-12-061-3/+6
* Here is a minor patch for FreeBSD 2.0R to allow it to recognizejoerg1994-12-041-1/+5
* The vn driver from 4.4_litephk1994-12-041-0/+550
* Change wakeup to endtsleep, because wakeup don't produce timeoutache1994-12-011-3/+4
* Fix bug I introduced that broke BPF support. Caused by a byte order problemdg1994-11-301-3/+1
* Reverse the meaning of previous change.jkh1994-11-301-7/+5
* Merge in latest Linux sequencer code release with my changes. This shouldgibbs1994-11-291-18/+21
* Experimental change to floppy driver to NOT probe the floppy tape ifjkh1994-11-291-2/+7
* Always put received packets in an mbuf cluster. This simplifies the codedg1994-11-261-94/+21
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-245-107/+5
* Bunch of fixes from Matt Thomas:dg1994-11-221-43/+61
* Fix wrong size check for scroll forward/backward ('S'/'T')ache1994-11-211-5/+5
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,ache1994-11-211-4/+4
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-192-9/+11
* Fix all keymaps to bring BackTab to life.ache1994-11-191-6/+6
* Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.phk1994-11-181-3/+3
* Previous changes to the sequencer compiler backed out. We go back togibbs1994-11-183-6/+0
* Make the compiler spit out a .c file instead of a .h file.jkh1994-11-183-0/+6
* Added support for the MicroSoft Natural keyboardsos1994-11-172-15/+55
* John Aycock's aic7770 sequencer code and assembler. There is currentlygibbs1994-11-175-0/+2870
* Fixed rather serious bug where the interface wasn't started after it wasdg1994-11-171-1/+6
* Remove unused variable from previous commitache1994-11-141-2/+1
* Add model autodetection code, idea from burgess@s069.infonet.netache1994-11-141-4/+44
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timedg1994-11-131-5/+16
* Andres Vega Garcia's improvements to the ep driver. This driver is a merginggibbs1994-11-132-1019/+1405
OpenPOWER on IntegriCloud