Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-10 | MyriNet adapter found in the alpha, theo ok | Henning Brauer | |
2005-08-10 | Some additional ICH7 bits which aren't strictly necessary to work | Jonathan Gray | |
but are desireable. Tested by Mark Peoples, ok mickey@ | |||
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵ | Michael Shalayeff | |
pcisubmatch(); kettenis@ testing; brad@ ok | |||
2005-08-07 | ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@ | Michael Shalayeff | |
2005-08-05 | Add one more Compaq Smart Array 6i. | Marco Pfatschbacher | |
Found in an HP DL380 G4 and works nicely. OK mickey@ | |||
2005-08-05 | regen. | Marco Pfatschbacher | |
2005-08-05 | Add one more Compaq Smart Array 6i. | Marco Pfatschbacher | |
OK mickey@ | |||
2005-08-05 | fix cac comment | Michael Shalayeff | |
2005-08-04 | Support for ICH7 audio tested by Mark.Peoples at asu.edu | Jonathan Gray | |
2005-08-03 | enforce 10-bit width for i/o addresses when start address is assigned by | Federico G. Schwindt | |
the driver and calcule address line mask when is not. from haya@netbsd.org. tested by several ppl. | |||
2005-08-02 | int mask is matched on the subsys ids not prod ids | Michael Shalayeff | |
2005-08-01 | add another fxp. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2005-08-01 | regen | Brad Smith | |
2005-08-01 | add some Intel PCI ids. | Brad Smith | |
ok deraadt@ | |||
2005-08-01 | Remove spurious space. | Mark Kettenis | |
ok brad@ | |||
2005-08-01 | remove whitespace | Brad Smith | |
2005-08-01 | spacing; ok deraadt@ | David Krause | |
2005-07-31 | including a driver without putting it's driver name at the end of a files | Theo 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-30 | sync | Theo de Raadt | |
2005-07-30 | more shortening | Theo de Raadt | |
2005-07-30 | sync | Theo de Raadt | |
2005-07-30 | shorten | Theo de Raadt | |
2005-07-30 | Use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan when filling a | Claudio 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-30 | sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() | Brad Smith | |
2005-07-28 | clear 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-28 | New driver for the AMD PCnet-PCI family of Ethernet chips. This | Brad 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-28 | add support for Sundance ST1023 Gigabit chipset. | Brad Smith | |
From NetBSD | |||
2005-07-27 | regen | Brad Smith | |
2005-07-27 | add PCI ID for Sundance ST1023 Gigabit chipset. | Brad Smith | |
2005-07-25 | regen | Jonathan Gray | |
2005-07-25 | Correct the product id of "nForce2 400 AC-97 Audio" to not be that | Jonathan Gray | |
of the ppb so it has some chance of working. | |||
2005-07-25 | regen | Jonathan Gray | |
2005-07-25 | Give Smart Card part of TI PCI6515 a different product define so this | Jonathan Gray | |
actually compiles. | |||
2005-07-25 | regen | Jonathan Gray | |
2005-07-25 | Some devices found in marco@'s 915PM based Dell D810. | Jonathan Gray | |
2005-07-25 | don'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-24 | simplify error paths and add some missing ones; brad@ ok. | Federico G. Schwindt | |
deallocation for jumbo memory left. | |||
2005-07-24 | don't need to enable bus mastering in stge_attach(). | Brad Smith | |
2005-07-24 | don't call stge_init() when changing the MTU. | Brad Smith | |
2005-07-23 | regen. | Federico G. Schwindt | |
2005-07-23 | Broadcom 4322. | Federico G. Schwindt | |
2005-07-22 | remove ICH3 workaround. | Brad Smith | |
2005-07-22 | add Linksys EG1032 rev 3 | Brad 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-22 | also take the PCI subsystem id into consideration when trying to probe | Brad 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-21 | rollback r1.48 since it caused several panics here; brad@ ok. | Federico G. Schwindt | |
2005-07-21 | - add bus_dmamap_sync()'s; From NetBSD | Brad 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-21 | ICH7 IDE/SATA support based diff from Marcello Balduccini in | Jonathan Gray | |
NetBSD PR 30795. ok grange@ | |||
2005-07-21 | regen | Jonathan Gray | |