summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* <machine/spl.h> -> <machine/ipl.h>peter1997-06-011-2/+2
* No longer need opt_smp.h herepeter1997-05-291-2/+1
* Add one more compatibility define to make the Adaptec driver compilese1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyse1997-05-281-1/+4
* Two minor changes to the code that builds the pci map array:se1997-05-281-29/+30
* Minor cleanup of APIC_IO code.fsmp1997-05-271-9/+6
* Add support for APIC_IO to pci IRQ configuration.fsmp1997-05-271-1/+19
* Completely replace the PCI bus driver code to make it better reflectse1997-05-263-2234/+799
* Corrected accidental breakage in the last commit.yokota1997-05-261-3/+3
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.obrien1997-05-251-4/+4
* Make the multicast code compile under -current. This has not been reviewedpeter1997-05-251-1/+38
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)peter1997-05-251-1/+1
* Flip the daemon at the edge of the screen.yokota1997-05-241-14/+53
OpenPOWER on IntegriCloud