summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a warning.peter1997-09-131-2/+2
* Support Intel EtherExpress Pro 10+msmith1997-09-121-4/+10
* malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-112-2/+17
* Change the address for the low end of what we permit from c0000 downdg1997-09-101-2/+2
* Amancio's latest in the Brooktree driver.markm1997-09-093-236/+353
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-081-18/+27
* Changes to support NetBSD and the new ifmedia extensions.dg1997-09-053-243/+842
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-042-14/+19
* Make the aic7xxx sequencer assembler compile in the kernel's objectgibbs1997-09-0316-2763/+50
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-032-242/+294
OpenPOWER on IntegriCloud