| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad | |
| - Minor cosmetic changes. | |||
| 2006-06-26 | use the "i2cbus" interface attribute rather than putting a string name | drochner | |
| into the i2cbus attach args | |||
| 2006-05-24 | 'volatile' is not a valid return type qualifier - remove it. | mrg | |
| 2006-05-16 | Include now needed <sys/kauth.h>, and fold a long line. | he | |
| 2006-05-14 | integrate kauth. | elad | |
| 2006-03-29 | Use device_private(). | thorpej | |
| 2006-03-29 | Use device_cfdata(). | thorpej | |
| 2006-03-28 | Use device_unit(). | thorpej | |
| 2006-03-25 | Use device_parent(). | thorpej | |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem | |
| Add a space between numbers and Hz unit. | |||
| 2006-03-06 | Remove another instance of the SET/CLR/ISSET macro triplet, now found | he | |
| in <sys/types.h>. | |||
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry | |
| new, and some apps compile things in C89 mode. C89 keywords stay. As per core@. | |||
| 2005-12-24 | bare asm -> __asm | perry | |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry | |
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink | |
| use from checking the proc's uid to suser(9), and account for the use of privileges. Noted by David Holland in PR kern/31126. | |||
| 2005-08-26 | s/locdesc_t/int/g | drochner | |
| 2005-06-03 | Use underscores to prefix local variables in macros. | scw | |
| 2005-02-27 | nuke trailing whitespace | perry | |
| 2005-02-04 | de-__P | perry | |
| 2005-02-01 | Add entry for gti2c.c | matt | |
| 2005-02-01 | Add a i2c driver for the onboard i2c/twsi controller on the GT642x0 | matt | |
| 2005-02-01 | Allow the driver to allocate needs resources on attach and not free | matt | |
| depending on cf_flags (instead of on interface up / down). | |||
| 2005-02-01 | Add I2C child hooks. | matt | |
| 2005-01-30 | Eliminate use of M_HASFCS. | thorpej | |
| 2004-11-26 | Put back a few locators.h includes that are still needed here. Now evbppc | jmc | |
| kernels build clean once again | |||
| 2004-09-13 | a round of autoconf cleanup: | drochner | |
| -convert submatch() style functions (passed to config_search() or config_found_sm()) to the locator passing variants -pass interface attributes in some cases -make submatch() functions look uniformly as far as possible -avoid macros which just hide cfdata members, and reduce dependencies on "locators.h" | |||
| 2004-09-13 | "gtpci" doesn't provide an ISA bus, so it shouldn't have an "isabus" | drochner | |
| attribute | |||
| 2004-09-08 | use interface attribute / locator passing versions | drochner | |
| of config_search() | |||
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner | |
| which bustype should be attached with a specific call to config_found() (from a "mainbus" or a bus bridge). Do it for isa/eisa/mca and pci/agp for now. These buses all attach to an mi interface attribute "isabus", "eisabus" etc., and the autoconf framework now allows to specify an interface attribute on config_found() and config_search(), which limits the search of matching config data to these which attach to that specific attribute. So we basically have to call config_found_ia(..., "foobus", ...) where such a bus is attached. As a consequence, where a "mainbus" or alike also attaches other devices (eg CPUs) which do not attach to a specific attribute yet, we need at least pass an attribute name (different from "foobus") so that the foo bus is not found at these places. This made some minor changes necessary which are not obviously related to the mentioned buses. | |||
| 2004-05-01 | Typos in comment description. | nisimura | |
| 2004-03-20 | Add gt_dma_bus_mem_to_phys and gt_dma_phys_to_bus_mem. | matt | |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz | |
| 2003-11-02 | boundary, not boundry. Inspired by Tom Cosgrove. | wiz | |
| 2003-08-05 | Try to drain the Tx pending queues after dealing with Rx/Tx interrupts. | scw | |
| This fixes a bug whereby a fast cpu with a decent cache can easily outstrip the GT's ability to put packets on the wire, resulting in a permanent backlog of mbufs in the Tx pending queues under heavy Tx load. The bug was masked if the packet buffer was mapped non-cached, which slowed down the cpu to where it couldn't keep up with the GT at 100mbit. | |||
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem | |
| 2003-06-12 | Add basic support for non-PCI host mode. | scw | |
| 2003-06-12 | Always pass BUS_DMA_COHERENT to bus_dmamem_map() when allocating | scw | |
| descriptor/buffer memory. | |||
| 2003-06-12 | Tickle the watchdog while doing polled console i/o. | scw | |
| This is especially important if we spend any time in ddb. :) | |||
| 2003-06-12 | Disable the watchdog during autoconf of sub-devices. | scw | |
| Some drivers (e.g. pciide(4)) can take long enough to probe that the watchdog barks before they're done. | |||
| 2003-05-27 | Add an option to control whether the GT's internal PCI Arbiter should | scw | |
| be enabled or not. | |||
| 2003-05-17 | defflag GT_ECC. | scw | |
| 2003-05-01 | In gtmpscinit_stop(), don't wait for abort completion status if the | scw | |
| receiver is disabled. It'll never complete in this case. | |||
| 2003-04-30 | Update inptr *after* we do the dmasync. | matt | |
| 2003-04-30 | Fix overrun of TX buffer dmamap. | matt | |
| 2003-04-10 | When attaching, make sure the "Reject Broadcast Mode", "Promiscuous Mode" | scw | |
| and "Pass Bad Frames" bits in the EPCR register are clear. This works around a problem where firmware sets RBM for some reason before handing control to the NetBSD kernel. | |||
| 2003-04-08 | Use PAGE_SIZE rather than NBPG. | thorpej | |
| 2003-04-08 | Use PAGE_SIZE rather than NBPG. | thorpej | |
| 2003-04-08 | Deal with discovery strangeness/timing issue. Sometimes the Ownership bit | matt | |
| on descriptor doesn't get reset so look beyond to the next descriptor to see if it's been returned. If it has, then just process the current one. | |||
| 2003-04-04 | Remove #define DEBUG. (this was working right. The problem I encountered | matt | |
| was due to a bug in PPCBOOT. It was not ordering DIMM space largest to smallest so that you could badly alignment memory). | |||
