summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-144-0/+3681
* Reduce burst length to 4 DWORDs for now, since there seem tose1995-03-031-4/+5
* Disable vga_attach() code, as it always should have been.se1995-03-021-2/+2
* Speed up PCI attach code by ommiting test if its result is ignored anyway.se1995-03-021-13/+15
* Add code to deal with PCI-PCI bridge chips, especially the DEC 21050.se1995-02-271-4/+43
* First try to add support for PCI-PCI bridge chips (written for these1995-02-272-23/+90
* Delete bogus semicolon in macro definition.se1995-02-271-3/+3
* Make people happy, who claim to better know how "interupt"se1995-02-251-37/+46
* Deal with systems, that lack a fully decoded PCI configuration space.se1995-02-251-2/+22
* Cleanup for compatibility with another OS.se1995-02-221-43/+47
* New PCI attach code:se1995-02-221-42/+120
* Improve diagnostics:se1995-02-171-6/+35
* For the sake of people, who like to move pci_configure()se1995-02-151-14/+9
* ncr.c:se1995-02-142-11/+51
* Verify that NCR was mapped to uncached address.se1995-02-141-3/+33
* YFfix.phk1995-02-141-2/+3
* YFfixphk1995-02-141-1/+2
* Make capitalization consistent with other devices registered inwollman1995-02-141-6/+10
* Block interrupts in more places and warn about the NCR exception handlerse1995-02-101-13/+21
* Turn on "Capture Effect" avoidence. This modifies the collision algorithmdg1995-02-101-1/+2
* Try to detect overlapping PCI memory assignment.se1995-02-091-1/+17
* Add short delay after NCR reset.se1995-02-061-11/+8
* Disable I/O port accesses in case the BIOS enabled them.se1995-02-041-4/+22
* #include<kernel.h> to quiet a compiler warning having to do with thegibbs1995-02-031-1/+2
* Removed misleading copyright note. This file contains justse1995-02-021-7/+2
* Disable disconnect after drive timeouts, since thesese1995-02-021-9/+20
* Reapplied all of Stefan's changes. What a mess - the files were modifieddg1995-02-027-463/+380
* Fixed up include paths after copying these in the repository.dg1995-02-025-14/+14
* Reviewed by: sese1995-02-012-0/+332
* Change the string returned in the aic7870 motherboard probe case. Changegibbs1995-01-221-5/+4
* Add $Id. Recognize motherboard aic7870 based controllers.gibbs1995-01-161-0/+7
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesgibbs1995-01-131-0/+89
* Submitted by: Mikael Hybsch <micke@dynas.se>se1995-01-121-3/+9
* Restore my changes in rev 1.11 that Garrett killed in his commit.dg1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-2/+2
* Add support for -v option passed to boot loader (bootverbose).se1994-12-221-3/+6
* Unbogify the size being passed to bzero when clearing struct softc.dg1994-12-181-2/+2
* The physical memory allocated for input DMA must be contiguous. The driverdg1994-12-111-3/+3
* Fix bug I introduced that broke BPF support. Caused by a byte order problemdg1994-11-301-3/+1
* Really deactivated the code that puts scsi stats into dk0.se1994-11-281-4/+4
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-2/+1
* Bunch of fixes from Matt Thomas:dg1994-11-221-43/+61
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timedg1994-11-131-5/+16
* Added missing call to bpf on the transmit side. Nuked revision log.dg1994-11-101-30/+5
* Fixed bug that somehow made it into here: the ifp must be stored in thedg1994-11-091-72/+19
* Submitted by:se1994-11-022-7/+136
* Submitted by: Paul F. Werkowskiats1994-10-301-3/+4
* Make this documentation more sane in the context of 2.0.jkh1994-10-292-28/+9
* Change some compile time defaults, which may be overridden from these1994-10-271-14/+8
* Modified fifth parameter (imask) to register_intr() according tose1994-10-251-5/+2
OpenPOWER on IntegriCloud