aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merge Matt's if_de.c changes in.Peter Wemm1997-08-031-286/+546
* Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-032-8/+88
* Removed unused #includes.Bruce Evans1997-08-024-47/+4
* Reinstate some of the previous fixes which were clobbered in r1.6.Mike Smith1997-08-021-11/+8
* Significant bugfix and upgrade for the Wavelan (wl) driver.Mike Smith1997-08-011-56/+495
* Fix a brino in my last commit.Poul-Henning Kamp1997-07-261-2/+5
* Added support for the Seeq 80c24 PHY; does nothing except disable theDavid Greenman1997-07-251-1/+7
* Add option for compiling in a 8x16 font.Poul-Henning Kamp1997-07-251-5/+14
* Removed unused #includes.Bruce Evans1997-07-2020-123/+15
* Removed unused #includes.Bruce Evans1997-07-202-31/+2
* Add some support for the 16650 type UARTS.John Dyson1997-07-171-8/+47
* Incorporated lots of fixes and suggestions from Bruce and changes toKazutaka YOKOTA1997-07-156-132/+96
* Screen saver related fixes.Kazutaka YOKOTA1997-07-152-37/+97
* scgetc() referred to `spcl' in different ways when a key is pressedKazutaka YOKOTA1997-07-141-2/+2
* Don't allow CONS_HISTORY ioctl to alter history pointersBrian Somers1997-07-091-1/+3
* Remove useless comparison.Brian Somers1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"Brian Somers1997-07-071-4/+7
* Don't cast function pointers to (void *). This will cause warnings.Bruce Evans1997-07-012-7/+3
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-013-5/+5
* Fixes annoying behavior and a bug regarding the destructiveKazutaka YOKOTA1997-06-301-28/+65
* dev->id_flags --> flagsAndrey A. Chernov1997-06-291-2/+2
* A fix/work-around for ThinkPad 535.Kazutaka YOKOTA1997-06-292-22/+37
* Modify my copyright notice to allow the sequencer to be used with GPLedJustin T. Gibbs1997-06-2721-140/+235
* KNF cleanup.Justin T. Gibbs1997-06-271-1458/+1466
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.Steve Passe1997-06-251-5/+7
* Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA1997-06-241-4/+27
* The syscons driver doesn't really check the presence of the displayKazutaka YOKOTA1997-06-221-67/+163
* Initial set of patches to get it to compile on >= 3.0. Most of thePeter Wemm1997-06-221-2409/+2968
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-222-0/+1564
* Minor optimization in fxp_intr.David Greenman1997-06-161-5/+4
* Added 2 new defines:Steve Passe1997-06-141-5/+18
* Removed unused #includes.Bruce Evans1997-06-141-6/+1
* Fixed the type of a timeout function and removed casts that hid theBruce Evans1997-06-141-7/+7
* Removed unused #includes.Bruce Evans1997-06-145-47/+4
* Added support for the Intel 82555 PHY chip which is being used on newerDavid Greenman1997-06-132-20/+25
* Fix two typos in this driver that prevented it from working properly.Justin T. Gibbs1997-06-101-2/+2
* Bring back CONSPEED as a last-ditch default if you can't change the speedPaul Traina1997-06-042-4/+9
* If the boot blocks were using the serial port, read the system consolePaul Traina1997-06-042-11/+119
* Move call of pci_addcfg() before test of cfg->subordinatebus, since theStefan Eßer1997-06-021-2/+13
* I've given up on the idea of sizing FIFO's. You can set it with a flagPoul-Henning Kamp1997-06-011-68/+15
* on second thoughts, it doesn't even need <machine/ipl.h> either.Peter Wemm1997-06-011-2/+1
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTPeter Wemm1997-06-011-1/+2
* <machine/spl.h> -> <machine/ipl.h>Peter Wemm1997-06-011-2/+2
* No longer need opt_smp.h herePeter Wemm1997-05-291-2/+1
* Add one more compatibility define to make the Adaptec driver compileStefan Eßer1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyStefan Eßer1997-05-281-1/+4
* Two minor changes to the code that builds the pci map array:Stefan Eßer1997-05-281-29/+30
* Minor cleanup of APIC_IO code.Steve Passe1997-05-271-9/+6
* Add support for APIC_IO to pci IRQ configuration.Steve Passe1997-05-271-1/+19
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-263-2166/+731