summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ISA Parallel-Port Bus chipset driver.msmith1997-08-142-0/+901
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-148-0/+2597
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andkato1997-08-141-2/+7
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.danny1997-08-141-1/+2
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-132-2/+26
* Fix the checks for screenborder for the mousepointer.sos1997-08-091-14/+12
* Yeah I'm back hacking syscons !!sos1997-08-081-6/+56
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-041-2/+3
* Merge Matt's if_de.c changes in.peter1997-08-031-286/+546
* Import Matt's if_de driver 970703 release. This (apparently) supportspeter1997-08-032-8/+88
* Removed unused #includes.bde1997-08-024-47/+4
* Reinstate some of the previous fixes which were clobbered in r1.6.msmith1997-08-021-11/+8
* Significant bugfix and upgrade for the Wavelan (wl) driver.msmith1997-08-011-56/+495
* Fix a brino in my last commit.phk1997-07-261-2/+5
* Added support for the Seeq 80c24 PHY; does nothing except disable thedg1997-07-251-1/+7
* Add option for compiling in a 8x16 font.phk1997-07-251-5/+14
* Removed unused #includes.bde1997-07-2020-123/+15
* Removed unused #includes.bde1997-07-202-31/+2
* Add some support for the 16650 type UARTS.dyson1997-07-171-8/+47
* Incorporated lots of fixes and suggestions from Bruce and changes toyokota1997-07-156-132/+96
* Screen saver related fixes.yokota1997-07-152-37/+97
* scgetc() referred to `spcl' in different ways when a key is pressedyokota1997-07-141-2/+2
* Don't allow CONS_HISTORY ioctl to alter history pointersbrian1997-07-091-1/+3
* Remove useless comparison.brian1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"brian1997-07-071-4/+7
* Don't cast function pointers to (void *). This will cause warnings.bde1997-07-012-7/+3
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-013-5/+5
* Fixes annoying behavior and a bug regarding the destructiveyokota1997-06-301-28/+65
* dev->id_flags --> flagsache1997-06-291-2/+2
* A fix/work-around for ThinkPad 535.yokota1997-06-292-22/+37
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-2721-140/+235
* KNF cleanup.gibbs1997-06-271-1585/+1593
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.fsmp1997-06-251-5/+7
* Take the OS release string from the kernel variable `osrelease'yokota1997-06-241-4/+27
* The syscons driver doesn't really check the presence of the displayyokota1997-06-221-67/+163
* Initial set of patches to get it to compile on >= 3.0. Most of thepeter1997-06-221-2413/+2972
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. Thepeter1997-06-222-0/+1564
* Minor optimization in fxp_intr.dg1997-06-161-5/+4
* Added 2 new defines:fsmp1997-06-141-5/+18
* Removed unused #includes.bde1997-06-141-6/+1
* Fixed the type of a timeout function and removed casts that hid thebde1997-06-141-7/+7
* Removed unused #includes.bde1997-06-145-47/+4
* Added support for the Intel 82555 PHY chip which is being used on newerdg1997-06-132-20/+25
* Fix two typos in this driver that prevented it from working properly.gibbs1997-06-101-2/+2
* Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-042-4/+9
* If the boot blocks were using the serial port, read the system consolepst1997-06-042-11/+119
* Move call of pci_addcfg() before test of cfg->subordinatebus, since these1997-06-021-2/+13
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-011-68/+15
* on second thoughts, it doesn't even need <machine/ipl.h> either.peter1997-06-011-2/+1
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTpeter1997-06-011-1/+2
OpenPOWER on IntegriCloud