summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* In cases where it is possible, use the card's configured irq rather thandg1994-11-131-18/+22
* Implement CDIOCALLOW as dummy function (for xcdplayer)ache1994-11-121-1/+3
* Changes from bugress@s069.infonet.net NOT installed (expect oneache1994-11-121-11/+20
* Add and reorganize new MCD commands from bugress@s069.infonet.netache1994-11-122-15/+71
* Added missing call to bpf on the transmit side. Nuked revision log.dg1994-11-101-30/+5
* Fixed bug that somehow made it into here: the ifp must be stored in thedg1994-11-091-72/+19
* Change "fdx: Floppy not writeable" to less confusingache1994-11-081-2/+2
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-081-1/+21
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-081-7/+43
* The style in my patch011 is inconsistent and out of date. It shouldbde1994-11-061-2/+2
* Work around microtime() enabling interrupts.bde1994-11-061-1/+10
* Fix for 'pstat -t' works on vtysache1994-11-031-1/+2
* Submitted by:se1994-11-022-7/+136
* Back out Joerg's latest commit. Sorry, Joerg, but this breaks the installjkh1994-11-021-143/+98
* Only log errors every second (instead of every 5-10 msec) and check forbde1994-11-011-59/+81
* DMA automode patch, fix SB16 clicksache1994-11-011-1/+2
* Several minor fixes to the floppy driver:joerg1994-10-301-99/+144
* Julian Elischer's disklabel fixes.jkh1994-10-272-6/+5
* The other half of patch011, read Numlck state from bios.phk1994-10-271-6/+2
* Fix initialization of video_mode_ptr. It only worked if the segmentsbde1994-10-261-9/+32
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedphk1994-10-261-5/+3
* Modified fifth parameter (imask) to register_intr() according tose1994-10-251-5/+2
* Fixed cut&paste error.wollman1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-239-47/+192
* While I debugged this, I quenched the compile warnings from if_ed. no otherphk1994-10-221-14/+19
* Checking for timeout at several critical calls to ``out_fdc()'' now,joerg1994-10-211-14/+56
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-2/+2
* A missing bit from Peter Dufaults patches, as best I could guess...phk1994-10-201-1/+22
OpenPOWER on IntegriCloud