summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2005-08-10MyriNet adapter found in the alpha, theo okHenning Brauer
2005-08-10Some additional ICH7 bits which aren't strictly necessary to workJonathan Gray
but are desireable. Tested by Mark Peoples, ok mickey@
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵Michael Shalayeff
pcisubmatch(); kettenis@ testing; brad@ ok
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
Found in an HP DL380 G4 and works nicely. OK mickey@
2005-08-05regen.Marco Pfatschbacher
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
OK mickey@
2005-08-05fix cac commentMichael Shalayeff
2005-08-04Support for ICH7 audio tested by Mark.Peoples at asu.eduJonathan Gray
2005-08-03enforce 10-bit width for i/o addresses when start address is assigned byFederico G. Schwindt
the driver and calcule address line mask when is not. from haya@netbsd.org. tested by several ppl.
2005-08-02int mask is matched on the subsys ids not prod idsMichael Shalayeff
2005-08-01add another fxp.Brad Smith
From NetBSD ok deraadt@
2005-08-01regenBrad Smith
2005-08-01add some Intel PCI ids.Brad Smith
ok deraadt@
2005-08-01Remove spurious space.Mark Kettenis
ok brad@
2005-08-01remove whitespaceBrad Smith
2005-08-01spacing; ok deraadt@David Krause
2005-07-31including a driver without putting it's driver name at the end of a filesTheo de Raadt
line, means that on any architecture it gets pulled in. that's real clever! what does it mean? that insufficient TESTING IS GETTING DONE BEFORE COMMIT
2005-07-30syncTheo de Raadt
2005-07-30more shorteningTheo de Raadt
2005-07-30syncTheo de Raadt
2005-07-30shortenTheo de Raadt
2005-07-30Use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan when filling aClaudio Jeker
ipw_tx_radiotap_header struct. This fixes a panic I got when using tcpdump -nvi ipw0 -y ieee802_11_radio. OK reyk@ damien@
2005-07-30sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-28clear IFF_RUNNING & IFF_OACTIVE in sis_stop() before de-allocating resources,Brad Smith
also move setting of sis_stopped further up in sis_stop(). ok fgsch@
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith
driver uses direct DMA to mbufs (like other PCI network drivers, and unlike the old "le at pci" driver), and also supports communication with the MII-connected PHYs on the 10/100 boards. From NetBSD
2005-07-28add support for Sundance ST1023 Gigabit chipset.Brad Smith
From NetBSD
2005-07-27regenBrad Smith
2005-07-27add PCI ID for Sundance ST1023 Gigabit chipset.Brad Smith
2005-07-25regenJonathan Gray
2005-07-25Correct the product id of "nForce2 400 AC-97 Audio" to not be thatJonathan Gray
of the ppb so it has some chance of working.
2005-07-25regenJonathan Gray
2005-07-25Give Smart Card part of TI PCI6515 a different product define so thisJonathan Gray
actually compiles.
2005-07-25regenJonathan Gray
2005-07-25Some devices found in marco@'s 915PM based Dell D810.Jonathan Gray
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-25- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
- simplify code a bit and use MEXTADD macro.
2005-07-24simplify error paths and add some missing ones; brad@ ok.Federico G. Schwindt
deallocation for jumbo memory left.
2005-07-24don't need to enable bus mastering in stge_attach().Brad Smith
2005-07-24don't call stge_init() when changing the MTU.Brad Smith
2005-07-23regen.Federico G. Schwindt
2005-07-23Broadcom 4322.Federico G. Schwindt
2005-07-22remove ICH3 workaround.Brad Smith
2005-07-22add Linksys EG1032 rev 3Brad Smith
2005-07-22- sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
- oops, forgot to remove a line in sk_rxeof()
2005-07-22also take the PCI subsystem id into consideration when trying to probeBrad Smith
for Linksys EG1032 cards, that way we do not try and attach to newer rev 3 cards that use the RealTek 8169S chipset.
2005-07-21rollback r1.48 since it caused several panics here; brad@ ok.Federico G. Schwindt
2005-07-21- add bus_dmamap_sync()'s; From NetBSDBrad Smith
- use pci_mapreg_map() - remove unnecessary splimp() usage in skc_attach() - make sure to disestablish the interrupt on failure Tested by a few end-users.
2005-07-21ICH7 IDE/SATA support based diff from Marcello Balduccini inJonathan Gray
NetBSD PR 30795. ok grange@
2005-07-21regenJonathan Gray