aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBJoerg Wunsch1997-10-191-2/+15
* Add an $Id$Peter Wemm1997-10-181-0/+1
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There isPeter Wemm1997-10-182-43/+192
* Import Matt's current de driver... He appears to be maintaining it inPeter Wemm1997-10-181-7/+27
* Fixed a bug where input packets were counted twice - messing up theDavid Greenman1997-10-171-2/+1
* Hide a silly ``unknown board type'' message behind bootverbose. TheJoerg Wunsch1997-10-151-3/+4
* if_ep.c clarification/simplification.Jun-ichiro itojun Hagino1997-10-142-272/+91
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-123-4/+4
* Back out my LALT -> META change until we figure out a way to make itJordan K. Hubbard1997-10-121-2/+2
* Attempt to support IPX.Peter Wemm1997-10-121-1/+22
* Remove a #ifndef __FreeBSD__ chunk.Poul-Henning Kamp1997-10-111-5/+1
* Change default keymap (I left all the international ones alone) soJordan K. Hubbard1997-10-101-2/+2
* Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENTMark Murray1997-10-081-14/+36
* Latest round of patches from the author.Mark Murray1997-10-073-18/+102
* Make the blank screen saver work with MDA and CGA. The fade and greenKazutaka YOKOTA1997-10-043-37/+169
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasDavid Greenman1997-10-031-6/+1
* Add a new keyboard mode K_CODE. Returns a single byte for each keySøren Schmidt1997-10-012-13/+25
* To obey the traditional practice in mbuf chaining.Jun-ichiro itojun Hagino1997-10-011-10/+15
* Killed a gratuitous assignment in a NetBSD case.David Greenman1997-09-301-5/+1
* Two changes which should make the system less suseptible to receiverDavid Greenman1997-09-301-29/+29
* Work around a bug in the 82557 NIC where the receiver will lock upDavid Greenman1997-09-293-57/+198
* Add support to aicasm for "downloaded constants". These are immediateJustin T. Gibbs1997-09-2713-62/+211
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-3/+3
* The previous commit broke support for the Pro/10; detect which sort ofMike Smith1997-09-261-7/+25
* tiny update of ESC sequence parser.Jun-ichiro itojun Hagino1997-09-261-5/+23
* Fix a call to timeout that wasn't properly saving it's callout handle.Justin T. Gibbs1997-09-231-2/+2
* Update for new callout interface.Justin T. Gibbs1997-09-212-4/+6
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-219-83/+107
* ipl.h:Justin T. Gibbs1997-09-211-1/+4
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-215-92/+127
* Convert to the new callout interface.Justin T. Gibbs1997-09-212-5/+15
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likePeter Wemm1997-09-212-22/+48
* Fix a comment-within-a-commentPeter Wemm1997-09-214-4/+4
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportJohn Dyson1997-09-201-1/+2
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionPeter Wemm1997-09-201-4/+4
* teach sio how to attach to isa PnP cards. This is mainly for use withJohn-Mark Gurney1997-09-191-13/+122
* Missed a place where the extra descriptor buffers would need to bePeter Wemm1997-09-181-1/+3
* update Luigi's driver to poll interface (Peter, you might want to checkJohn-Mark Gurney1997-09-186-70/+46
* Enable the FIFO on enhanced floppy controllers. This reduces theTor Egge1997-09-172-2/+58
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-1/+3
* Make FDC_DEBUG a supported option.Joerg Wunsch1997-09-161-10/+21
* Import of Luigi Rizzo's sound code. For more information about the driverJohn-Mark Gurney1997-09-1410-0/+8612
* Bruce wants the warning.Peter Wemm1997-09-141-2/+2
* Update select -> poll in drivers.Peter Wemm1997-09-1410-33/+37
* Convert select handler to poll stylePeter Wemm1997-09-141-14/+13
* Fix a warning.Peter Wemm1997-09-131-2/+2
* Support Intel EtherExpress Pro 10+Mike Smith1997-09-121-4/+10
* malloc() the rx and tx descriptors seperately rather than as part of thePeter Wemm1997-09-112-2/+17
* Change the address for the low end of what we permit from c0000 downDavid Greenman1997-09-101-2/+2
* Amancio's latest in the Brooktree driver.Mark Murray1997-09-093-236/+353