aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Improve PAL support and fix mux selector values.Eivind Eklund1997-10-302-32/+104
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()Nate Williams1997-10-291-1/+2
* The previous change added a use of the DATA_SET macro, but forgotJohn Polstra1997-10-291-1/+2
* Removed unused #includes.Bruce Evans1997-10-283-10/+2
* Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other portJoerg Wunsch1997-10-271-2/+16
* Fix a comment about multicast; since the Etherlink III has noBill Fenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-264-37/+13
* - Slightly change the way the border color register is updated so thatKazutaka YOKOTA1997-10-261-4/+3
* - The daemon might go off the screen and crashed the system if theKazutaka YOKOTA1997-10-261-35/+148
* - Functional changes to PCCARD support.Nate Williams1997-10-264-178/+64
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-264-201/+195
* Recognize even more of the Znyx 314 cards.Poul-Henning Kamp1997-10-251-2/+2
* Statizice.Poul-Henning Kamp1997-10-241-21/+24
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notKazutaka YOKOTA1997-10-232-26/+84
* Rewrote fxp_start() for better clarity and efficiency.David Greenman1997-10-231-101/+101
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.KATO Takenori1997-10-211-5/+18
* 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