summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Recognize even more of the Znyx 314 cards.phk1997-10-251-2/+2
* Statizice.phk1997-10-241-21/+24
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-232-26/+84
* Rewrote fxp_start() for better clarity and efficiency.dg1997-10-231-101/+101
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.kato1997-10-211-5/+18
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBjoerg1997-10-191-2/+15
* Add an $Id$peter1997-10-181-0/+1
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-182-44/+193
* Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-181-7/+27
* Fixed a bug where input packets were counted twice - messing up thedg1997-10-171-2/+1
* Hide a silly ``unknown board type'' message behind bootverbose. Thejoerg1997-10-151-3/+4
* if_ep.c clarification/simplification.itojun1997-10-142-273/+92
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-123-4/+4
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-121-2/+2
* Attempt to support IPX.peter1997-10-121-1/+22
* Remove a #ifndef __FreeBSD__ chunk.phk1997-10-111-5/+1
* Change default keymap (I left all the international ones alone) sojkh1997-10-101-2/+2
* Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENTmarkm1997-10-081-14/+36
* Latest round of patches from the author.markm1997-10-073-18/+102
* Make the blank screen saver work with MDA and CGA. The fade and greenyokota1997-10-043-37/+169
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasdg1997-10-031-6/+1
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-012-13/+25
* To obey the traditional practice in mbuf chaining.itojun1997-10-011-10/+15
* Killed a gratuitous assignment in a NetBSD case.dg1997-09-301-5/+1
* Two changes which should make the system less suseptible to receiverdg1997-09-301-29/+29
* Work around a bug in the 82557 NIC where the receiver will lock updg1997-09-293-57/+198
* Add support to aicasm for "downloaded constants". These are immediategibbs1997-09-2713-62/+211
* Clustered read and write are switched at mount-option level.kato1997-09-271-3/+3
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-261-7/+25
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* Update for new callout interface.gibbs1997-09-212-4/+6
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-219-83/+107
* ipl.h:gibbs1997-09-211-1/+4
* Add shared EISA interrupt support.gibbs1997-09-215-94/+129
* Convert to the new callout interface.gibbs1997-09-212-5/+15
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likepeter1997-09-212-22/+48
* Fix a comment-within-a-commentpeter1997-09-214-4/+4
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-1/+2
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionpeter1997-09-201-4/+4
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-191-13/+122
* Missed a place where the extra descriptor buffers would need to bepeter1997-09-181-1/+3
* update Luigi's driver to poll interface (Peter, you might want to checkjmg1997-09-186-70/+46
* Enable the FIFO on enhanced floppy controllers. This reduces thetegge1997-09-172-2/+58
* Fixed gratuitous ANSIisms.bde1997-09-161-1/+3
* Make FDC_DEBUG a supported option.joerg1997-09-161-10/+21
* Import of Luigi Rizzo's sound code. For more information about the driverjmg1997-09-1410-0/+8612
* Bruce wants the warning.peter1997-09-141-2/+2
* Update select -> poll in drivers.peter1997-09-1410-33/+37
* Convert select handler to poll stylepeter1997-09-141-14/+13
OpenPOWER on IntegriCloud