summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected accidental breakage in the last commit.Kazutaka YOKOTA1997-05-261-3/+3
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.David E. O'Brien1997-05-251-4/+4
* Make the multicast code compile under -current. This has not been reviewedPeter Wemm1997-05-251-1/+38
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)Peter Wemm1997-05-251-1/+1
* Flip the daemon at the edge of the screen.Kazutaka YOKOTA1997-05-241-14/+53
* Add 'wl' Wavelan driver.Mike Smith1997-05-222-0/+2385
* Several bug fixes for the ee16 support from Richard Straka:Justin T. Gibbs1997-05-211-86/+111
* Introducing "Jumping Daemon" screen saver. This is really cute andKazutaka YOKOTA1997-05-211-0/+215
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-194-6/+52
* Whoops, missed a zero there. Flags 0x10000 it is.Poul-Henning Kamp1997-05-181-2/+2
* Flags 0x1000 on sio now disables the dreaded test#3.Poul-Henning Kamp1997-05-181-2/+3
* Detect various supersets of 16550A based on fifo depth.Poul-Henning Kamp1997-05-181-4/+39
* 1) font loading (two fixes)Kazutaka YOKOTA1997-05-152-22/+37
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.Joerg Wunsch1997-05-102-4/+4
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-094-0/+4065
* simplify IOPL gain/remove privs code. It's easier with md_regsPeter Wemm1997-05-071-6/+3
* Now that we have replaced video-related block copy calls withKazutaka YOKOTA1997-05-071-34/+32
* use frames instead of fields, and restore full meteor compatibility forJohn-Mark Gurney1997-05-051-1/+4
* This mega-commit brings the following:Joerg Wunsch1997-05-042-2/+96
* Initialize PCI/CardBus bridges.Poul-Henning Kamp1997-05-031-39/+52
* Make ccd use the maxsecsize sector size as denominator, thisSøren Schmidt1997-05-011-2/+2
* 1.15 4/18/97 John-Mark Gurney <gurney_j@resnet.uoregon.edu>Steve Passe1997-05-012-126/+559
* 1.15 4/18/97 John-Mark Gurney <gurney_j@resnet.uoregon.edu>Steve Passe1997-05-011-0/+43
* Restore CRTC start address check back after looking into more sourcesAndrey A. Chernov1997-04-301-3/+9
* Add D_DISK flag to vn_bdevsw.Doug Rabson1997-04-301-2/+2
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)Andrey A. Chernov1997-04-301-4/+4
* Addresses the following two problems.Kazutaka YOKOTA1997-04-271-8/+116
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-262-5/+38
* The following scenario would result in a bogus residual being reportedJustin T. Gibbs1997-04-242-3/+8
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forStefan Eßer1997-04-241-1/+2
* Add preliminary support for PCI config header type 2:Stefan Eßer1997-04-231-10/+19
* Check that the received packet length indicated by the card is at leastDavid Greenman1997-04-231-1/+5
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-202-24/+38
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-10/+12
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-7/+7