Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-08 | Sync up to Intel's latest FreeBSD em driver (3.2.18). A few fixes | Brad Smith | |
for the new PCI Express chips. From: Intel's web-site | |||
2005-11-07 | - splimp -> splnet | Brad Smith | |
- remove spl's from attach - removing redundant checks before pci_mapreg_map() - fix dmesg printing - de-allocate resources on failure to attach - remove unused VLAN input code from vge(4) | |||
2005-11-07 | first round of lmc(4) cleaning. removes a good portion of the ifdef | Brad Smith | |
crud making this readable. ok dlg@ | |||
2005-11-07 | add bus_dma support. | Brad Smith | |
From NetBSD tested on i386/alpha. ok martin@ krw@ | |||
2005-11-06 | also attach on LMC cPCI HSSI cards. | Brad Smith | |
2005-11-06 | regen | Brad Smith | |
2005-11-06 | add PCI id for LMC's cPCI HSSI card. | Brad Smith | |
2005-11-06 | - remove spl from attach | Brad Smith | |
- de-allocate resources on failure to attach | |||
2005-11-05 | add bus_dma and big endian support. | Brad Smith | |
From NetBSD Thanks to Jason Ackley for testing on i386/amd64/sparc64 with both T1 and T3 cards. "looks ok" dlg@ | |||
2005-11-05 | speeling fix | David Gwynne | |
2005-11-04 | don't bother setting error in em_attach() since it's | Brad Smith | |
not being used anyway. | |||
2005-11-04 | - splimp -> splnet | Brad Smith | |
- remove spl from attach - fix dmesg printing - de-allocate resources on failure to attach - remove redundant checks just before pci_mapreg_map() - use pci_mapreg_type() | |||
2005-11-04 | - splimp -> splnet | Brad Smith | |
- remove spl's from attach - fix dmesg printing - de-allocate resources on failure to attach | |||
2005-11-03 | - fix error message printed when pci_mapreg_map() fails. | Brad Smith | |
- initialize error to 0 in pcn_ioctl(). | |||
2005-11-02 | sync | Theo de Raadt | |
2005-11-02 | 2 more puc devices by oxford | Theo de Raadt | |
2005-11-02 | - unmap resources allocated by pci_mapreg_map() on failure to attach | Brad Smith | |
- fixup PCI interrupt string printing and surrounding code to be more consistent with other drivers | |||
2005-10-31 | regen | Jonathan Gray | |
2005-10-31 | A few more nvidia video cards, mostly from submitted dmesgs. | Jonathan Gray | |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray | |
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@ | |||
2005-10-30 | Simplify sis(4) TX/RX ring initialization. | Brad Smith | |
Thanks to Ben <ben@tilderoot.com> for testing. | |||
2005-10-28 | regen | Brad Smith | |
2005-10-28 | add some Symbios Logic ids including SAS and FC chipsets. | Brad Smith | |
2005-10-27 | - __sparc__ -> __sparc64__ | Brad Smith | |
- unmap resources allocated by pci_mapreg_map() on failure to attach - fixup PCI interrupt string printing and surrounding code to be more consistent with other drivers | |||
2005-10-26 | add missing bus_dmamap_sync()'s, much closer to working on hppa | Brad Smith | |
though it still falls over with NFS builds. From: FreeBSD ok deraadt@ | |||
2005-10-26 | revert 82801FBM SATA controller back to being configured as an IDE controller | Brad Smith | |
until someone can figure out why it works on some systems and not on others. | |||
2005-10-26 | regen | Brad Smith | |
2005-10-26 | fix some Intel chipset names. | Brad Smith | |
2005-10-26 | use the MI atop() macro for alpha and mips | Martin Reindl | |
2005-10-26 | sync | Theo de Raadt | |
2005-10-26 | oops | Theo de Raadt | |
2005-10-26 | sync | Theo de Raadt | |
2005-10-26 | new digi puc; bsw71@mail.ru | Theo de Raadt | |
2005-10-26 | regen | Brad Smith | |
2005-10-26 | add Compaq iLO controllers | Brad Smith | |
2005-10-26 | Adapt art(4) to the new link state handling done by sppp(4). | Claudio Jeker | |
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4). | |||
2005-10-24 | Revamp interrupt handling in em(4) driver: | Brad Smith | |
o Do not mask the RX overrun interrupt. o Rewrite em_intr(): - Axe EM_MAX_INTR. - Cycle acknowledging interrupts and processing packets until zero interrupt cause register is read. - If RX overrun comes in log this fact. From glebius FreeBSD ok krw@ beck@ | |||
2005-10-24 | - remove some redundnt checks before pci_mapreg_map() | Brad Smith | |
- iosize -> size | |||
2005-10-23 | regen | Brad Smith | |
2005-10-23 | add Davicom DM9132 | Brad Smith | |
2005-10-23 | regen | Brad Smith | |
2005-10-23 | better like this | Brad Smith | |
2005-10-23 | regen | Brad Smith | |
2005-10-23 | add Znyx Networks vendor id. | Brad Smith | |
2005-10-22 | shorten ne(4) dmesg entries from 2-3 lines to 1. | Brad Smith | |
Thanks to Han Boetes for testing on an isapnp card. | |||
2005-10-22 | check for 82801FBM SATA in one more spot. | Brad Smith | |
2005-10-22 | 82801FBM_IDE -> 82801FBM_SATA | Brad Smith | |
2005-10-22 | regen | Brad Smith | |
2005-10-22 | Intel PCI id 2653 is actually a SATA controller on the ICH6-M and | Brad Smith | |
not an IDE controller. | |||
2005-10-21 | tidy up dmesg printing. | Brad Smith | |